Searched refs:twl4030_bci_read (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | twl4030_charger.c | 172 static int twl4030_bci_read(u8 reg, u8 *val) in twl4030_bci_read() function 190 ret = twl4030_bci_read(reg + 1, &val); in twl4030bci_read_adc_val() 197 ret = twl4030_bci_read(reg, &val); in twl4030bci_read_adc_val() 275 status = twl4030_bci_read(TWL4030_BCICTL1, &bcictl1); in twl4030_charger_update_current() 316 status = twl4030_bci_read(TWL4030_BCIMFTH8, &oldreg); in twl4030_charger_update_current() 336 status = twl4030_bci_read(TWL4030_BCIMFTH9, &oldreg); in twl4030_charger_update_current() 357 status = twl4030_bci_read(TWL4030_BCIIREF1, &oldreg); in twl4030_charger_update_current() 361 status = twl4030_bci_read(TWL4030_BCIIREF2, &oldreg); in twl4030_charger_update_current() 750 ret = twl4030_bci_read(TWL4030_BCICTL1, &bcictl1); in twl4030_charger_get_current() 766 ret = twl4030_bci_read(TWL4030_BCIMSTATEC, &state); in twl4030bci_state() [all …]
|