Searched refs:cooling_spec (Results 1 – 1 of 1) sorted by relevance
586 struct of_phandle_args cooling_spec; in thermal_of_populate_bind_params() local616 0, &cooling_spec); in thermal_of_populate_bind_params()621 __tbp->cooling_device = cooling_spec.np; in thermal_of_populate_bind_params()622 if (cooling_spec.args_count >= 2) { /* at least min and max */ in thermal_of_populate_bind_params()623 __tbp->min = cooling_spec.args[0]; in thermal_of_populate_bind_params()624 __tbp->max = cooling_spec.args[1]; in thermal_of_populate_bind_params()