Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dthinkpad_acpi.c1965 static struct task_struct *tpacpi_hotkey_task; variable
2640 if (tpacpi_hotkey_task) { in hotkey_poll_stop_sync()
2641 kthread_stop(tpacpi_hotkey_task); in hotkey_poll_stop_sync()
2642 tpacpi_hotkey_task = NULL; in hotkey_poll_stop_sync()
2655 if (!tpacpi_hotkey_task) { in hotkey_poll_setup()
2656 tpacpi_hotkey_task = kthread_run(hotkey_kthread, in hotkey_poll_setup()
2658 if (IS_ERR(tpacpi_hotkey_task)) { in hotkey_poll_setup()
2659 tpacpi_hotkey_task = NULL; in hotkey_poll_setup()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthinkpad_acpi.c1841 static struct task_struct *tpacpi_hotkey_task; variable
2515 if (tpacpi_hotkey_task) { in hotkey_poll_stop_sync()
2516 kthread_stop(tpacpi_hotkey_task); in hotkey_poll_stop_sync()
2517 tpacpi_hotkey_task = NULL; in hotkey_poll_stop_sync()
2531 if (!tpacpi_hotkey_task) { in hotkey_poll_setup()
2532 tpacpi_hotkey_task = kthread_run(hotkey_kthread, in hotkey_poll_setup()
2534 if (IS_ERR(tpacpi_hotkey_task)) { in hotkey_poll_setup()
2535 tpacpi_hotkey_task = NULL; in hotkey_poll_setup()

Completed in 27 milliseconds