Searched refs:tcbp (Results 1 – 1 of 1) sorted by relevance
46 struct __thermal_cooling_bind_param *tcbp; member208 struct __thermal_cooling_bind_param *tcbp; in of_thermal_bind() local219 tcbp = tbp->tcbp + j; in of_thermal_bind()221 if (tcbp->cooling_device == cdev->np) { in of_thermal_bind()226 tcbp->max, in of_thermal_bind()227 tcbp->min, in of_thermal_bind()243 struct __thermal_cooling_bind_param *tcbp; in of_thermal_unbind() local254 tcbp = tbp->tcbp + j; in of_thermal_unbind()256 if (tcbp->cooling_device == cdev->np) { in of_thermal_unbind()740 __tbp->tcbp = __tcbp; in thermal_of_populate_bind_params()[all …]