Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c33 struct work_struct thermal_wq; member
41 struct ti_thermal_data, thermal_wq); in ti_thermal_work()
160 INIT_WORK(&data->thermal_wq, ti_thermal_work); in ti_thermal_build_data()
213 schedule_work(&data->thermal_wq); in ti_thermal_report_sensor_temperature()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dssv_pm.c47 flush_workqueue(sc->thermal_wq); in ssv6xxx_early_suspend()
127 queue_delayed_work(sc->thermal_wq, &sc->thermal_monitor_work, THERMAL_MONITOR_TIME); in ssv6xxx_late_resume()
H A Dsar.c158 queue_delayed_work(sc->thermal_wq, &sc->thermal_monitor_work, THERMAL_MONITOR_TIME); in thermal_monitor()
186 queue_delayed_work(sc->thermal_wq, &sc->thermal_monitor_work, THERMAL_MONITOR_TIME); in thermal_monitor()
H A Dinit.c534 sc->thermal_wq= create_singlethread_workqueue("ssv6xxx_thermal_wq"); in ssv6xxx_init_softc()
660 queue_delayed_work(sc->thermal_wq, &sc->thermal_monitor_work, THERMAL_MONITOR_TIME); in ssv6xxx_init_softc()
712 flush_workqueue(sc->thermal_wq); in ssv6xxx_deinit_softc()
713 destroy_workqueue(sc->thermal_wq); in ssv6xxx_deinit_softc()
H A Ddev.h375 struct workqueue_struct *thermal_wq; member