Searched refs:hotk (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/platform/x86/
H A Dasus_acpi.c69 * Flags for hotk status
113 * about the hotk device
117 acpi_handle handle; /* the handle of the hotk device */
118 char status; /* status of the hotk, for LEDs */
448 * available before the hotk
453 static struct asus_hotk *hotk; variable in typeref:struct:asus_hotk
523 seq_printf(m, "Model reference : %s\n", hotk->methods->name);
530 if (read_acpi_int(hotk->handle, "SFUN", &temp))
539 if (read_acpi_int(hotk->handle, "ASYM", &temp))
587 return (hotk
[all...]

Completed in 40 milliseconds