Home
last modified time | relevance | path

Searched defs:peak_bw (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dinterconnect.h38 u32 peak_bw; member
101 static inline int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw()
H A Dinterconnect-provider.h108 u32 peak_bw; member
133 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in icc_std_aggregate()
/OK3568_Linux_fs/kernel/drivers/interconnect/
H A Dcore.c60 u32 avg_bw = 0, peak_bw = 0; in icc_summary_show() local
254 u32 avg_bw, peak_bw; in aggregate_requests() local
312 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in icc_std_aggregate()
622 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw()
H A Dinternal.h29 u32 peak_bw; member
/OK3568_Linux_fs/kernel/drivers/interconnect/qcom/
H A Dicc-rpmh.c48 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in qcom_icc_aggregate()