Searched defs:pzone (Results 1 – 2 of 2) sorted by relevance
65 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_cdev_bind() local92 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_cdev_unbind() local112 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_temp() local128 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_trend() local139 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_mode() local152 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_set_mode() local169 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_trip_type() local184 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_trip_temp() local199 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_crit_temp() local225 static void db8500_thermal_update_config(struct db8500_thermal_zone *pzone, in db8500_thermal_update_config()[all …]
1852 static bool check_zone_id(int zone_id, u16 *pzone) in check_zone_id()