Searched defs:tps65010 (Results 1 – 1 of 1) sorted by relevance
61 struct tps65010 { struct62 struct i2c_client *client;63 struct mutex lock;64 struct delayed_work work;65 struct dentry *file;66 unsigned charging:1;67 unsigned por:1;68 unsigned model:8;69 u16 vbus;70 unsigned long flags;[all …]