Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dthinkpad_acpi.c1998 static struct task_struct *tpacpi_hotkey_task; variable
2673 if (tpacpi_hotkey_task) { in hotkey_poll_stop_sync()
2674 kthread_stop(tpacpi_hotkey_task); in hotkey_poll_stop_sync()
2675 tpacpi_hotkey_task = NULL; in hotkey_poll_stop_sync()
2688 if (!tpacpi_hotkey_task) { in hotkey_poll_setup()
2689 tpacpi_hotkey_task = kthread_run(hotkey_kthread, in hotkey_poll_setup()
2691 if (IS_ERR(tpacpi_hotkey_task)) { in hotkey_poll_setup()
2692 tpacpi_hotkey_task = NULL; in hotkey_poll_setup()