Home
last modified time | relevance | path

Searched refs:nocp (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/devfreq/event/
A Dexynos-nocp.c200 struct exynos_nocp *nocp) in exynos_nocp_parse_dt() argument
213 if (IS_ERR(nocp->clk)) in exynos_nocp_parse_dt()
214 nocp->clk = NULL; in exynos_nocp_parse_dt()
226 if (IS_ERR(nocp->regmap)) { in exynos_nocp_parse_dt()
238 struct exynos_nocp *nocp; in exynos_nocp_probe() local
241 nocp = devm_kzalloc(&pdev->dev, sizeof(*nocp), GFP_KERNEL); in exynos_nocp_probe()
242 if (!nocp) in exynos_nocp_probe()
245 nocp->dev = &pdev->dev; in exynos_nocp_probe()
257 nocp->desc.driver_data = nocp; in exynos_nocp_probe()
259 nocp->edev = devm_devfreq_event_add_edev(&pdev->dev, &nocp->desc); in exynos_nocp_probe()
[all …]
A DMakefile4 obj-$(CONFIG_DEVFREQ_EVENT_EXYNOS_NOCP) += exynos-nocp.o
/linux/Documentation/devicetree/bindings/devfreq/event/
A Dsamsung,exynos-nocp.yaml4 $id: http://devicetree.org/schemas/devfreq/event/samsung,exynos-nocp.yaml#
25 const: samsung,exynos5420-nocp
29 - const: nocp
45 nocp_mem0_0: nocp@10ca1000 {
46 compatible = "samsung,exynos5420-nocp";
/linux/arch/arm/boot/dts/
A Dexynos5420.dtsi263 nocp_mem0_0: nocp@10ca1000 {
264 compatible = "samsung,exynos5420-nocp";
269 nocp_mem0_1: nocp@10ca1400 {
270 compatible = "samsung,exynos5420-nocp";
275 nocp_mem1_0: nocp@10ca1800 {
276 compatible = "samsung,exynos5420-nocp";
281 nocp_mem1_1: nocp@10ca1c00 {
282 compatible = "samsung,exynos5420-nocp";
287 nocp_g3d_0: nocp@11a51000 {
288 compatible = "samsung,exynos5420-nocp";
[all …]

Completed in 9 milliseconds