Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Dtest_power.c158 val->intval >= BITS_PER_TYPE(typeof(psy->desc->charge_behaviours)) || in test_power_set_battery_property()
159 !(BIT(val->intval) & psy->desc->charge_behaviours)) { in test_power_set_battery_property()
229 .charge_behaviours = BIT(POWER_SUPPLY_CHARGE_BEHAVIOUR_AUTO)
H A Dcros_charge-control.c200 .charge_behaviours = EC_CHARGE_CONTROL_BEHAVIOURS, \
/linux/drivers/platform/x86/
H A Dayaneo-ec.c346 .charge_behaviours = EC_CHARGE_CONTROL_BEHAVIOURS,
H A Doxpec.c607 .charge_behaviours = EC_CHARGE_CONTROL_BEHAVIOURS,
/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c9473 unsigned int charge_behaviours; member
9691 battery_info.batteries[battery].charge_behaviours |= in tpacpi_battery_probe()
9701 battery_info.batteries[battery].charge_behaviours |= in tpacpi_battery_probe()
9705 battery_info.batteries[battery].charge_behaviours |= in tpacpi_battery_probe()
9712 battery_info.batteries[battery].charge_behaviours); in tpacpi_battery_probe()
9857 available = battery_info.batteries[battery].charge_behaviours; in charge_behaviour_show()
9904 available = battery_info.batteries[battery].charge_behaviours; in charge_behaviour_store()