Lines Matching defs:sc8551
725 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;
740 bool vbus_present;
742 bool usb_present;
743 bool charge_enabled;
745 int vbus_error;
770 struct sc8551_cfg *cfg; argument
777 static int __sc8551_read_byte(struct sc8551 *sc, u8 reg, u8 *data) in __sc8551_read_byte() argument