Home
last modified time | relevance | path

Searched refs:peak_bw (Results 1 – 25 of 63) sorted by relevance

123

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/interconnect/
H A Dtrace.h20 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,
H A 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
67 peak_bw = r->peak_bw; in icc_summary_show()
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()
276 node->peak_bw = max(node->peak_bw, node->init_peak); in aggregate_requests()
645 path->reqs[i].peak_bw = peak_bw; in icc_set_bw()
693 path->reqs[0].peak_bw); in __icc_enable()
[all …]
H A Dinternal.h29 u32 peak_bw; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/interconnect/
H A Dtrace.h20 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,
H A 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
67 peak_bw = r->peak_bw; in icc_summary_show()
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()
276 node->peak_bw = max(node->peak_bw, node->init_peak); in aggregate_requests()
645 path->reqs[i].peak_bw = peak_bw; in icc_set_bw()
693 path->reqs[0].peak_bw); in __icc_enable()
[all …]
H A Dinternal.h29 u32 peak_bw; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/interconnect/
H A Dtrace.h20 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,
H A 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
67 peak_bw = r->peak_bw; in icc_summary_show()
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()
276 node->peak_bw = max(node->peak_bw, node->init_peak); in aggregate_requests()
645 path->reqs[i].peak_bw = peak_bw; in icc_set_bw()
693 path->reqs[0].peak_bw); in __icc_enable()
[all …]
H A Dinternal.h29 u32 peak_bw; member
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dinterconnect-provider.h65 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
H A Dinterconnect.h38 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
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dinterconnect-provider.h65 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
H A Dinterconnect.h38 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
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dinterconnect-provider.h65 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
H A Dinterconnect.h38 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
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/interconnect/qcom/
H A Dicc-rpmh.c43 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()
63 *agg_peak = max_t(u32, *agg_peak, peak_bw); in qcom_icc_aggregate()
96 node->peak_bw); in qcom_icc_set()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/interconnect/qcom/
H A Dicc-rpmh.c43 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()
63 *agg_peak = max_t(u32, *agg_peak, peak_bw); in qcom_icc_aggregate()
96 node->peak_bw); in qcom_icc_set()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/interconnect/qcom/
H A Dicc-rpmh.c43 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()
63 *agg_peak = max_t(u32, *agg_peak, peak_bw); in qcom_icc_aggregate()
96 node->peak_bw); in qcom_icc_set()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/interconnect/samsung/
H A Dexynos.c64 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/interconnect/samsung/
H A Dexynos.c64 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()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/interconnect/samsung/
H A Dexynos.c64 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/memory/tegra/
H A Dtegra30.c1164 u64 peak_bandwidth = icc_units_to_bps(src->peak_bw); in tegra30_mc_icc_set()
1186 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in tegra30_mc_icc_aggreate() argument
1195 peak_bw = tegra_mc_scale_percents(peak_bw, 400); in tegra30_mc_icc_aggreate()
1198 *agg_peak = max(*agg_peak, peak_bw); in tegra30_mc_icc_aggreate()
H A Dtegra20.c374 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in tegra20_mc_icc_aggreate() argument
383 peak_bw = tegra_mc_scale_percents(peak_bw, 300); in tegra20_mc_icc_aggreate()
386 *agg_peak = max(*agg_peak, peak_bw); in tegra20_mc_icc_aggreate()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/memory/tegra/
H A Dtegra30.c1164 u64 peak_bandwidth = icc_units_to_bps(src->peak_bw); in tegra30_mc_icc_set()
1186 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in tegra30_mc_icc_aggreate() argument
1195 peak_bw = tegra_mc_scale_percents(peak_bw, 400); in tegra30_mc_icc_aggreate()
1198 *agg_peak = max(*agg_peak, peak_bw); in tegra30_mc_icc_aggreate()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/memory/tegra/
H A Dtegra30.c1164 u64 peak_bandwidth = icc_units_to_bps(src->peak_bw); in tegra30_mc_icc_set()
1186 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in tegra30_mc_icc_aggreate() argument
1195 peak_bw = tegra_mc_scale_percents(peak_bw, 400); in tegra30_mc_icc_aggreate()
1198 *agg_peak = max(*agg_peak, peak_bw); in tegra30_mc_icc_aggreate()

123