Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/platform/x86/
Dthinkpad_acpi.c2581 unsigned int poll_freq; in hotkey_kthread() local
2599 poll_freq = hotkey_poll_freq; in hotkey_kthread()
2605 if (likely(poll_freq)) in hotkey_kthread()
2606 t = 1000/poll_freq; in hotkey_kthread()
2627 poll_freq = hotkey_poll_freq; in hotkey_kthread()