Home
last modified time | relevance | path

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

/linux/drivers/thermal/
A Dthermal_of.c682 struct __thermal_cooling_bind_param *__tcbp; in thermal_of_populate_bind_params() local
719 __tcbp = kcalloc(count, sizeof(*__tcbp), GFP_KERNEL); in thermal_of_populate_bind_params()
720 if (!__tcbp) { in thermal_of_populate_bind_params()
733 __tcbp[i].cooling_device = cooling_spec.np; in thermal_of_populate_bind_params()
736 __tcbp[i].min = cooling_spec.args[0]; in thermal_of_populate_bind_params()
737 __tcbp[i].max = cooling_spec.args[1]; in thermal_of_populate_bind_params()
743 __tbp->tcbp = __tcbp; in thermal_of_populate_bind_params()
750 of_node_put(__tcbp[i].cooling_device); in thermal_of_populate_bind_params()
751 kfree(__tcbp); in thermal_of_populate_bind_params()

Completed in 4 milliseconds