| /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 68 avg_bw = r->avg_bw; in icc_summary_show() 73 dev_name(r->dev), r->tag, avg_bw, peak_bw); in icc_summary_show() 96 seq_printf(s, "\n\t\t\t|avg_bw=%ukBps", n->avg_bw); in icc_graph_show_node() 275 u32 avg_bw, peak_bw; in aggregate_requests() local 277 node->avg_bw = 0; in aggregate_requests() 285 avg_bw = r->avg_bw; in aggregate_requests() 288 avg_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 | 28 static u32 avg_bw; variable 131 ret = icc_set_bw(cur_path, avg_bw, peak_bw); in icc_commit_set() 166 debugfs_create_u32("avg_bw", 0600, client_dir, &avg_bw); in icc_debugfs_client_init()
|
| H A D | internal.h | 28 u32 avg_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 | 64 int (*aggregate)(struct icc_node *node, u32 tag, u32 avg_bw, 108 u32 avg_bw; member 117 int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, 136 static inline int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in icc_std_aggregate() argument
|
| H A D | interconnect.h | 40 u32 avg_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/qcom/ |
| H A D | icc-rpmh.c | 84 int qcom_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in qcom_icc_aggregate() argument 97 qn->sum_avg[i] += avg_bw; in qcom_icc_aggregate() 107 *agg_avg += avg_bw; in qcom_icc_aggregate()
|
| H A D | icc-rpmh.h | 159 int qcom_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw,
|
| H A D | icc-rpm.c | 273 static int qcom_icc_bw_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in qcom_icc_bw_aggregate() argument 286 qn->sum_avg[i] += avg_bw; in qcom_icc_bw_aggregate() 291 *agg_avg += avg_bw; in qcom_icc_bw_aggregate()
|
| /linux/drivers/interconnect/imx/ |
| H A D | imx.c | 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/net/ipa/ |
| H A D | ipa_power.c | 66 interconnect->avg_bw = data->average_bandwidth; in ipa_interconnect_init()
|
| /linux/drivers/memory/tegra/ |
| H A D | tegra20-emc.c | 982 unsigned long long avg_bw = icc_units_to_bps(dst->avg_bw); in emc_icc_set() local 983 unsigned long long rate = max(avg_bw, peak_bw); in emc_icc_set()
|
| /linux/drivers/spi/ |
| H A D | spi-geni-qcom.c | 336 se->icc_paths[CPU_TO_GENI].avg_bw = Bps_to_icc(mas->cur_speed_hz); in geni_spi_set_clock_and_bw() 1105 mas->se.icc_paths[GENI_TO_CORE].avg_bw = Bps_to_icc(CORE_2X_50_MHZ); in spi_geni_probe() 1106 mas->se.icc_paths[CPU_TO_GENI].avg_bw = GENI_DEFAULT_BW; in spi_geni_probe()
|
| /linux/drivers/pmdomain/imx/ |
| H A D | imx8m-blk-ctrl.c | 238 domain->paths[j].avg_bw = 1; in imx8m_blk_ctrl_probe()
|
| H A D | imx8mp-blk-ctrl.c | 679 domain->paths[j].avg_bw = 1; in imx8mp_blk_ctrl_probe()
|