Home
last modified time | relevance | path

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

/drivers/thermal/
Dof-thermal.c83 int num_tbps; member
225 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()
810 tz->num_tbps = of_get_child_count(child); in thermal_of_build_thermal_zone()
811 if (tz->num_tbps == 0) in thermal_of_build_thermal_zone()
814 tz->tbps = kzalloc(tz->num_tbps * sizeof(*tz->tbps), GFP_KERNEL); in thermal_of_build_thermal_zone()
835 for (i = 0; i < tz->num_tbps; i++) in thermal_of_build_thermal_zone()
854 for (i = 0; i < tz->num_tbps; i++) in of_thermal_free_zone()
Dthermal_core.c340 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()