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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dbattery.c140 inline int acpi_battery_present(struct acpi_battery *battery) function
192 if (acpi_battery_present(battery)) {
209 val->intval = acpi_battery_present(battery);
397 if (!acpi_battery_present(battery))
427 if (!acpi_battery_present(battery))
467 if (!acpi_battery_present(battery) ||
519 if (acpi_battery_present(battery))
600 int result, old_present = acpi_battery_present(battery);
604 if (!acpi_battery_present(battery)) {
612 old_present != acpi_battery_present(batter
[all...]

Completed in 111 milliseconds