Home
last modified time | relevance | path

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

/linux/drivers/thermal/
A Dthermal_of.c858 struct device_node *child = NULL, *gchild; in thermal_of_build_thermal_zone() local
918 for_each_child_of_node(child, gchild) { in thermal_of_build_thermal_zone()
919 ret = thermal_of_populate_trip(gchild, &tz->trips[i++]); in thermal_of_build_thermal_zone()
944 for_each_child_of_node(child, gchild) { in thermal_of_build_thermal_zone()
945 ret = thermal_of_populate_bind_params(gchild, &tz->tbps[i++], in thermal_of_build_thermal_zone()
972 of_node_put(gchild); in thermal_of_build_thermal_zone()

Completed in 4 milliseconds