Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Ddb8500_thermal.c36 struct work_struct therm_work; member
158 schedule_work(&pzone->therm_work); in db8500_sys_set_mode()
265 schedule_work(&pzone->therm_work); in prcmu_low_irq_handler()
290 schedule_work(&pzone->therm_work); in prcmu_high_irq_handler()
300 pzone = container_of(work, struct db8500_thermal_zone, therm_work); in db8500_thermal_work()
416 INIT_WORK(&pzone->therm_work, db8500_thermal_work); in db8500_thermal_probe()
478 cancel_work_sync(&pzone->therm_work); in db8500_thermal_remove()
489 flush_work(&pzone->therm_work); in db8500_thermal_suspend()