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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/
H A Dasus_acpi.c68 * Flags for hotk status
112 * about the hotk device
116 acpi_handle handle; //the handle of the hotk device
117 char status; //status of the hotk, for LEDs, ...
421 * available before the hotk
426 static struct asus_hotk *hotk; variable in typeref:struct:asus_hotk
499 hotk->methods->name);
506 if (read_acpi_int(hotk->handle, "SFUN", &temp))
516 if (read_acpi_int(hotk->handle, "ASYM", &temp))
560 return (hotk
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/misc/
H A Dasus-laptop.c75 * Flags for hotk status
174 * about the hotk device
179 acpi_handle handle; //the handle of the hotk device
180 char status; //status of the hotk, for LEDs, ...
190 * available before the hotk
195 static struct asus_hotk *hotk; variable in typeref:struct:asus_hotk
277 return (hotk->status & mask) ? 1 : 0;
285 return (hotk->status & mask) ? 1 : 0;
299 return (hotk->status & GPS_ON) ? 1 : 0;
311 return (hotk
[all...]

Completed in 111 milliseconds