Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-s3c24xx/
Dmach-gta02.c529 static struct platform_device *gta02_devices_pmu_children[] = { variable
550 for (n = 0; n < ARRAY_SIZE(gta02_devices_pmu_children); n++) in gta02_pmu_attach_child_devices()
551 gta02_devices_pmu_children[n]->dev.parent = pcf->dev; in gta02_pmu_attach_child_devices()
553 platform_add_devices(gta02_devices_pmu_children, in gta02_pmu_attach_child_devices()
554 ARRAY_SIZE(gta02_devices_pmu_children)); in gta02_pmu_attach_child_devices()