Linux Kernel
3.7.1
|
Data Fields | |
spinlock_t | lock |
u8 | reset |
u8 | addr |
struct device * | dev |
struct i2c_client * | client |
u8 | cache_out |
struct gpio_chip | chip_out |
u8 | cache_in |
struct gpio_chip | chip_in |
u16 | irqs_enabled |
uint | irq_start |
int | nirqs |
unsigned int | flow_type |
struct work_struct | set_val_work |
Definition at line 40 of file htc-i2cpld.c.
u8 addr |
Definition at line 45 of file htc-i2cpld.c.
u8 cache_in |
Definition at line 54 of file htc-i2cpld.c.
u8 cache_out |
Definition at line 50 of file htc-i2cpld.c.
struct gpio_chip chip_in |
Definition at line 55 of file htc-i2cpld.c.
struct gpio_chip chip_out |
Definition at line 51 of file htc-i2cpld.c.
Definition at line 47 of file htc-i2cpld.c.
Definition at line 46 of file htc-i2cpld.c.
unsigned int flow_type |
Definition at line 61 of file htc-i2cpld.c.
uint irq_start |
Definition at line 58 of file htc-i2cpld.c.
u16 irqs_enabled |
Definition at line 57 of file htc-i2cpld.c.
spinlock_t lock |
Definition at line 41 of file htc-i2cpld.c.
int nirqs |
Definition at line 59 of file htc-i2cpld.c.
u8 reset |
Definition at line 44 of file htc-i2cpld.c.
struct work_struct set_val_work |
Definition at line 66 of file htc-i2cpld.c.