Lines Matching defs:trips
102 struct device_node *trips __free(device_node) = of_get_child_by_name(np, "trips");
103 if (!trips)
106 count = of_get_child_count(trips);
115 for_each_child_of_node_scoped(trips, trip) {
372 struct thermal_trip *trips;
387 trips = thermal_of_trips_init(np, &ntrips);
388 if (IS_ERR(trips)) {
390 ret = PTR_ERR(trips);
394 if (!trips)
415 tz = thermal_zone_device_register_with_trips(np->name, trips, ntrips,
425 kfree(trips);
438 kfree(trips);