sensor_np         487 drivers/thermal/of-thermal.c 	struct device_node *np, *child, *sensor_np;
sensor_np         499 drivers/thermal/of-thermal.c 	sensor_np = of_node_get(dev->of_node);
sensor_np         521 drivers/thermal/of-thermal.c 		if (sensor_specs.np == sensor_np && id == sensor_id) {
sensor_np         522 drivers/thermal/of-thermal.c 			tzd = thermal_zone_of_add_sensor(child, sensor_np,
sensor_np         534 drivers/thermal/of-thermal.c 	of_node_put(sensor_np);