Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-omap2/
Dhsmmc.c79 struct omap_hwmod *ohs[1]; in omap_hsmmc_init_one() local
107 ohs[0] = oh; in omap_hsmmc_init_one()
120 od = omap_device_alloc(pdev, ohs, 1); in omap_hsmmc_init_one()
Domap_device.h79 struct omap_hwmod **ohs, int oh_cnt);
Domap_device.c339 struct omap_hwmod **ohs, int oh_cnt) in omap_device_alloc() argument
353 hwmods = kmemdup(ohs, sizeof(struct omap_hwmod *) * oh_cnt, GFP_KERNEL); in omap_device_alloc()