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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.c821 tp_features.hotkey = hkey_handle != NULL;
838 acpi_evalf(hkey_handle, NULL, "DHKN", "qv");
882 if (acpi_evalf(hkey_handle, &hkey, "MHKP", "d"))
895 if (!acpi_evalf(hkey_handle, status, "DHKC", "d"))
899 if (!acpi_evalf(hkey_handle, mask, "DHKN", "d"))
912 if (!acpi_evalf(hkey_handle, NULL, "MHKC", "vd", status))
918 if (!acpi_evalf(hkey_handle,
1006 .handle = &hkey_handle,
1077 tp_features.bluetooth = hkey_handle &&
1078 acpi_evalf(hkey_handle,
[all...]
H A Dthinkpad_acpi.h116 static acpi_handle cmos_handle, hkey_handle; /* basic thinkpad handles */ variable

Completed in 188 milliseconds