Searched refs:thermal_monitor_work (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | sar.c | 144 struct ssv_softc *sc = container_of(work, struct ssv_softc, thermal_monitor_work.work); in thermal_monitor() 158 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 D | ssv_pm.c | 46 cancel_delayed_work(&sc->thermal_monitor_work); in ssv6xxx_early_suspend() 127 queue_delayed_work(sc->thermal_wq, &sc->thermal_monitor_work, THERMAL_MONITOR_TIME); in ssv6xxx_late_resume()
|
| H A D | init.c | 535 INIT_DELAYED_WORK(&sc->thermal_monitor_work, thermal_monitor); in ssv6xxx_init_softc() 660 queue_delayed_work(sc->thermal_wq, &sc->thermal_monitor_work, THERMAL_MONITOR_TIME); in ssv6xxx_init_softc() 710 cancel_delayed_work(&sc->thermal_monitor_work); in ssv6xxx_deinit_softc()
|
| H A D | dev.h | 374 struct delayed_work thermal_monitor_work; member
|