Lines Matching refs:thermal_instance
251 struct thermal_instance *get_thermal_instance(struct thermal_zone_device *tz, in get_thermal_instance()
254 struct thermal_instance *pos = NULL; in get_thermal_instance()
255 struct thermal_instance *target_instance = NULL; in get_thermal_instance()
552 struct thermal_instance *pos; in thermal_zone_device_reset()
1079 struct thermal_instance *instance, u32 power) in power_actor_set_power()
1179 struct thermal_instance *instance; in thermal_cooling_device_trip_point_show()
1182 container_of(attr, struct thermal_instance, attr); in thermal_cooling_device_trip_point_show()
1210 struct thermal_instance *instance; in thermal_cooling_device_weight_show()
1212 instance = container_of(attr, struct thermal_instance, weight_attr); in thermal_cooling_device_weight_show()
1222 struct thermal_instance *instance; in thermal_cooling_device_weight_store()
1229 instance = container_of(attr, struct thermal_instance, weight_attr); in thermal_cooling_device_weight_store()
1264 struct thermal_instance *dev; in thermal_zone_bind_cooling_device()
1265 struct thermal_instance *pos; in thermal_zone_bind_cooling_device()
1298 kzalloc(sizeof(struct thermal_instance), GFP_KERNEL); in thermal_zone_bind_cooling_device()
1387 struct thermal_instance *pos, *next; in thermal_zone_unbind_cooling_device()
1619 struct thermal_instance *instance; in thermal_cdev_update()