Home
last modified time | relevance | path

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

/drivers/acpi/
Dbattery.c150 inline int acpi_battery_present(struct acpi_battery *battery) in acpi_battery_present() function
202 if (acpi_battery_present(battery)) { in acpi_battery_get_property()
219 val->intval = acpi_battery_present(battery); in acpi_battery_get_property()
426 if (!acpi_battery_present(battery)) in acpi_battery_get_info()
471 if (!acpi_battery_present(battery)) in acpi_battery_get_state()
524 if (!acpi_battery_present(battery) || in acpi_battery_set_alarm()
575 if (acpi_battery_present(battery)) in acpi_battery_alarm_store()
697 int result, old_present = acpi_battery_present(battery); in acpi_battery_update()
701 if (!acpi_battery_present(battery)) { in acpi_battery_update()
707 old_present != acpi_battery_present(battery)) { in acpi_battery_update()
[all …]