Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/
Dbattery.c148 static inline int acpi_battery_present(struct acpi_battery *battery) in acpi_battery_present() function
220 if (acpi_battery_present(battery)) { in acpi_battery_get_property()
237 val->intval = acpi_battery_present(battery); in acpi_battery_get_property()
511 if (!acpi_battery_present(battery)) in acpi_battery_get_info()
550 if (!acpi_battery_present(battery)) in acpi_battery_get_state()
604 if (!acpi_battery_present(battery) || in acpi_battery_set_alarm()
649 if (acpi_battery_present(battery)) in acpi_battery_alarm_store()
931 if (!acpi_battery_present(battery)) { in acpi_battery_update()
1011 acpi_battery_present(battery) ? "yes" : "no"); in acpi_battery_info_proc_show()
1012 if (!acpi_battery_present(battery)) in acpi_battery_info_proc_show()
[all …]