Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dthermal_of.c276 struct device_node *np, *tz_np; in thermal_of_zone_get_by_name() local
282 tz_np = of_get_child_by_name(np, tz->type); in thermal_of_zone_get_by_name()
286 if (!tz_np) in thermal_of_zone_get_by_name()
289 return tz_np; in thermal_of_zone_get_by_name()
370 trip_id = of_find_trip_id(tz_np, tr_np); in thermal_of_for_each_cooling_device()
396 struct device_node *tz_np, *cm_np, *child; in thermal_of_for_each_cooling_maps() local
399 tz_np = thermal_of_zone_get_by_name(tz); in thermal_of_for_each_cooling_maps()
400 if (IS_ERR(tz_np)) { in thermal_of_for_each_cooling_maps()
402 return PTR_ERR(tz_np); in thermal_of_for_each_cooling_maps()
405 cm_np = of_get_child_by_name(tz_np, "cooling-maps"); in thermal_of_for_each_cooling_maps()
[all …]