gchild            857 drivers/thermal/of-thermal.c 	struct device_node *child = NULL, *gchild;
gchild            917 drivers/thermal/of-thermal.c 	for_each_child_of_node(child, gchild) {
gchild            918 drivers/thermal/of-thermal.c 		ret = thermal_of_populate_trip(gchild, &tz->trips[i++]);
gchild            943 drivers/thermal/of-thermal.c 	for_each_child_of_node(child, gchild) {
gchild            944 drivers/thermal/of-thermal.c 		ret = thermal_of_populate_bind_params(gchild, &tz->tbps[i++],
gchild            972 drivers/thermal/of-thermal.c 	of_node_put(gchild);