Lines Matching refs:twl4030_bci_read
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()
834 ret = twl4030_bci_read(TWL4030_BCIMSTATEC, &state); in twl4030bci_state()
876 twl4030_bci_read(TWL4030_BCIMDEN, &s); in twl4030_bci_get_property()