Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_of.c277 static bool thermal_of_cm_lookup(struct device_node *cm_np, in thermal_of_cm_lookup() argument
282 for_each_child_of_node_scoped(cm_np, child) { in thermal_of_cm_lookup()
310 struct device_node *tz_np, *cm_np; in thermal_of_should_bind() local
319 cm_np = of_get_child_by_name(tz_np, "cooling-maps"); in thermal_of_should_bind()
320 if (!cm_np) in thermal_of_should_bind()
324 result = thermal_of_cm_lookup(cm_np, trip, cdev, c); in thermal_of_should_bind()
326 of_node_put(cm_np); in thermal_of_should_bind()