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

/linux-4.1.27/drivers/thermal/
H A Ddb8500_thermal.c36 struct work_struct therm_work; member in struct:db8500_thermal_zone
159 schedule_work(&pzone->therm_work); db8500_sys_set_mode()
266 schedule_work(&pzone->therm_work); prcmu_low_irq_handler()
291 schedule_work(&pzone->therm_work); prcmu_high_irq_handler()
301 pzone = container_of(work, struct db8500_thermal_zone, therm_work); db8500_thermal_work()
417 INIT_WORK(&pzone->therm_work, db8500_thermal_work); db8500_thermal_probe()
479 cancel_work_sync(&pzone->therm_work); db8500_thermal_remove()
490 flush_work(&pzone->therm_work); db8500_thermal_suspend()

Completed in 41 milliseconds