Home
last modified time | relevance | path

Searched defs:sc8551 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/power/charge/
H A Dsc8551_charger.c26 struct sc8551 { struct
27 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 …]
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dsc8551_charger.c725 struct sc8551 { struct
726 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 …]