Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dthermal_of.c169 struct of_phandle_args sensor_specs; in of_thermal_zone_find() local
199 i, &sensor_specs); in of_thermal_zone_find()
206 of_node_put(sensor_specs.np); in of_thermal_zone_find()
207 if ((sensor == sensor_specs.np) && id == (sensor_specs.args_count ? in of_thermal_zone_find()
208 sensor_specs.args[0] : 0)) { in of_thermal_zone_find()