Home
last modified time | relevance | path

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 Dsar.c144 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 Dssv_pm.c46 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 Dinit.c535 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 Ddev.h374 struct delayed_work thermal_monitor_work; member