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;318 mod_delayed_work(thermal_wq, &tz->poll_queue, delay); in thermal_zone_device_set_polling()1848 flush_workqueue(thermal_wq); in thermal_pm_prepare()1864 mod_delayed_work(thermal_wq, &tz->poll_queue, 0); in thermal_zone_pm_complete()1892 thermal_wq = alloc_workqueue("thermal_events", WQ_POWER_EFFICIENT, 0); in thermal_init()1893 if (!thermal_wq) { in thermal_init()1913 destroy_workqueue(thermal_wq); in thermal_init()