Linux Kernel
3.7.1
|
Data Fields | |
struct gpio_chip | chip |
struct i2c_client * | client |
struct mutex | lock |
struct work_struct | work |
struct irq_domain * | irq_domain |
spinlock_t | slock |
unsigned | out |
unsigned | status |
int | irq |
int(* | write )(struct i2c_client *client, unsigned data) |
int(* | read )(struct i2c_client *client) |
Definition at line 64 of file gpio-pcf857x.c.
Definition at line 65 of file gpio-pcf857x.c.
Definition at line 66 of file gpio-pcf857x.c.
int irq |
Definition at line 73 of file gpio-pcf857x.c.
Definition at line 69 of file gpio-pcf857x.c.
Definition at line 67 of file gpio-pcf857x.c.
unsigned out |
Definition at line 71 of file gpio-pcf857x.c.
int(* read)(struct i2c_client *client) |
Definition at line 76 of file gpio-pcf857x.c.
spinlock_t slock |
Definition at line 70 of file gpio-pcf857x.c.
unsigned status |
Definition at line 72 of file gpio-pcf857x.c.
struct work_struct work |
Definition at line 68 of file gpio-pcf857x.c.
int(* write)(struct i2c_client *client, unsigned data) |
Definition at line 75 of file gpio-pcf857x.c.