Searched refs:nocp (Results 1 – 2 of 2) sorted by relevance
200 struct exynos_nocp *nocp) in exynos_nocp_parse_dt() argument213 if (IS_ERR(nocp->clk)) in exynos_nocp_parse_dt()214 nocp->clk = NULL; in exynos_nocp_parse_dt()225 if (IS_ERR(nocp->regmap)) { in exynos_nocp_parse_dt()237 struct exynos_nocp *nocp; in exynos_nocp_probe() local240 nocp = devm_kzalloc(&pdev->dev, sizeof(*nocp), GFP_KERNEL); in exynos_nocp_probe()241 if (!nocp) in exynos_nocp_probe()244 nocp->dev = &pdev->dev; in exynos_nocp_probe()256 nocp->desc.driver_data = nocp; in exynos_nocp_probe()258 nocp->edev = devm_devfreq_event_add_edev(&pdev->dev, &nocp->desc); in exynos_nocp_probe()[all …]
4 obj-$(CONFIG_DEVFREQ_EVENT_EXYNOS_NOCP) += exynos-nocp.o
Completed in 5 milliseconds