Home
last modified time | relevance | path

Searched refs:is_charging (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/power/supply/
H A Dtwl4030_charger.c793 int is_charging; in twl4030_bci_get_property() local
802 is_charging = state & TWL4030_MSTATEC_USB; in twl4030_bci_get_property()
804 is_charging = state & TWL4030_MSTATEC_AC; in twl4030_bci_get_property()
805 if (!is_charging) { in twl4030_bci_get_property()
811 is_charging = s & 1; in twl4030_bci_get_property()
813 is_charging = s & 2; in twl4030_bci_get_property()
814 if (is_charging) in twl4030_bci_get_property()
821 if (is_charging) in twl4030_bci_get_property()
828 if (!is_charging) in twl4030_bci_get_property()
845 if (!is_charging) in twl4030_bci_get_property()
[all …]