Home
last modified time | relevance | path

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

/components/drivers/thermal/
A Dthermal.c66 struct rt_ofw_node *tmp_np, *tz_np, *trip_np, *cm_np, *cdev_np; in thermal_ofw_setup() local
165 rt_ofw_foreach_child_node(tmp_np, cm_np) in thermal_ofw_setup()
170 map->cells_nr = rt_ofw_count_phandle_cells(cm_np, "cooling-device", "#cooling-cells"); in thermal_ofw_setup()
179 trip_np = rt_ofw_parse_phandle(cm_np, "trip", 0); in thermal_ofw_setup()
190 rt_ofw_prop_read_u32(cm_np, "contribution", &map->contribution); in thermal_ofw_setup()
196 if (rt_ofw_parse_phandle_cells(cm_np, "cooling-device", "#cooling-cells", c, &args)) in thermal_ofw_setup()

Completed in 4 milliseconds