Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/
Dbattery.c152 static inline int acpi_battery_present(struct acpi_battery *battery) in acpi_battery_present() function
204 if (acpi_battery_present(battery)) { in acpi_battery_get_property()
221 val->intval = acpi_battery_present(battery); in acpi_battery_get_property()
442 if (!acpi_battery_present(battery)) in acpi_battery_get_info()
492 if (!acpi_battery_present(battery)) in acpi_battery_get_state()
543 if (!acpi_battery_present(battery) || in acpi_battery_set_alarm()
588 if (acpi_battery_present(battery)) in acpi_battery_alarm_store()
716 int result, old_present = acpi_battery_present(battery); in acpi_battery_update()
720 if (!acpi_battery_present(battery)) { in acpi_battery_update()
730 old_present != acpi_battery_present(battery)) { in acpi_battery_update()
[all …]