Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dthinkpad_acpi.c2572 unsigned int poll_freq; in hotkey_kthread() local
2590 poll_freq = hotkey_poll_freq; in hotkey_kthread()
2596 if (likely(poll_freq)) in hotkey_kthread()
2597 t = 1000/poll_freq; in hotkey_kthread()
2618 poll_freq = hotkey_poll_freq; in hotkey_kthread()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthinkpad_acpi.c2446 unsigned int poll_freq; in hotkey_kthread() local
2464 poll_freq = hotkey_poll_freq; in hotkey_kthread()
2470 if (likely(poll_freq)) in hotkey_kthread()
2471 t = 1000/poll_freq; in hotkey_kthread()
2492 poll_freq = hotkey_poll_freq; in hotkey_kthread()

Completed in 28 milliseconds