Searched refs:agg_peak (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/include/linux/ |
D | interconnect-provider.h | 65 u32 peak_bw, u32 *agg_avg, u32 *agg_peak); 117 u32 peak_bw, u32 *agg_avg, u32 *agg_peak); 133 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in icc_std_aggregate() argument
|
/Linux-v5.10/drivers/interconnect/qcom/ |
D | icc-rpmh.c | 43 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in qcom_icc_aggregate() argument 63 *agg_peak = max_t(u32, *agg_peak, peak_bw); in qcom_icc_aggregate()
|
D | bcm-voter.c | 73 u64 agg_peak[QCOM_ICC_NUM_BUCKETS] = {0}; in bcm_aggregate() local 85 agg_peak[bucket] = max(agg_peak[bucket], temp); in bcm_aggregate() 91 temp = agg_peak[bucket] * bcm->vote_scale; in bcm_aggregate()
|
D | osm-l3.c | 155 u32 agg_peak = 0; in qcom_icc_set() local 165 &agg_avg, &agg_peak); in qcom_icc_set() 167 rate = max(agg_avg, agg_peak); in qcom_icc_set()
|
D | icc-rpmh.h | 132 u32 peak_bw, u32 *agg_avg, u32 *agg_peak);
|
D | qcs404.c | 340 u32 agg_peak = 0; in qcom_icc_set() local 349 &agg_avg, &agg_peak); in qcom_icc_set() 352 max_peak_bw = icc_units_to_bps(agg_peak); in qcom_icc_set()
|
D | msm8916.c | 371 u32 agg_avg = 0, agg_peak = 0; in msm8916_icc_set() local 382 &agg_avg, &agg_peak); in msm8916_icc_set() 385 max_peak_bw = icc_units_to_bps(agg_peak); in msm8916_icc_set()
|
D | msm8974.c | 586 u32 agg_avg = 0, agg_peak = 0; in msm8974_icc_set() local 598 &agg_avg, &agg_peak); in msm8974_icc_set() 601 max_peak_bw = icc_units_to_bps(agg_peak); in msm8974_icc_set()
|
/Linux-v5.10/drivers/interconnect/ |
D | core.c | 312 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in icc_std_aggregate() argument 315 *agg_peak = max(*agg_peak, peak_bw); in icc_std_aggregate()
|