Searched refs:thermal_wq (Results 1 – 2 of 2) sorted by relevance
36 struct work_struct thermal_wq; member44 struct ti_thermal_data, thermal_wq); in ti_thermal_work()157 INIT_WORK(&data->thermal_wq, ti_thermal_work); in ti_thermal_build_data()212 schedule_work(&data->thermal_wq); in ti_thermal_report_sensor_temperature()
44 static struct workqueue_struct *thermal_wq __ro_after_init;258 mod_delayed_work(thermal_wq, &tz->poll_queue, delay); in thermal_zone_device_set_polling()1759 flush_workqueue(thermal_wq); in thermal_pm_prepare()1775 mod_delayed_work(thermal_wq, &tz->poll_queue, 0); in thermal_zone_pm_complete()1803 thermal_wq = alloc_workqueue("thermal_events", WQ_UNBOUND, 0); in thermal_init()1804 if (!thermal_wq) { in thermal_init()1823 destroy_workqueue(thermal_wq); in thermal_init()