Searched refs:tpacpi_hotkey_task (Results 1 – 1 of 1) sorted by relevance
1982 static struct task_struct *tpacpi_hotkey_task; variable2657 if (tpacpi_hotkey_task) { in hotkey_poll_stop_sync()2658 kthread_stop(tpacpi_hotkey_task); in hotkey_poll_stop_sync()2659 tpacpi_hotkey_task = NULL; in hotkey_poll_stop_sync()2672 if (!tpacpi_hotkey_task) { in hotkey_poll_setup()2673 tpacpi_hotkey_task = kthread_run(hotkey_kthread, in hotkey_poll_setup()2675 if (IS_ERR(tpacpi_hotkey_task)) { in hotkey_poll_setup()2676 tpacpi_hotkey_task = NULL; in hotkey_poll_setup()