Home
last modified time | relevance | path

Searched refs:trip_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
130 rt_ofw_foreach_child_node(tmp_np, trip_np) in thermal_ofw_setup()
134 rt_ofw_prop_read_u32(trip_np, "temperature", (rt_uint32_t *)&zdev->trips[i].temperature); in thermal_ofw_setup()
135 rt_ofw_prop_read_u32(trip_np, "hysteresis", (rt_uint32_t *)&zdev->trips[i].hysteresis); in thermal_ofw_setup()
136 rt_ofw_prop_read_string(trip_np, "type", &type); in thermal_ofw_setup()
139 rt_ofw_data(trip_np) = &zdev->trips[i]; in thermal_ofw_setup()
179 trip_np = rt_ofw_parse_phandle(cm_np, "trip", 0); in thermal_ofw_setup()
180 map->trips = rt_ofw_data(trip_np); in thermal_ofw_setup()
181 rt_ofw_node_put(trip_np); in thermal_ofw_setup()
186 rt_ofw_node_full_name(trip_np)); in thermal_ofw_setup()

Completed in 3 milliseconds