Searched refs:cooling_spec (Results 1 – 1 of 1) sorted by relevance
683 struct of_phandle_args cooling_spec; in thermal_of_populate_bind_params() local726 "#cooling-cells", i, &cooling_spec); in thermal_of_populate_bind_params()732 __tcbp[i].cooling_device = cooling_spec.np; in thermal_of_populate_bind_params()734 if (cooling_spec.args_count >= 2) { /* at least min and max */ in thermal_of_populate_bind_params()735 __tcbp[i].min = cooling_spec.args[0]; in thermal_of_populate_bind_params()736 __tcbp[i].max = cooling_spec.args[1]; in thermal_of_populate_bind_params()