Lines Matching defs:sc8551
26 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()
154 struct sc8551 *sc8551 = dev_get_priv(dev); in sc8551_update_get_chrg_online() local