otg_pdata         206 arch/arm/mach-imx/mach-mx27_3ds.c static struct mxc_usbh_platform_data otg_pdata __initdata = {
otg_pdata         409 arch/arm/mach-imx/mach-mx27_3ds.c 		otg_pdata.otg = imx_otg_ulpi_create(ULPI_OTG_DRVVBUS |
otg_pdata         412 arch/arm/mach-imx/mach-mx27_3ds.c 		if (otg_pdata.otg)
otg_pdata         413 arch/arm/mach-imx/mach-mx27_3ds.c 			imx27_add_mxc_ehci_otg(&otg_pdata);
otg_pdata         500 arch/arm/mach-imx/mach-mx31_3ds.c static struct mxc_usbh_platform_data otg_pdata __initdata = {
otg_pdata         575 arch/arm/mach-imx/mach-mx31_3ds.c 		otg_pdata.otg = imx_otg_ulpi_create(ULPI_OTG_DRVVBUS |
otg_pdata         577 arch/arm/mach-imx/mach-mx31_3ds.c 		if (otg_pdata.otg)
otg_pdata         578 arch/arm/mach-imx/mach-mx31_3ds.c 			imx31_add_mxc_ehci_otg(&otg_pdata);
otg_pdata         415 arch/arm/mach-imx/mach-mx35_3ds.c static struct mxc_usbh_platform_data otg_pdata __initdata = {
otg_pdata         468 arch/arm/mach-imx/mach-mx35_3ds.c 		imx35_add_mxc_ehci_otg(&otg_pdata);
otg_pdata         262 arch/arm/mach-imx/mach-pca100.c static struct mxc_usbh_platform_data otg_pdata __initdata = {
otg_pdata         386 arch/arm/mach-imx/mach-pca100.c 		otg_pdata.otg = imx_otg_ulpi_create(ULPI_OTG_DRVVBUS |
otg_pdata         389 arch/arm/mach-imx/mach-pca100.c 		if (otg_pdata.otg)
otg_pdata         390 arch/arm/mach-imx/mach-pca100.c 			imx27_add_mxc_ehci_otg(&otg_pdata);
otg_pdata         427 arch/arm/mach-imx/mach-pcm037.c static struct mxc_usbh_platform_data otg_pdata __initdata = {
otg_pdata         527 arch/arm/mach-imx/mach-pcm037.c 		otg_pdata.otg = imx_otg_ulpi_create(ULPI_OTG_DRVVBUS |
otg_pdata         529 arch/arm/mach-imx/mach-pcm037.c 		if (otg_pdata.otg)
otg_pdata         530 arch/arm/mach-imx/mach-pcm037.c 			imx31_add_mxc_ehci_otg(&otg_pdata);
otg_pdata         297 arch/arm/mach-imx/mach-pcm043.c static struct mxc_usbh_platform_data otg_pdata __initdata = {
otg_pdata         376 arch/arm/mach-imx/mach-pcm043.c 		otg_pdata.otg = imx_otg_ulpi_create(ULPI_OTG_DRVVBUS |
otg_pdata         378 arch/arm/mach-imx/mach-pcm043.c 		if (otg_pdata.otg)
otg_pdata         379 arch/arm/mach-imx/mach-pcm043.c 			imx35_add_mxc_ehci_otg(&otg_pdata);