Lines Matching refs:tbp
210 struct __thermal_bind_params *tbp;
219 tbp = data->tbps + i;
221 for (j = 0; j < tbp->count; j++) {
222 tcbp = tbp->tcbp + j;
228 tbp->trip_id, cdev,
231 tbp->usage);
245 struct __thermal_bind_params *tbp;
254 tbp = data->tbps + i;
256 for (j = 0; j < tbp->count; j++) {
257 tcbp = tbp->tcbp + j;
263 tbp->trip_id, cdev);
958 struct __thermal_bind_params *tbp = tz->tbps + i;
961 for (j = 0; j < tbp->count; j++)
962 of_node_put(tbp->tcbp[j].cooling_device);
964 kfree(tbp->tcbp);
982 struct __thermal_bind_params *tbp;
986 tbp = tz->tbps + i;
988 for (j = 0; j < tbp->count; j++)
989 of_node_put(tbp->tcbp[j].cooling_device);
991 kfree(tbp->tcbp);