Home
last modified time | relevance | path

Searched refs:tz_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
80 rt_ofw_foreach_child_node(tmp_np, tz_np) in thermal_ofw_setup()
82 … if (!rt_ofw_parse_phandle_cells(tz_np, "thermal-sensors", "#thermal-sensor-cells", 0, &args)) in thermal_ofw_setup()
97 rt_ofw_prop_read_u32(tz_np, "polling-delay-passive", &pdelay); in thermal_ofw_setup()
98 rt_ofw_prop_read_u32(tz_np, "polling-delay", &delay); in thermal_ofw_setup()
103 thermal_ofw_params_parse(tz_np, &zdev->params); in thermal_ofw_setup()
110 tmp_np = rt_ofw_get_child_by_tag(tz_np, "trips"); in thermal_ofw_setup()
146 tmp_np = rt_ofw_get_child_by_tag(tz_np, "cooling-maps"); in thermal_ofw_setup()

Completed in 5 milliseconds