Searched refs:num_tbps (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/thermal/
H A Dof-thermal.c65 * @num_tbps: number of thermal bind params
66 * @tbps: an array of thermal bind params (0..num_tbps - 1)
83 int num_tbps; member in struct:__thermal_zone
225 for (i = 0; i < data->num_tbps; i++) { of_thermal_bind()
254 for (i = 0; i < data->num_tbps; i++) { of_thermal_unbind()
807 tz->num_tbps = of_get_child_count(child);
808 if (tz->num_tbps == 0)
811 tz->tbps = kzalloc(tz->num_tbps * sizeof(*tz->tbps), GFP_KERNEL);
832 for (i = 0; i < tz->num_tbps; i++)
851 for (i = 0; i < tz->num_tbps; i++) of_thermal_free_zone()
H A Dthermal_core.c340 for (i = 0; i < tzp->num_tbps; i++) { bind_cdev()
380 for (i = 0; i < tzp->num_tbps; i++) { bind_tz()
1596 for (i = 0; i < tzp->num_tbps; i++) { thermal_cooling_device_unregister()
1995 for (i = 0; i < tzp->num_tbps; i++) { thermal_zone_device_unregister()
/linux-4.4.14/include/linux/
H A Dthermal.h281 int num_tbps; /* Number of tbp entries */ member in struct:thermal_zone_params

Completed in 128 milliseconds