Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Dtwl4030_charger.c792 int is_charging; in twl4030_bci_get_property() local
801 is_charging = state & TWL4030_MSTATEC_USB; in twl4030_bci_get_property()
803 is_charging = state & TWL4030_MSTATEC_AC; in twl4030_bci_get_property()
804 if (!is_charging) { in twl4030_bci_get_property()
810 is_charging = s & 1; in twl4030_bci_get_property()
812 is_charging = s & 2; in twl4030_bci_get_property()
813 if (is_charging) in twl4030_bci_get_property()
820 if (is_charging) in twl4030_bci_get_property()
827 if (!is_charging) in twl4030_bci_get_property()
844 if (!is_charging) in twl4030_bci_get_property()
[all …]
H A Dcharger-manager.c212 static bool is_charging(struct charger_manager *cm) in is_charging() function
354 return is_charging(cm); in is_polling_required()
780 if (is_charging(cm)) in charger_get_property()
795 !is_charging(cm)) { in charger_get_property()
1680 if (is_charging(cm)) { in cm_need_to_awake()