sensor_specs      502 drivers/thermal/of-thermal.c 		struct of_phandle_args sensor_specs;
sensor_specs      508 drivers/thermal/of-thermal.c 						 0, &sensor_specs);
sensor_specs      512 drivers/thermal/of-thermal.c 		if (sensor_specs.args_count >= 1) {
sensor_specs      513 drivers/thermal/of-thermal.c 			id = sensor_specs.args[0];
sensor_specs      514 drivers/thermal/of-thermal.c 			WARN(sensor_specs.args_count > 1,
sensor_specs      516 drivers/thermal/of-thermal.c 			     sensor_specs.np, sensor_specs.args_count);
sensor_specs      521 drivers/thermal/of-thermal.c 		if (sensor_specs.np == sensor_np && id == sensor_id) {
sensor_specs      527 drivers/thermal/of-thermal.c 			of_node_put(sensor_specs.np);
sensor_specs      531 drivers/thermal/of-thermal.c 		of_node_put(sensor_specs.np);