Searched defs:peak_bw (Results 1 – 11 of 11) sorted by relevance
/linux/include/linux/ |
A D | interconnect.h | 38 u32 peak_bw; member 101 static inline int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw()
|
A D | interconnect-provider.h | 108 u32 peak_bw; member 133 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in icc_std_aggregate()
|
/linux/drivers/interconnect/ |
A D | core.c | 60 u32 avg_bw = 0, peak_bw = 0; in icc_summary_show() local 254 u32 avg_bw, peak_bw; in aggregate_requests() local 312 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in icc_std_aggregate() 622 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw()
|
A D | internal.h | 29 u32 peak_bw; member
|
/linux/drivers/memory/tegra/ |
A D | tegra124.c | 1155 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in tegra124_mc_icc_aggreate()
|
A D | tegra30.c | 1317 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in tegra30_mc_icc_aggreate()
|
A D | tegra20.c | 374 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in tegra20_mc_icc_aggreate()
|
A D | tegra20-emc.c | 997 unsigned long long peak_bw = icc_units_to_bps(dst->peak_bw); in emc_icc_set() local
|
A D | tegra30-emc.c | 1404 unsigned long long peak_bw = icc_units_to_bps(dst->peak_bw); in emc_icc_set() local
|
A D | tegra124-emc.c | 1319 unsigned long long peak_bw = icc_units_to_bps(dst->peak_bw); in emc_icc_set() local
|
/linux/drivers/interconnect/qcom/ |
A D | icc-rpmh.c | 44 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in qcom_icc_aggregate()
|
Completed in 29 milliseconds