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