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

/linux-master/drivers/thermal/
H A Dthermal_debugfs.c87 * struct trip_stats - Thermal trip statistics
89 * The trip_stats structure has the relevant information to show the
99 struct trip_stats { struct
121 * @trip_stats: per trip point statistics, flexible array
127 struct trip_stats trip_stats[]; member in struct:tz_episode
537 tze = kzalloc(struct_size(tze, trip_stats, tz->num_trips), GFP_KERNEL);
545 tze->trip_stats[i].min = INT_MAX;
546 tze->trip_stats[i].max = INT_MIN;
626 tze->trip_stats[trip_i
[all...]

Completed in 206 milliseconds