oh_cnt            140 arch/arm/mach-omap2/omap_device.c 	int oh_cnt, i, ret = 0;
oh_cnt            143 arch/arm/mach-omap2/omap_device.c 	oh_cnt = of_property_count_strings(node, "ti,hwmods");
oh_cnt            144 arch/arm/mach-omap2/omap_device.c 	if (oh_cnt <= 0) {
oh_cnt            160 arch/arm/mach-omap2/omap_device.c 	hwmods = kcalloc(oh_cnt, sizeof(struct omap_hwmod *), GFP_KERNEL);
oh_cnt            166 arch/arm/mach-omap2/omap_device.c 	for (i = 0; i < oh_cnt; i++) {
oh_cnt            180 arch/arm/mach-omap2/omap_device.c 	od = omap_device_alloc(pdev, hwmods, oh_cnt);
oh_cnt            334 arch/arm/mach-omap2/omap_device.c 					struct omap_hwmod **ohs, int oh_cnt)
oh_cnt            346 arch/arm/mach-omap2/omap_device.c 	od->hwmods_cnt = oh_cnt;
oh_cnt            348 arch/arm/mach-omap2/omap_device.c 	hwmods = kmemdup(ohs, sizeof(struct omap_hwmod *) * oh_cnt, GFP_KERNEL);
oh_cnt            356 arch/arm/mach-omap2/omap_device.c 	for (i = 0; i < oh_cnt; i++) {
oh_cnt             76 arch/arm/mach-omap2/omap_device.h 				      struct omap_hwmod **ohs, int oh_cnt);