Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dthermal_of.c395 struct device_node *tz_np, *cm_np, *child; in thermal_of_for_each_cooling_maps() local
404 cm_np = of_get_child_by_name(tz_np, "cooling-maps"); in thermal_of_for_each_cooling_maps()
405 if (!cm_np) in thermal_of_for_each_cooling_maps()
408 for_each_child_of_node(cm_np, child) { in thermal_of_for_each_cooling_maps()
416 of_node_put(cm_np); in thermal_of_for_each_cooling_maps()