Searched refs:cooling_spec (Results 1 – 1 of 1) sorted by relevance
714 struct of_phandle_args cooling_spec; in thermal_of_populate_bind_params() local760 "#cooling-cells", i, &cooling_spec); in thermal_of_populate_bind_params()766 __tcbp[i].cooling_device = cooling_spec.np; in thermal_of_populate_bind_params()768 if (cooling_spec.args_count >= 2) { /* at least min and max */ in thermal_of_populate_bind_params()769 __tcbp[i].min = cooling_spec.args[0]; in thermal_of_populate_bind_params()770 __tcbp[i].max = cooling_spec.args[1]; in thermal_of_populate_bind_params()