Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ibm_struct Struct Reference

Data Fields

charname
 
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_structacpi
 
struct {
   u8   acpi_driver_registered:1
 
   u8   acpi_notify_installed:1
 
   u8   proc_created:1
 
   u8   init_called:1
 
   u8   experimental:1
 
flags
 

Detailed Description

Definition at line 273 of file thinkpad_acpi.c.

Field Documentation

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.

struct list_head all_drivers

Definition at line 283 of file thinkpad_acpi.c.

void(* exit)(void)

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.

int(* read)(struct seq_file *)

Definition at line 276 of file thinkpad_acpi.c.

void(* resume)(void)

Definition at line 279 of file thinkpad_acpi.c.

void(* shutdown)(void)

Definition at line 281 of file thinkpad_acpi.c.

void(* suspend)(void)

Definition at line 280 of file thinkpad_acpi.c.

int(* write)(char *)

Definition at line 277 of file thinkpad_acpi.c.


The documentation for this struct was generated from the following file: