Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/
Dbattery.c155 static inline int acpi_battery_present(struct acpi_battery *battery) in acpi_battery_present() function
207 if (acpi_battery_present(battery)) { in acpi_battery_get_property()
224 val->intval = acpi_battery_present(battery); in acpi_battery_get_property()
453 if (!acpi_battery_present(battery)) in acpi_battery_get_info()
503 if (!acpi_battery_present(battery)) in acpi_battery_get_state()
554 if (!acpi_battery_present(battery) || in acpi_battery_set_alarm()
599 if (acpi_battery_present(battery)) in acpi_battery_alarm_store()
727 int result, old_present = acpi_battery_present(battery); in acpi_battery_update()
731 if (!acpi_battery_present(battery)) { in acpi_battery_update()
741 old_present != acpi_battery_present(battery)) { in acpi_battery_update()
[all …]