Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dthermal_of.c362 struct device_node *tr_np; in thermal_of_for_each_cooling_device() local
365 tr_np = of_parse_phandle(map_np, "trip", 0); in thermal_of_for_each_cooling_device()
366 if (!tr_np) in thermal_of_for_each_cooling_device()
369 trip_id = of_find_trip_id(tz_np, tr_np); in thermal_of_for_each_cooling_device()