Home
last modified time | relevance | path

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

/linux-4.4.14/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()
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()
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()
/linux-4.4.14/include/linux/
Dthermal.h281 int num_tbps; /* Number of tbp entries */ member
/linux-4.4.14/Documentation/thermal/
Dsysfs-api.txt165 .num_tbps: Number of thermal_bind_params entries for this zone