Searched refs:nocp (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/devfreq/event/
H A Dexynos-nocp.c3 * exynos-nocp.c - Exynos NoC (Network On Chip) Probe support
17 #include "exynos-nocp.h"
30 * The devfreq-event ops structure for nocp probe.
34 struct exynos_nocp *nocp = devfreq_event_get_drvdata(edev); local
38 ret = regmap_update_bits(nocp->regmap, NOCP_MAIN_CTL,
41 dev_err(nocp->dev, "failed to disable the NoC probe device\n");
46 ret = regmap_write(nocp->regmap, NOCP_STAT_PERIOD, 0x0);
51 ret = regmap_update_bits(nocp->regmap, NOCP_COUNTERS_0_SRC,
57 ret = regmap_update_bits(nocp->regmap, NOCP_COUNTERS_1_SRC,
63 ret = regmap_update_bits(nocp
146 struct exynos_nocp *nocp = devfreq_event_get_drvdata(edev); local
199 exynos_nocp_parse_dt(struct platform_device *pdev, struct exynos_nocp *nocp) argument
237 struct exynos_nocp *nocp; local
280 struct exynos_nocp *nocp = platform_get_drvdata(pdev); local
[all...]
H A DMakefile4 obj-$(CONFIG_DEVFREQ_EVENT_EXYNOS_NOCP) += exynos-nocp.o

Completed in 188 milliseconds