Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Dof-thermal.c79 int num_tbps; member
221 for (i = 0; i < data->num_tbps; i++) { in of_thermal_bind()
249 for (i = 0; i < data->num_tbps; i++) { in of_thermal_unbind()
788 tz->num_tbps = of_get_child_count(child); in thermal_of_build_thermal_zone()
789 if (tz->num_tbps == 0) in thermal_of_build_thermal_zone()
792 tz->tbps = kzalloc(tz->num_tbps * sizeof(*tz->tbps), GFP_KERNEL); in thermal_of_build_thermal_zone()
813 for (i = 0; i < tz->num_tbps; i++) in thermal_of_build_thermal_zone()
832 for (i = 0; i < tz->num_tbps; i++) in of_thermal_free_zone()
Dfair_share.c102 for (i = 0; i < tzp->num_tbps; i++) { in fair_share_throttle()
Dthermal_core.c279 for (i = 0; i < tzp->num_tbps; i++) { in bind_cdev()
318 for (i = 0; i < tzp->num_tbps; i++) { in bind_tz()
1288 for (i = 0; i < tzp->num_tbps; i++) { in thermal_cooling_device_unregister()
1671 for (i = 0; i < tzp->num_tbps; i++) { in thermal_zone_device_unregister()
/linux-4.1.27/include/linux/
Dthermal.h261 int num_tbps; /* Number of tbp entries */ member
/linux-4.1.27/Documentation/thermal/
Dsysfs-api.txt157 .num_tbps: Number of thermal_bind_params entries for this zone