Searched defs:tps65010 (Results 1 – 1 of 1) sorted by relevance
73 struct tps65010 { struct74 struct i2c_client *client;75 struct mutex lock;76 struct delayed_work work;77 struct dentry *file;78 unsigned charging:1;79 unsigned por:1;80 unsigned model:8;81 u16 vbus;82 unsigned long flags;[all …]