Searched refs:twl4030_bci_read (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/power/ |
| D | twl4030_charger.c | 176 static int twl4030_bci_read(u8 reg, u8 *val) in twl4030_bci_read() function 194 ret = twl4030_bci_read(reg + 1, &val); in twl4030bci_read_adc_val() 201 ret = twl4030_bci_read(reg, &val); in twl4030bci_read_adc_val() 308 status = twl4030_bci_read(TWL4030_BCICTL1, &bcictl1); in twl4030_charger_update_current() 349 status = twl4030_bci_read(TWL4030_BCIMFTH8, &oldreg); in twl4030_charger_update_current() 369 status = twl4030_bci_read(TWL4030_BCIMFTH9, &oldreg); in twl4030_charger_update_current() 390 status = twl4030_bci_read(TWL4030_BCIIREF1, &oldreg); in twl4030_charger_update_current() 394 status = twl4030_bci_read(TWL4030_BCIIREF2, &oldreg); in twl4030_charger_update_current() 702 status = twl4030_bci_read(TWL4030_BCICTL1, &bcictl1); in twl4030_bci_max_current_show() 818 ret = twl4030_bci_read(TWL4030_BCICTL1, &bcictl1); in twl4030_charger_get_current() [all …]
|