Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
Domap_device.h82 struct omap_device *omap_device_alloc(struct platform_device *pdev,
Domap_device.c155 od = omap_device_alloc(pdev, hwmods, oh_cnt); in omap_device_build_from_dt()
371 struct omap_device *omap_device_alloc(struct platform_device *pdev, in omap_device_alloc() function
560 od = omap_device_alloc(pdev, ohs, oh_cnt); in omap_device_build_ss()
Dhsmmc.c446 od = omap_device_alloc(pdev, ohs, 1); in omap_hsmmc_init_one()
Ddisplay.c203 od = omap_device_alloc(pdev, ohs, 1); in create_dss_pdev()