Searched refs:__tcbp (Results 1 – 1 of 1) sorted by relevance
679 struct __thermal_cooling_bind_param *__tcbp; in thermal_of_populate_bind_params() local716 __tcbp = kcalloc(count, sizeof(*__tcbp), GFP_KERNEL); in thermal_of_populate_bind_params()717 if (!__tcbp) { in thermal_of_populate_bind_params()730 __tcbp[i].cooling_device = cooling_spec.np; in thermal_of_populate_bind_params()733 __tcbp[i].min = cooling_spec.args[0]; in thermal_of_populate_bind_params()734 __tcbp[i].max = cooling_spec.args[1]; in thermal_of_populate_bind_params()740 __tbp->tcbp = __tcbp; in thermal_of_populate_bind_params()747 of_node_put(__tcbp[i].cooling_device); in thermal_of_populate_bind_params()748 kfree(__tcbp); in thermal_of_populate_bind_params()