Home
last modified time | relevance | path

Searched refs:__tcbp (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/thermal/
Dof-thermal.c684 struct __thermal_cooling_bind_param *__tcbp; in thermal_of_populate_bind_params() local
720 __tcbp = kcalloc(count, sizeof(*__tcbp), GFP_KERNEL); in thermal_of_populate_bind_params()
721 if (!__tcbp) in thermal_of_populate_bind_params()
732 __tcbp[i].cooling_device = cooling_spec.np; 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()
742 __tbp->tcbp = __tcbp; in thermal_of_populate_bind_params()
749 of_node_put(__tcbp[i].cooling_device); in thermal_of_populate_bind_params()
750 kfree(__tcbp); in thermal_of_populate_bind_params()