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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dthinkpad_acpi.c1976 static struct task_struct *tpacpi_hotkey_task; variable in typeref:struct:task_struct
2552 if (tpacpi_hotkey_task) {
2553 if (frozen(tpacpi_hotkey_task) ||
2554 freezing(tpacpi_hotkey_task))
2555 thaw_process(tpacpi_hotkey_task);
2557 kthread_stop(tpacpi_hotkey_task);
2558 tpacpi_hotkey_task = NULL;
2574 if (!tpacpi_hotkey_task) {
2575 tpacpi_hotkey_task = kthread_run(hotkey_kthread,
2577 if (IS_ERR(tpacpi_hotkey_task)) {
[all...]

Completed in 98 milliseconds