Linux Kernel
3.7.1
|
#include <gio_device.h>
Data Fields | |
const char * | name |
struct module * | owner |
struct gio_device_id * | id_table |
int(* | probe )(struct gio_device *, const struct gio_device_id *) |
void(* | remove )(struct gio_device *) |
int(* | suspend )(struct gio_device *, pm_message_t) |
int(* | resume )(struct gio_device *) |
void(* | shutdown )(struct gio_device *) |
struct device_driver | driver |
Definition at line 21 of file gio_device.h.
struct device_driver driver |
Definition at line 32 of file gio_device.h.
struct gio_device_id* id_table |
Definition at line 24 of file gio_device.h.
Definition at line 22 of file gio_device.h.
Definition at line 23 of file gio_device.h.
int(* probe)(struct gio_device *, const struct gio_device_id *) |
Definition at line 26 of file gio_device.h.
void(* remove)(struct gio_device *) |
Definition at line 27 of file gio_device.h.
int(* resume)(struct gio_device *) |
Definition at line 29 of file gio_device.h.
void(* shutdown)(struct gio_device *) |
Definition at line 30 of file gio_device.h.
int(* suspend)(struct gio_device *, pm_message_t) |
Definition at line 28 of file gio_device.h.