Home
last modified time | relevance | path

Searched refs:hotkey_poll_freq (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c1848 static unsigned int hotkey_poll_freq = 10; /* Hz */ variable
2486 poll_freq = hotkey_poll_freq; in hotkey_kthread()
2514 poll_freq = hotkey_poll_freq; in hotkey_kthread()
2550 if (hotkey_poll_freq > 0 && in hotkey_poll_setup()
2564 hotkey_poll_freq == 0) { in hotkey_poll_setup()
2585 hotkey_poll_freq = freq; in hotkey_poll_set_freq()
2814 return sysfs_emit(buf, "%d\n", hotkey_poll_freq); in hotkey_poll_freq_show()
2839 static DEVICE_ATTR_RW(hotkey_poll_freq);
3517 hotkey_source_mask, hotkey_poll_freq); in hotkey_init()