Searched refs:avg_bw (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/drivers/interconnect/
H A Dtrace.h20 u32 avg_bw, u32 peak_bw),
22 TP_ARGS(p, n, i, avg_bw, peak_bw),
28 __field(u32, avg_bw)
38 __entry->avg_bw = avg_bw;
40 __entry->node_avg_bw = n->avg_bw;
44 TP_printk("path=%s dev=%s node=%s avg_bw=%u peak_bw=%u agg_avg=%u agg_peak=%u",
48 __entry->avg_bw,
H A Dinternal.h19 * @avg_bw: an integer describing the average bandwidth in kBps
28 u32 avg_bw; member in struct:icc_req
H A Dcore.c40 n->name, n->avg_bw, n->peak_bw);
60 u32 avg_bw = 0, peak_bw = 0; local
66 avg_bw = r->avg_bw;
71 dev_name(r->dev), r->tag, avg_bw, peak_bw);
94 seq_printf(s, "\n\t\t\t|avg_bw=%ukBps", n->avg_bw);
273 u32 avg_bw, peak_bw; local
275 node->avg_bw = 0;
283 avg_bw
330 icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, u32 peak_bw, u32 *agg_avg, u32 *agg_peak) argument
692 icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) argument
[all...]
H A Ddebugfs-client.c28 static u32 avg_bw; variable
126 ret = icc_set_bw(cur_path, avg_bw, peak_bw);
153 debugfs_create_u32("avg_bw", 0600, client_dir, &avg_bw);
H A Dbulk.c68 ret = icc_set_bw(paths[i].path, paths[i].avg_bw, paths[i].peak_bw);
/linux-master/include/linux/
H A Dinterconnect-provider.h64 int (*aggregate)(struct icc_node *node, u32 tag, u32 avg_bw,
90 * @avg_bw: aggregated value of average bandwidth requests from all consumers
108 u32 avg_bw; member in struct:icc_node
117 int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw,
133 static inline int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, argument
H A Dinterconnect.h31 * @avg_bw: average bandwidth in icc units
37 u32 avg_bw; member in struct:icc_bulk_data
50 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw);
93 static inline int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) argument
/linux-master/drivers/interconnect/samsung/
H A Dexynos.c64 s32 src_freq = max(src->avg_bw, src->peak_bw) / src_priv->bus_clk_ratio;
65 s32 dst_freq = max(dst->avg_bw, dst->peak_bw) / dst_priv->bus_clk_ratio;
/linux-master/drivers/interconnect/qcom/
H A Dicc-rpmh.h123 int qcom_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw,
H A Dicc-rpmh.c44 * @avg_bw: new bw to sum aggregate
49 int qcom_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, argument
62 qn->sum_avg[i] += avg_bw;
72 *agg_avg += avg_bw;
H A Dicc-rpm.c266 * @avg_bw: new bw to sum aggregate
271 static int qcom_icc_bw_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, argument
284 qn->sum_avg[i] += avg_bw;
289 *agg_avg += avg_bw;
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_core_perf.c216 u64 avg_bw; local
238 avg_bw = perf.bw_ctl;
239 do_div(avg_bw, (kms->num_paths * 1000)); /*Bps_to_icc*/
242 icc_set_bw(kms->path[i], avg_bw, perf.max_per_pipe_ib);
/linux-master/include/soc/tegra/
H A Dmc.h147 int (*aggregate)(struct icc_node *node, u32 tag, u32 avg_bw,
/linux-master/drivers/interconnect/imx/
H A Dimx.c70 freq = (node->avg_bw + node->peak_bw) * node_data->desc->adj->bw_mul;
72 dev_dbg(dev, "node %s device %s avg_bw %ukBps peak_bw %ukBps min_freq %llukHz\n",
74 node->avg_bw, node->peak_bw, freq);
/linux-master/drivers/net/ipa/
H A Dipa_power.c66 interconnect->avg_bw = data->average_bandwidth;
/linux-master/drivers/memory/tegra/
H A Dtegra234.c1062 bwmgr_req.bwmgr_calc_set_req.niso_bw = src->avg_bw;
1064 bwmgr_req.bwmgr_calc_set_req.iso_bw = src->avg_bw;
1098 static int tegra234_mc_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, argument
1114 *agg_avg += avg_bw;
H A Dtegra20.c374 static int tegra20_mc_icc_aggreate(struct icc_node *node, u32 tag, u32 avg_bw, argument
386 *agg_avg += avg_bw;
H A Dtegra20-emc.c985 unsigned long long avg_bw = icc_units_to_bps(dst->avg_bw); local
986 unsigned long long rate = max(avg_bw, peak_bw);
H A Dtegra124-emc.c1320 unsigned long long avg_bw = icc_units_to_bps(dst->avg_bw); local
1321 unsigned long long rate = max(avg_bw, peak_bw);
H A Dtegra30.c1316 static int tegra30_mc_icc_aggreate(struct icc_node *node, u32 tag, u32 avg_bw, argument
1328 *agg_avg += avg_bw;
/linux-master/include/linux/soc/qcom/
H A Dgeni-se.h52 unsigned int avg_bw; member in struct:geni_icc_path
/linux-master/drivers/i2c/busses/
H A Di2c-qcom-geni.c845 gi2c->se.icc_paths[GENI_TO_CORE].avg_bw = GENI_DEFAULT_BW;
846 gi2c->se.icc_paths[CPU_TO_GENI].avg_bw = GENI_DEFAULT_BW;
848 gi2c->se.icc_paths[GENI_TO_DDR].avg_bw = Bps_to_icc(gi2c->clk_freq_out);
/linux-master/drivers/spi/
H A Dspi-geni-qcom.c389 se->icc_paths[CPU_TO_GENI].avg_bw = Bps_to_icc(mas->cur_speed_hz);
1122 mas->se.icc_paths[GENI_TO_CORE].avg_bw = Bps_to_icc(CORE_2X_50_MHZ);
1123 mas->se.icc_paths[CPU_TO_GENI].avg_bw = GENI_DEFAULT_BW;
/linux-master/drivers/tty/serial/
H A Dqcom_geni_serial.c1261 port->se.icc_paths[GENI_TO_CORE].avg_bw = avg_bw_core;
1262 port->se.icc_paths[CPU_TO_GENI].avg_bw = Bps_to_icc(baud);
1631 port->se.icc_paths[GENI_TO_CORE].avg_bw = GENI_DEFAULT_BW;
1632 port->se.icc_paths[CPU_TO_GENI].avg_bw = GENI_DEFAULT_BW;
/linux-master/drivers/soc/qcom/
H A Dqcom-geni-se.c837 se->icc_paths[i].avg_bw, se->icc_paths[i].avg_bw);

Completed in 478 milliseconds

12