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.c1888 static unsigned int hotkey_poll_freq = 10; /* Hz */ variable
2526 poll_freq = hotkey_poll_freq; in hotkey_kthread()
2554 poll_freq = hotkey_poll_freq; in hotkey_kthread()
2590 if (hotkey_poll_freq > 0 && in hotkey_poll_setup()
2604 hotkey_poll_freq == 0) { in hotkey_poll_setup()
2625 hotkey_poll_freq = freq; in hotkey_poll_set_freq()
2854 return sysfs_emit(buf, "%d\n", hotkey_poll_freq); in hotkey_poll_freq_show()
2879 static DEVICE_ATTR_RW(hotkey_poll_freq);
3531 hotkey_source_mask, hotkey_poll_freq); in hotkey_init()