Searched refs:agg_peak (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | interconnect-provider.h | 65 u32 peak_bw, u32 *agg_avg, u32 *agg_peak); 118 u32 peak_bw, u32 *agg_avg, u32 *agg_peak); 137 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in icc_std_aggregate() argument
|
| /linux/drivers/interconnect/qcom/ |
| H A D | bcm-voter.c | 96 u64 agg_peak[QCOM_ICC_NUM_BUCKETS] = {0}; in bcm_aggregate() local 108 agg_peak[bucket] = max(agg_peak[bucket], temp); in bcm_aggregate() 114 temp = agg_peak[bucket] * bcm->vote_scale; in bcm_aggregate()
|
| H A D | icc-rpmh.c | 85 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in qcom_icc_aggregate() argument 108 *agg_peak = max_t(u32, *agg_peak, peak_bw); in qcom_icc_aggregate()
|
| H A D | icc-rpmh.h | 160 u32 peak_bw, u32 *agg_avg, u32 *agg_peak);
|
| H A D | icc-rpm.c | 274 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in qcom_icc_bw_aggregate() argument 292 *agg_peak = max_t(u32, *agg_peak, peak_bw); in qcom_icc_bw_aggregate()
|
| /linux/drivers/interconnect/ |
| H A D | core.c | 333 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in icc_std_aggregate() argument 336 *agg_peak = max(*agg_peak, peak_bw); in icc_std_aggregate()
|