Searched refs:hotkey_poll_freq (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 Dthinkpad_acpi.c2004 static unsigned int hotkey_poll_freq = 10; /* Hz */ variable
2501 poll_freq = hotkey_poll_freq;
2529 poll_freq = hotkey_poll_freq;
2571 if (hotkey_poll_freq > 0 &&
2587 hotkey_poll_freq == 0) {
2610 hotkey_poll_freq = freq;
2833 /* sysfs hotkey hotkey_poll_freq --------------------------------------- */
2838 return snprintf(buf, PAGE_SIZE, "%d\n", hotkey_poll_freq);
2858 tpacpi_disclose_usertask("hotkey_poll_freq", "set to %lu\n", t);
2864 __ATTR(hotkey_poll_freq, S_IWUS
[all...]

Completed in 117 milliseconds