Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/
Dbattery.c161 static inline int acpi_battery_present(struct acpi_battery *battery) in acpi_battery_present() function
233 if (acpi_battery_present(battery)) { in acpi_battery_get_property()
250 val->intval = acpi_battery_present(battery); in acpi_battery_get_property()
524 if (!acpi_battery_present(battery)) in acpi_battery_get_info()
563 if (!acpi_battery_present(battery)) in acpi_battery_get_state()
617 if (!acpi_battery_present(battery) || in acpi_battery_set_alarm()
662 if (acpi_battery_present(battery)) in acpi_battery_alarm_store()
944 if (!acpi_battery_present(battery)) { in acpi_battery_update()
1024 acpi_battery_present(battery) ? "yes" : "no"); in acpi_battery_info_proc_show()
1025 if (!acpi_battery_present(battery)) in acpi_battery_info_proc_show()
[all …]