Searched refs:num_tbps (Results 1 – 4 of 4) sorted by relevance
83 int num_tbps; member225 for (i = 0; i < data->num_tbps; i++) { in of_thermal_bind()254 for (i = 0; i < data->num_tbps; i++) { in of_thermal_unbind()807 tz->num_tbps = of_get_child_count(child); in thermal_of_build_thermal_zone()808 if (tz->num_tbps == 0) in thermal_of_build_thermal_zone()811 tz->tbps = kzalloc(tz->num_tbps * sizeof(*tz->tbps), GFP_KERNEL); in thermal_of_build_thermal_zone()832 for (i = 0; i < tz->num_tbps; i++) in thermal_of_build_thermal_zone()851 for (i = 0; i < tz->num_tbps; i++) in of_thermal_free_zone()
340 for (i = 0; i < tzp->num_tbps; i++) { in bind_cdev()380 for (i = 0; i < tzp->num_tbps; i++) { in bind_tz()1596 for (i = 0; i < tzp->num_tbps; i++) { in thermal_cooling_device_unregister()1995 for (i = 0; i < tzp->num_tbps; i++) { in thermal_zone_device_unregister()
281 int num_tbps; /* Number of tbp entries */ member
165 .num_tbps: Number of thermal_bind_params entries for this zone