Home
last modified time | relevance | path

Searched refs:avg_bw (Results 1 – 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/drivers/interconnect/
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;
48 __entry->avg_bw,
Dcore.c40 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
66 avg_bw = r->avg_bw; in icc_summary_show()
71 dev_name(r->dev), r->tag, avg_bw, peak_bw); in icc_summary_show()
94 seq_printf(s, "\n\t\t\t|avg_bw=%ukBps", n->avg_bw); in icc_graph_show_node()
254 u32 avg_bw, peak_bw; in aggregate_requests() local
256 node->avg_bw = 0; in aggregate_requests()
264 avg_bw = r->avg_bw; in aggregate_requests()
267 avg_bw = 0; in aggregate_requests()
270 p->aggregate(node, r->tag, avg_bw, peak_bw, in aggregate_requests()
[all …]
Dinternal.h28 u32 avg_bw; member
Dbulk.c68 ret = icc_set_bw(paths[i].path, paths[i].avg_bw, paths[i].peak_bw); in icc_bulk_set_bw()
/kernel/linux/linux-5.10/include/linux/
Dinterconnect-provider.h64 int (*aggregate)(struct icc_node *node, u32 tag, u32 avg_bw,
107 u32 avg_bw; member
116 int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw,
132 static inline int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in icc_std_aggregate() argument
Dinterconnect.h37 u32 avg_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
Dqcom-geni-se.h38 unsigned int avg_bw; member
/kernel/linux/linux-5.10/drivers/interconnect/qcom/
Dicc-rpmh.c47 int qcom_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in qcom_icc_aggregate() argument
60 qn->sum_avg[i] += avg_bw; in qcom_icc_aggregate()
70 *agg_avg += avg_bw; in qcom_icc_aggregate()
Dicc-rpmh.h131 int qcom_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw,
Dosm-l3.c164 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in qcom_icc_set()
Dqcs404.c348 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in qcom_icc_set()
Dmsm8916.c381 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in msm8916_icc_set()
Dmsm8974.c597 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in msm8974_icc_set()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_core_perf.c220 u64 avg_bw; in _dpu_core_perf_crtc_update_bus() local
242 avg_bw = perf.bw_ctl; in _dpu_core_perf_crtc_update_bus()
243 do_div(avg_bw, (kms->num_paths * 1000)); /*Bps_to_icc*/ in _dpu_core_perf_crtc_update_bus()
246 icc_set_bw(kms->path[i], avg_bw, perf.max_per_pipe_ib); in _dpu_core_perf_crtc_update_bus()
/kernel/linux/linux-5.10/drivers/interconnect/imx/
Dimx.c37 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()
/kernel/linux/linux-5.10/drivers/i2c/busses/
Di2c-qcom-geni.c594 gi2c->se.icc_paths[GENI_TO_CORE].avg_bw = GENI_DEFAULT_BW; in geni_i2c_probe()
595 gi2c->se.icc_paths[CPU_TO_GENI].avg_bw = GENI_DEFAULT_BW; in geni_i2c_probe()
596 gi2c->se.icc_paths[GENI_TO_DDR].avg_bw = Bps_to_icc(gi2c->clk_freq_out); in geni_i2c_probe()
/kernel/linux/linux-5.10/drivers/spi/
Dspi-geni-qcom.c281 se->icc_paths[CPU_TO_GENI].avg_bw = Bps_to_icc(mas->cur_speed_hz); in geni_spi_set_clock_and_bw()
721 mas->se.icc_paths[GENI_TO_CORE].avg_bw = Bps_to_icc(CORE_2X_50_MHZ); in spi_geni_probe()
722 mas->se.icc_paths[CPU_TO_GENI].avg_bw = GENI_DEFAULT_BW; in spi_geni_probe()
/kernel/linux/linux-5.10/drivers/soc/qcom/
Dqcom-geni-se.c774 se->icc_paths[i].avg_bw, se->icc_paths[i].avg_bw); in geni_icc_set_bw()
/kernel/linux/linux-5.10/drivers/tty/serial/
Dqcom_geni_serial.c1035 port->se.icc_paths[GENI_TO_CORE].avg_bw = avg_bw_core; in qcom_geni_serial_set_termios()
1036 port->se.icc_paths[CPU_TO_GENI].avg_bw = Bps_to_icc(baud); in qcom_geni_serial_set_termios()
1414 port->se.icc_paths[GENI_TO_CORE].avg_bw = GENI_DEFAULT_BW; in qcom_geni_serial_probe()
1415 port->se.icc_paths[CPU_TO_GENI].avg_bw = GENI_DEFAULT_BW; in qcom_geni_serial_probe()