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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dasus_acpi.c504 static int read_acpi_int(acpi_handle handle, const char *method, int *val) function
530 if (read_acpi_int(hotk->handle, "SFUN", &temp))
539 if (read_acpi_int(hotk->handle, "ASYM", &temp))
581 if (read_acpi_int(NULL, ledname, &led_status))
839 if (!read_acpi_int(NULL, hotk->methods->lcd_status, &lcd))
915 if (!read_acpi_int(hotk->handle, hotk->methods->brightness_get,
920 if (!read_acpi_int(NULL, hotk->methods->brightness_status,
1022 if (!read_acpi_int(hotk->handle, hotk->methods->display_get, &value))
1300 if (!read_acpi_int(hotk->handle, "BSTS", &bsts_result))
H A Deeepc-laptop.c205 static int read_acpi_int(acpi_handle handle, const char *method, int *val) function
244 if (read_acpi_int(eeepc->handle, method, &value))
1309 && !read_acpi_int(eeepc->handle, cm_getv[cm], &dummy)) {
1347 if (read_acpi_int(eeepc->handle, "CMSG", &eeepc->cm_supported)) {

Completed in 60 milliseconds