Searched refs:num_tbps (Results 1 – 4 of 4) sorted by relevance
65 int num_tbps; member201 for (i = 0; i < data->num_tbps; i++) { in of_thermal_bind()230 for (i = 0; i < data->num_tbps; i++) { in of_thermal_unbind()881 tz->num_tbps = of_get_child_count(child); in thermal_of_build_thermal_zone()882 if (tz->num_tbps == 0) in thermal_of_build_thermal_zone()885 tz->tbps = kcalloc(tz->num_tbps, sizeof(*tz->tbps), GFP_KERNEL); in thermal_of_build_thermal_zone()925 for (i = 0; i < tz->num_tbps; i++) in of_thermal_free_zone()
907 for (i = 0; i < tzp->num_tbps; i++) { in bind_cdev()1094 for (i = 0; i < tzp->num_tbps; i++) { in thermal_cooling_device_unregister()1135 for (i = 0; i < tzp->num_tbps; i++) { in bind_tz()1337 for (i = 0; i < tzp->num_tbps; i++) { in thermal_zone_device_unregister()
290 int num_tbps; /* Number of tbp entries */ member
252 .num_tbps: Number of thermal_bind_params entries for this zone