Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/x86/
Dthinkpad_acpi.c357 static struct workqueue_struct *tpacpi_wq; variable
5046 queue_work(tpacpi_wq, &data->work); in light_sysfs_set()
5107 flush_workqueue(tpacpi_wq); in light_exit()
5396 queue_work(tpacpi_wq, &data->work); in led_sysfs_set()
5414 queue_work(tpacpi_wq, &data->work); in led_sysfs_blink_set()
5445 flush_workqueue(tpacpi_wq); in led_exit()
8036 mod_delayed_work(tpacpi_wq, &fan_watchdog_task, in fan_watchdog_reset()
8436 flush_workqueue(tpacpi_wq); in fan_exit()
9416 if (tpacpi_wq) in thinkpad_acpi_module_exit()
9417 destroy_workqueue(tpacpi_wq); in thinkpad_acpi_module_exit()
[all …]