Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/x86/
Dthinkpad_acpi.c356 static struct workqueue_struct *tpacpi_wq; variable
5045 queue_work(tpacpi_wq, &data->work); in light_sysfs_set()
5106 flush_workqueue(tpacpi_wq); in light_exit()
5395 queue_work(tpacpi_wq, &data->work); in led_sysfs_set()
5413 queue_work(tpacpi_wq, &data->work); in led_sysfs_blink_set()
5444 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 …]