Lines Matching defs:instance
941 struct thermal_instance *instance;
943 instance =
947 thermal_zone_trip_id(instance->tz, instance->trip));
953 struct thermal_instance *instance;
955 instance = container_of(attr, struct thermal_instance, weight_attr);
957 return sprintf(buf, "%d\n", instance->weight);
963 struct thermal_instance *instance;
970 instance = container_of(attr, struct thermal_instance, weight_attr);
971 instance->weight = weight;