Searched refs:num_tbps (Results 1 – 5 of 5) sorted by relevance
79 int num_tbps; member221 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()
102 for (i = 0; i < tzp->num_tbps; i++) { in fair_share_throttle()
279 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()
261 int num_tbps; /* Number of tbp entries */ member
157 .num_tbps: Number of thermal_bind_params entries for this zone