Searched refs:remove_battery (Results 1 – 13 of 13) sorted by relevance
/linux/include/acpi/ |
H A D | battery.h | 17 int (*remove_battery)(struct power_supply *battery, struct acpi_battery_hook *hook); member
|
/linux/drivers/power/supply/ |
H A D | cros_charge-control.c | 340 priv->battery_hook.remove_battery = cros_chctl_remove_battery; in cros_chctl_probe()
|
/linux/drivers/acpi/ |
H A D | battery.c | 715 if (!hook->remove_battery(battery->bat, hook)) in battery_hook_unregister_unlocked() 829 hook->remove_battery(battery->bat, hook); in battery_hook_remove_battery()
|
/linux/drivers/platform/x86/ |
H A D | system76_acpi.c | 284 .remove_battery = system76_battery_remove,
|
H A D | msi-ec.c | 1283 .remove_battery = msi_battery_remove,
|
H A D | lg-laptop.c | 555 .remove_battery = lg_battery_remove,
|
H A D | huawei-wmi.c | 496 .remove_battery = huawei_wmi_battery_remove,
|
H A D | fujitsu-laptop.c | 238 .remove_battery = fujitsu_battery_remove_hook,
|
H A D | toshiba_acpi.c | 3144 .remove_battery = toshiba_acpi_battery_remove,
|
H A D | asus-wmi.c | 1469 .remove_battery = asus_wmi_battery_remove,
|
H A D | thinkpad_acpi.c | 9950 .remove_battery = tpacpi_battery_remove,
|
/linux/drivers/platform/x86/dell/ |
H A D | dell-wmi-ddv.c | 744 data->hook.remove_battery = dell_wmi_ddv_remove_battery; in dell_wmi_ddv_battery_add()
|
H A D | dell-laptop.c | 2422 .remove_battery = dell_battery_remove,
|