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

/linux-master/drivers/thermal/
H A Dthermal_debugfs.c143 * @trips_crossed: an array of trip points crossed by id
149 int *trips_crossed; member in struct:tz_debugfs
617 * result in the array trips_crossed will be in the ascending
623 tz_dbg->trips_crossed[tz_dbg->nr_trips++] = trip_id;
666 if (tz_dbg->trips_crossed[i] == trip_id)
676 tz_dbg->trips_crossed[i] = tz_dbg->trips_crossed[tz_dbg->nr_trips];
714 trip_id = tz_dbg->trips_crossed[i];
823 tz_dbg->trips_crossed = kzalloc(sizeof(int) * tz->num_trips, GFP_KERNEL);
824 if (!tz_dbg->trips_crossed) {
842 int *trips_crossed; local
[all...]

Completed in 94 milliseconds