cooling_spec      683 drivers/thermal/of-thermal.c 	struct of_phandle_args cooling_spec;
cooling_spec      726 drivers/thermal/of-thermal.c 				"#cooling-cells", i, &cooling_spec);
cooling_spec      732 drivers/thermal/of-thermal.c 		__tcbp[i].cooling_device = cooling_spec.np;
cooling_spec      734 drivers/thermal/of-thermal.c 		if (cooling_spec.args_count >= 2) { /* at least min and max */
cooling_spec      735 drivers/thermal/of-thermal.c 			__tcbp[i].min = cooling_spec.args[0];
cooling_spec      736 drivers/thermal/of-thermal.c 			__tcbp[i].max = cooling_spec.args[1];