Lines Matching refs:tpacpi_wq
357 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()
9454 tpacpi_wq = create_singlethread_workqueue(TPACPI_WORKQUEUE_NAME); in thinkpad_acpi_module_init()
9455 if (!tpacpi_wq) { in thinkpad_acpi_module_init()