Searched refs:cooling_spec (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/thermal/
H A Dof-thermal.c583 struct of_phandle_args cooling_spec; thermal_of_populate_bind_params() local
613 0, &cooling_spec); thermal_of_populate_bind_params()
618 __tbp->cooling_device = cooling_spec.np; thermal_of_populate_bind_params()
619 if (cooling_spec.args_count >= 2) { /* at least min and max */ thermal_of_populate_bind_params()
620 __tbp->min = cooling_spec.args[0]; thermal_of_populate_bind_params()
621 __tbp->max = cooling_spec.args[1]; thermal_of_populate_bind_params()

Completed in 54 milliseconds