Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dbattery.c134 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()
530 if (!acpi_battery_present(battery)) in acpi_battery_get_info()
571 if (!acpi_battery_present(battery)) in acpi_battery_get_state()
627 if (!acpi_battery_present(battery) || in acpi_battery_set_alarm()
676 if (acpi_battery_present(battery)) in acpi_battery_alarm_store()
992 if (!acpi_battery_present(battery)) { in acpi_battery_update()
1073 acpi_battery_present(battery)); in acpi_battery_notify()
1074 acpi_notifier_call_chain(device, event, acpi_battery_present(battery)); in acpi_battery_notify()
[all …]