Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dof-thermal.c65 int num_tbps; member
201 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()
Dthermal_core.c907 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()
/Linux-v4.19/include/linux/
Dthermal.h290 int num_tbps; /* Number of tbp entries */ member
/Linux-v4.19/Documentation/thermal/
Dsysfs-api.txt252 .num_tbps: Number of thermal_bind_params entries for this zone