Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/
Dof-thermal.c46 struct __thermal_cooling_bind_param *tcbp; member
210 struct __thermal_cooling_bind_param *tcbp; in of_thermal_bind() local
221 tcbp = tbp->tcbp + j; in of_thermal_bind()
223 if (tcbp->cooling_device == cdev->np) { in of_thermal_bind()
228 tcbp->max, in of_thermal_bind()
229 tcbp->min, in of_thermal_bind()
245 struct __thermal_cooling_bind_param *tcbp; in of_thermal_unbind() local
256 tcbp = tbp->tcbp + j; in of_thermal_unbind()
258 if (tcbp->cooling_device == cdev->np) { in of_thermal_unbind()
742 __tbp->tcbp = __tcbp; in thermal_of_populate_bind_params()
[all …]