Home
last modified time | relevance | path

Searched refs:icc_std_aggregate (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/
H A Dinterconnect-provider.h116 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 Dicc-clk.c101 provider->aggregate = icc_std_aggregate; in icc_clk_register()
H A Dcore.c330 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 Dexynos.c124 provider->aggregate = icc_std_aggregate; in exynos_generic_icc_probe()
/openbmc/linux/drivers/interconnect/qcom/
H A Dosm-l3.c241 provider->aggregate = icc_std_aggregate; in qcom_osm_l3_probe()
H A Dmsm8974.c697 provider->aggregate = icc_std_aggregate; in msm8974_icc_probe()
/openbmc/linux/drivers/interconnect/imx/
H A Dimx.c294 provider->aggregate = icc_std_aggregate; in imx_icc_register()
/openbmc/linux/drivers/memory/tegra/
H A Dmc.c790 .aggregate = icc_std_aggregate,