/kernel/linux/linux-5.10/drivers/interconnect/ |
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,
|
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() 71 dev_name(r->dev), r->tag, avg_bw, peak_bw); in icc_summary_show() 95 seq_printf(s, "\n\t\t\t|peak_bw=%ukBps", n->peak_bw); in icc_graph_show_node() 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() 270 p->aggregate(node, r->tag, avg_bw, peak_bw, in aggregate_requests() [all …]
|
D | internal.h | 29 u32 peak_bw; member
|
D | bulk.c | 68 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/ |
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
|
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
|
/kernel/linux/linux-5.10/drivers/interconnect/qcom/ |
D | icc-rpmh.c | 43 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in qcom_icc_aggregate() argument 58 qn->max_peak[i] = max_t(u32, qn->max_peak[i], peak_bw); in qcom_icc_aggregate() 68 *agg_peak = max_t(u32, *agg_peak, peak_bw); in qcom_icc_aggregate()
|
D | icc-rpmh.h | 132 u32 peak_bw, u32 *agg_avg, u32 *agg_peak);
|
D | osm-l3.c | 164 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in qcom_icc_set()
|
D | qcs404.c | 348 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in qcom_icc_set()
|
D | msm8916.c | 381 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in msm8916_icc_set()
|
D | msm8974.c | 597 provider->aggregate(n, 0, n->avg_bw, n->peak_bw, in msm8974_icc_set()
|
/kernel/linux/linux-5.10/drivers/interconnect/imx/ |
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()
|