Searched refs:icc_std_aggregate (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | interconnect-provider.h | 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() function
|
/openbmc/linux/drivers/interconnect/ |
H A D | icc-clk.c | 102 provider->aggregate = icc_std_aggregate; in icc_clk_register()
|
H A D | core.c | 330 int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in icc_std_aggregate() function 338 EXPORT_SYMBOL_GPL(icc_std_aggregate);
|
/openbmc/linux/drivers/interconnect/samsung/ |
H A D | exynos.c | 124 provider->aggregate = icc_std_aggregate; in exynos_generic_icc_probe()
|
/openbmc/linux/drivers/interconnect/qcom/ |
H A D | osm-l3.c | 241 provider->aggregate = icc_std_aggregate; in qcom_osm_l3_probe()
|
H A D | msm8974.c | 697 provider->aggregate = icc_std_aggregate; in msm8974_icc_probe()
|
/openbmc/linux/drivers/interconnect/imx/ |
H A D | imx.c | 294 provider->aggregate = icc_std_aggregate; in imx_icc_register()
|
/openbmc/linux/drivers/memory/tegra/ |
H A D | mc.c | 790 .aggregate = icc_std_aggregate,
|