Searched refs:sen_child (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/thermal/
H A Dsprd_thermal.c334 struct device_node *sen_child; local
387 for_each_child_of_node(np, sen_child) {
397 ret = of_property_read_u32(sen_child, "reg", &sen->id);
403 ret = sprd_thm_sensor_calibration(sen_child, thm, sen);
424 /* sen_child set to NULL at this point */
441 of_node_put(sen_child);

Completed in 138 milliseconds