Searched refs:cooling_spec (Results 1 – 1 of 1) sorted by relevance
675 struct of_phandle_args cooling_spec; in thermal_of_populate_bind_params() local718 "#cooling-cells", i, &cooling_spec); in thermal_of_populate_bind_params()724 __tcbp[i].cooling_device = cooling_spec.np; in thermal_of_populate_bind_params()726 if (cooling_spec.args_count >= 2) { /* at least min and max */ in thermal_of_populate_bind_params()727 __tcbp[i].min = cooling_spec.args[0]; in thermal_of_populate_bind_params()728 __tcbp[i].max = cooling_spec.args[1]; in thermal_of_populate_bind_params()