Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dbq25890_charger.c111 struct power_supply *secondary_chrg; member
1066 if (bq->secondary_chrg) { in bq25890_pump_express_work()
1068 power_supply_set_property(bq->secondary_chrg, POWER_SUPPLY_PROP_ONLINE, &value); in bq25890_pump_express_work()
1102 if (bq->secondary_chrg) { in bq25890_pump_express_work()
1104 power_supply_set_property(bq->secondary_chrg, POWER_SUPPLY_PROP_ONLINE, &value); in bq25890_pump_express_work()
1164 if (bq->secondary_chrg) in bq25890_vbus_enable()
1165 power_supply_set_property(bq->secondary_chrg, POWER_SUPPLY_PROP_ONLINE, &val); in bq25890_vbus_enable()
1182 if (bq->secondary_chrg) in bq25890_vbus_disable()
1183 power_supply_set_property(bq->secondary_chrg, POWER_SUPPLY_PROP_ONLINE, &val); in bq25890_vbus_disable()
1401 bq->secondary_chrg = power_supply_get_by_name(str); in bq25890_fw_probe()
[all …]