Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thermal/
Dthermal_of.c676 struct __thermal_cooling_bind_param *__tcbp; in thermal_of_populate_bind_params() local
712 __tcbp = kcalloc(count, sizeof(*__tcbp), GFP_KERNEL); in thermal_of_populate_bind_params()
713 if (!__tcbp) in thermal_of_populate_bind_params()
724 __tcbp[i].cooling_device = cooling_spec.np; 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()
734 __tbp->tcbp = __tcbp; in thermal_of_populate_bind_params()
741 of_node_put(__tcbp[i].cooling_device); in thermal_of_populate_bind_params()
742 kfree(__tcbp); in thermal_of_populate_bind_params()