Searched defs:sc8551 (Results 1 – 2 of 2) sorted by relevance
26 struct sc8551 { struct27 struct udevice *dev;28 struct udevice *pd;29 bool pd_online;30 u32 init_count;31 u32 ichg;32 u32 vchg;33 int irq;121 static int sc8551_get_usb_state(struct sc8551 *sc8551) in sc8551_get_usb_state()144 static bool sc8551_check_charge(struct sc8551 *sc8551) in sc8551_check_charge()[all …]
725 struct sc8551 { struct726 struct device *dev;727 struct i2c_client *client;729 int part_no;730 int revision;732 int mode;734 struct mutex data_lock;735 struct mutex i2c_rw_lock;737 int irq;739 bool batt_present;[all …]