Searched refs:cmos_handle (Results 1 - 2 of 2) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.c279 if (!cmos_handle)
282 if (!acpi_evalf(cmos_handle, NULL, NULL, "vd", cmos_cmd))
1682 tp_features.light = (cmos_handle || lght_handle) && !ledb_handle;
1735 success = cmos_handle ?
1736 acpi_evalf(cmos_handle, NULL, NULL, "vd", cmos_cmd) :
2050 str_supported(cmos_handle != NULL));
2056 return (cmos_handle)? 0 : 1;
2070 if (!cmos_handle)
H A Dthinkpad_acpi.h116 static acpi_handle cmos_handle, hkey_handle; /* basic thinkpad handles */ variable

Completed in 136 milliseconds