Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Ddb8500_thermal.c65 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_cdev_bind() local
66 struct db8500_thsens_platform_data *ptrips = pzone->trip_tab; in db8500_cdev_bind()
92 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_cdev_unbind() local
93 struct db8500_thsens_platform_data *ptrips = pzone->trip_tab; in db8500_cdev_unbind()
112 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_temp() local
119 *temp = pzone->cur_temp_pseudo; in db8500_sys_get_temp()
128 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_trend() local
130 *trend = pzone->trend; in db8500_sys_get_trend()
139 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_mode() local
141 mutex_lock(&pzone->th_lock); in db8500_sys_get_mode()
[all …]