| /linux/drivers/interconnect/ |
| H A D | core.c | 42 n->name, n->avg_bw, n->peak_bw); in icc_summary_show_one() 62 u32 avg_bw = 0, peak_bw = 0; in icc_summary_show() local 69 peak_bw = r->peak_bw; in icc_summary_show() 73 dev_name(r->dev), r->tag, avg_bw, peak_bw); in icc_summary_show() 97 seq_printf(s, "\n\t\t\t|peak_bw=%ukBps", n->peak_bw); in icc_graph_show_node() 275 u32 avg_bw, peak_bw; in aggregate_requests() local 278 node->peak_bw = 0; in aggregate_requests() 286 peak_bw = r->peak_bw; in aggregate_requests() 289 peak_bw = 0; in aggregate_requests() 291 p->aggregate(node, r->tag, avg_bw, peak_bw, in aggregate_requests() [all …]
|
| H A D | debugfs-client.c | 29 static u32 peak_bw; variable 131 ret = icc_set_bw(cur_path, avg_bw, peak_bw); in icc_commit_set() 167 debugfs_create_u32("peak_bw", 0600, client_dir, &peak_bw); in icc_debugfs_client_init()
|
| H A D | icc-clk.c | 33 if (!src->peak_bw) { in icc_clk_set() 48 return clk_set_rate(qn->clk, icc_units_to_bps(src->peak_bw)); in icc_clk_set()
|
| H A D | internal.h | 29 u32 peak_bw; member
|
| H 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/ |
| H A D | interconnect-provider.h | 65 u32 peak_bw, u32 *agg_avg, u32 *agg_peak); 109 u32 peak_bw; member 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
|
| H A D | interconnect.h | 41 u32 peak_bw; member 53 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw); 96 static inline int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw() argument
|
| /linux/drivers/interconnect/samsung/ |
| H 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/interconnect/imx/ |
| H A D | imx.c | 47 if (node_data->setting && node->peak_bw) { in imx_icc_node_set() 70 freq = (node->avg_bw + node->peak_bw) * node_data->desc->adj->bw_mul; in imx_icc_node_set() 74 node->avg_bw, node->peak_bw, freq); in imx_icc_node_set()
|
| /linux/drivers/interconnect/qcom/ |
| H A D | icc-rpmh.c | 85 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in qcom_icc_aggregate() argument 98 qn->max_peak[i] = max_t(u32, qn->max_peak[i], peak_bw); in qcom_icc_aggregate() 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 287 qn->max_peak[i] = max_t(u32, qn->max_peak[i], peak_bw); in qcom_icc_bw_aggregate() 292 *agg_peak = max_t(u32, *agg_peak, peak_bw); in qcom_icc_bw_aggregate()
|
| H A D | osm-l3.c | 123 rate = icc_units_to_bps(dst->peak_bw); in qcom_osm_l3_set()
|
| /linux/drivers/net/ipa/ |
| H A D | ipa_power.c | 67 interconnect->peak_bw = data->peak_bandwidth; in ipa_interconnect_init()
|
| /linux/drivers/memory/tegra/ |
| H A D | tegra20-emc.c | 981 unsigned long long peak_bw = icc_units_to_bps(dst->peak_bw); in emc_icc_set() local 983 unsigned long long rate = max(avg_bw, peak_bw); in emc_icc_set()
|
| /linux/drivers/pmdomain/imx/ |
| H A D | imx8m-blk-ctrl.c | 239 domain->paths[j].peak_bw = 1; in imx8m_blk_ctrl_probe()
|
| H A D | imx8mp-blk-ctrl.c | 680 domain->paths[j].peak_bw = 1; in imx8mp_blk_ctrl_probe()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc.h | 2660 struct dc_link *link, int peak_bw);
|