Linux Kernel
3.7.1
|
Data Fields | |
struct i2c_client * | client |
struct mutex | lock |
struct delayed_work | work |
struct dentry * | file |
unsigned | charging:1 |
unsigned | por:1 |
unsigned | model:8 |
u16 | vbus |
unsigned long | flags |
u8 | chgstatus |
u8 | regstatus |
u8 | chgconf |
u8 | nmask1 |
u8 | nmask2 |
u8 | outmask |
struct gpio_chip | chip |
struct platform_device * | leds |
Definition at line 73 of file tps65010.c.
unsigned charging |
Definition at line 78 of file tps65010.c.
u8 chgconf |
Definition at line 87 of file tps65010.c.
u8 chgstatus |
Definition at line 87 of file tps65010.c.
Definition at line 91 of file tps65010.c.
Definition at line 74 of file tps65010.c.
Definition at line 77 of file tps65010.c.
unsigned long flags |
Definition at line 82 of file tps65010.c.
struct platform_device* leds |
Definition at line 92 of file tps65010.c.
Definition at line 75 of file tps65010.c.
unsigned model |
Definition at line 80 of file tps65010.c.
u8 nmask1 |
Definition at line 88 of file tps65010.c.
u8 nmask2 |
Definition at line 88 of file tps65010.c.
u8 outmask |
Definition at line 90 of file tps65010.c.
unsigned por |
Definition at line 79 of file tps65010.c.
u8 regstatus |
Definition at line 87 of file tps65010.c.
u16 vbus |
Definition at line 81 of file tps65010.c.
struct delayed_work work |
Definition at line 76 of file tps65010.c.