num_tbps           79 drivers/thermal/of-thermal.c 	int num_tbps;
num_tbps          217 drivers/thermal/of-thermal.c 	for (i = 0; i < data->num_tbps; i++) {
num_tbps          252 drivers/thermal/of-thermal.c 	for (i = 0; i < data->num_tbps; i++) {
num_tbps          932 drivers/thermal/of-thermal.c 	tz->num_tbps = of_get_child_count(child);
num_tbps          933 drivers/thermal/of-thermal.c 	if (tz->num_tbps == 0)
num_tbps          936 drivers/thermal/of-thermal.c 	tz->tbps = kcalloc(tz->num_tbps, sizeof(*tz->tbps), GFP_KERNEL);
num_tbps          985 drivers/thermal/of-thermal.c 	for (i = 0; i < tz->num_tbps; i++) {
num_tbps          917 drivers/thermal/thermal_core.c 		for (i = 0; i < tzp->num_tbps; i++) {
num_tbps         1153 drivers/thermal/thermal_core.c 		for (i = 0; i < tzp->num_tbps; i++) {
num_tbps         1195 drivers/thermal/thermal_core.c 		for (i = 0; i < tzp->num_tbps; i++) {
num_tbps         1407 drivers/thermal/thermal_core.c 		for (i = 0; i < tzp->num_tbps; i++) {
num_tbps          290 include/linux/thermal.h 	int num_tbps;	/* Number of tbp entries */