Searched refs:secondary_chrg (Results 1 – 1 of 1) sorted by relevance
111 struct power_supply *secondary_chrg; member1066 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 …]