Searched refs:lp8727_write_byte (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/power/ |
D | lp8727_charger.c | 121 static int lp8727_write_byte(struct lp8727_chg *pchg, u8 reg, u8 data) in lp8727_write_byte() function 154 ret = lp8727_write_byte(pchg, LP8727_CTRL1, val); in lp8727_init_device() 159 return lp8727_write_byte(pchg, LP8727_CTRL2, val); in lp8727_init_device() 180 lp8727_write_byte(pchg, LP8727_SWCTRL, sw); in lp8727_ctrl_switch() 223 lp8727_write_byte(pchg, LP8727_CTRL2, val); in lp8727_enable_chgdet() 417 lp8727_write_byte(pchg, LP8727_CHGCTRL2, val); in lp8727_charger_changed()
|