Lines Matching refs:db8500_thermal_zone
33 struct db8500_thermal_zone { struct
65 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_cdev_bind()
92 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_cdev_unbind()
112 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_temp()
128 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_trend()
139 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_mode()
152 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_set_mode()
169 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_trip_type()
184 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_trip_temp()
199 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_crit_temp()
225 static void db8500_thermal_update_config(struct db8500_thermal_zone *pzone, in db8500_thermal_update_config()
241 struct db8500_thermal_zone *pzone = irq_data; in prcmu_low_irq_handler()
272 struct db8500_thermal_zone *pzone = irq_data; in prcmu_high_irq_handler()
298 struct db8500_thermal_zone *pzone; in db8500_thermal_work()
300 pzone = container_of(work, struct db8500_thermal_zone, therm_work); in db8500_thermal_work()
392 struct db8500_thermal_zone *pzone = NULL; in db8500_thermal_probe()
475 struct db8500_thermal_zone *pzone = platform_get_drvdata(pdev); in db8500_thermal_remove()
487 struct db8500_thermal_zone *pzone = platform_get_drvdata(pdev); in db8500_thermal_suspend()
497 struct db8500_thermal_zone *pzone = platform_get_drvdata(pdev); in db8500_thermal_resume()