Linux Kernel
3.7.1
|
Data Fields | |
char * | name |
int(* | read )(struct seq_file *) |
int(* | write )(char *) |
void(* | exit )(void) |
void(* | resume )(void) |
void(* | suspend )(void) |
void(* | shutdown )(void) |
struct list_head | all_drivers |
struct tp_acpi_drv_struct * | acpi |
struct { | |
u8 acpi_driver_registered:1 | |
u8 acpi_notify_installed:1 | |
u8 proc_created:1 | |
u8 init_called:1 | |
u8 experimental:1 | |
} | flags |
Definition at line 273 of file thinkpad_acpi.c.
struct tp_acpi_drv_struct* acpi |
Definition at line 285 of file thinkpad_acpi.c.
u8 acpi_driver_registered |
Definition at line 288 of file thinkpad_acpi.c.
u8 acpi_notify_installed |
Definition at line 289 of file thinkpad_acpi.c.
Definition at line 283 of file thinkpad_acpi.c.
Definition at line 278 of file thinkpad_acpi.c.
u8 experimental |
Definition at line 292 of file thinkpad_acpi.c.
struct { ... } flags |
u8 init_called |
Definition at line 291 of file thinkpad_acpi.c.
char* name |
Definition at line 274 of file thinkpad_acpi.c.
u8 proc_created |
Definition at line 290 of file thinkpad_acpi.c.
Definition at line 276 of file thinkpad_acpi.c.
Definition at line 279 of file thinkpad_acpi.c.
Definition at line 281 of file thinkpad_acpi.c.
Definition at line 280 of file thinkpad_acpi.c.
Definition at line 277 of file thinkpad_acpi.c.