Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-omap2/
Dpmu.c54 omap_pmu_dev = omap_device_build_ss(dev_name, -1, oh, oh_num, NULL, 0); in omap2_init_pmu()
Domap_device.h78 struct platform_device *omap_device_build_ss(const char *pdev_name, int pdev_id,
Dmcbsp.c104 pdev = omap_device_build_ss(name, id, oh_device, count, pdata, in omap_init_mcbsp()
Domap_device.c514 return omap_device_build_ss(pdev_name, pdev_id, ohs, 1, pdata, in omap_device_build()
532 struct platform_device __init *omap_device_build_ss(const char *pdev_name, in omap_device_build_ss() function