Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
Domap_device.c372 struct omap_hwmod **ohs, int oh_cnt) in omap_device_alloc() argument
387 hwmods = kmemdup(ohs, sizeof(struct omap_hwmod *) * oh_cnt, GFP_KERNEL); in omap_device_alloc()
509 struct omap_hwmod *ohs[] = { oh }; in omap_device_build() local
514 return omap_device_build_ss(pdev_name, pdev_id, ohs, 1, pdata, in omap_device_build()
534 struct omap_hwmod **ohs, in omap_device_build_ss() argument
542 if (!ohs || oh_cnt == 0 || !pdev_name) in omap_device_build_ss()
560 od = omap_device_alloc(pdev, ohs, oh_cnt); in omap_device_build_ss()
Domap_device.h83 struct omap_hwmod **ohs, int oh_cnt);
Dhsmmc.c394 struct omap_hwmod *ohs[1]; in omap_hsmmc_init_one() local
426 ohs[0] = oh; in omap_hsmmc_init_one()
446 od = omap_device_alloc(pdev, ohs, 1); in omap_hsmmc_init_one()
Ddisplay.c176 struct omap_hwmod *ohs[1]; in create_dss_pdev() local
202 ohs[0] = oh; in create_dss_pdev()
203 od = omap_device_alloc(pdev, ohs, 1); in create_dss_pdev()