| /linux/drivers/interconnect/ |
| A D | trace.h | 20 u32 avg_bw, u32 peak_bw), 22 TP_ARGS(p, n, i, avg_bw, peak_bw), 29 __field(u32, peak_bw) 39 __entry->peak_bw = peak_bw; 41 __entry->node_peak_bw = n->peak_bw; 49 __entry->peak_bw,
|
| A D | core.c | 40 n->name, n->avg_bw, n->peak_bw); in icc_summary_show_one() 60 u32 avg_bw = 0, peak_bw = 0; in icc_summary_show() local 67 peak_bw = r->peak_bw; in icc_summary_show() 254 u32 avg_bw, peak_bw; in aggregate_requests() local 257 node->peak_bw = 0; in aggregate_requests() 265 peak_bw = r->peak_bw; in aggregate_requests() 268 peak_bw = 0; in aggregate_requests() 276 node->peak_bw = max(node->peak_bw, node->init_peak); in aggregate_requests() 645 path->reqs[i].peak_bw = peak_bw; in icc_set_bw() 693 path->reqs[0].peak_bw); in __icc_enable() [all …]
|
| A D | internal.h | 29 u32 peak_bw; member
|
| A D | bulk.c | 68 ret = icc_set_bw(paths[i].path, paths[i].avg_bw, paths[i].peak_bw); in icc_bulk_set_bw()
|
| /linux/include/linux/ |
| A D | interconnect-provider.h | 65 u32 peak_bw, u32 *agg_avg, u32 *agg_peak); 108 u32 peak_bw; member 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
|
| A D | interconnect.h | 38 u32 peak_bw; member 58 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw); 101 static inline int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw() argument
|
| /linux/drivers/interconnect/qcom/ |
| A D | icc-rpmh.c | 44 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in qcom_icc_aggregate() argument 59 qn->max_peak[i] = max_t(u32, qn->max_peak[i], peak_bw); in qcom_icc_aggregate() 69 *agg_peak = max_t(u32, *agg_peak, peak_bw); in qcom_icc_aggregate()
|
| A D | icc-rpmh.h | 132 u32 peak_bw, u32 *agg_avg, u32 *agg_peak);
|
| A D | osm-l3.c | 181 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in qcom_osm_l3_set()
|
| A D | icc-rpm.c | 221 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in qcom_icc_set()
|
| A D | msm8974.c | 597 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in msm8974_icc_set()
|
| /linux/drivers/interconnect/samsung/ |
| A D | exynos.c | 64 s32 src_freq = max(src->avg_bw, src->peak_bw) / src_priv->bus_clk_ratio; in exynos_generic_icc_set() 65 s32 dst_freq = max(dst->avg_bw, dst->peak_bw) / dst_priv->bus_clk_ratio; in exynos_generic_icc_set()
|
| /linux/drivers/memory/tegra/ |
| A D | tegra30.c | 1295 u64 peak_bandwidth = icc_units_to_bps(src->peak_bw); in tegra30_mc_icc_set() 1317 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in tegra30_mc_icc_aggreate() argument 1326 peak_bw = tegra_mc_scale_percents(peak_bw, 400); in tegra30_mc_icc_aggreate() 1329 *agg_peak = max(*agg_peak, peak_bw); in tegra30_mc_icc_aggreate()
|
| A D | tegra20.c | 374 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in tegra20_mc_icc_aggreate() argument 383 peak_bw = tegra_mc_scale_percents(peak_bw, 300); in tegra20_mc_icc_aggreate() 386 *agg_peak = max(*agg_peak, peak_bw); in tegra20_mc_icc_aggreate()
|
| A D | tegra124.c | 1155 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in tegra124_mc_icc_aggreate() argument 1164 peak_bw = tegra_mc_scale_percents(peak_bw, 400); in tegra124_mc_icc_aggreate() 1167 *agg_peak = max(*agg_peak, peak_bw); in tegra124_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 999 unsigned long long rate = max(avg_bw, peak_bw); in emc_icc_set()
|
| A D | tegra124-emc.c | 1319 unsigned long long peak_bw = icc_units_to_bps(dst->peak_bw); in emc_icc_set() local 1321 unsigned long long rate = max(avg_bw, peak_bw); in emc_icc_set()
|
| A D | tegra30-emc.c | 1404 unsigned long long peak_bw = icc_units_to_bps(dst->peak_bw); in emc_icc_set() local 1406 unsigned long long rate = max(avg_bw, peak_bw); in emc_icc_set()
|
| /linux/drivers/interconnect/imx/ |
| A D | imx.c | 37 freq = (node->avg_bw + node->peak_bw) * node_data->desc->adj->bw_mul; in imx_icc_node_set() 41 node->avg_bw, node->peak_bw, freq); in imx_icc_node_set()
|
| /linux/include/soc/tegra/ |
| A D | mc.h | 168 u32 peak_bw, u32 *agg_avg, u32 *agg_peak);
|