Searched refs:ohs (Results 1 – 4 of 4) sorted by relevance
/arch/arm/mach-omap2/ |
D | omap_device.c | 367 struct omap_hwmod **ohs, int oh_cnt) in omap_device_alloc() argument 382 hwmods = kmemdup(ohs, sizeof(struct omap_hwmod *) * oh_cnt, GFP_KERNEL); in omap_device_alloc() 504 struct omap_hwmod *ohs[] = { oh }; in omap_device_build() local 509 return omap_device_build_ss(pdev_name, pdev_id, ohs, 1, pdata, in omap_device_build() 529 struct omap_hwmod **ohs, in omap_device_build_ss() argument 537 if (!ohs || oh_cnt == 0 || !pdev_name) in omap_device_build_ss() 555 od = omap_device_alloc(pdev, ohs, oh_cnt); in omap_device_build_ss()
|
D | omap_device.h | 83 struct omap_hwmod **ohs, int oh_cnt);
|
D | display.c | 202 struct omap_hwmod *ohs[1]; in create_dss_pdev() local 228 ohs[0] = oh; in create_dss_pdev() 229 od = omap_device_alloc(pdev, ohs, 1); in create_dss_pdev()
|
D | hsmmc.c | 473 struct omap_hwmod *ohs[1]; in omap_hsmmc_init_one() local 505 ohs[0] = oh; in omap_hsmmc_init_one() 525 od = omap_device_alloc(pdev, ohs, 1); in omap_hsmmc_init_one()
|