Searched refs:omap_device_alloc (Results 1 – 4 of 4) sorted by relevance
/arch/arm/mach-omap2/ |
D | omap_device.h | 82 struct omap_device *omap_device_alloc(struct platform_device *pdev,
|
D | omap_device.c | 155 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()
|
D | hsmmc.c | 446 od = omap_device_alloc(pdev, ohs, 1); in omap_hsmmc_init_one()
|
D | display.c | 203 od = omap_device_alloc(pdev, ohs, 1); in create_dss_pdev()
|