enable_oc          96 arch/arm/mach-s3c24xx/simtec-usb.c 	.enable_oc	= usb_simtec_enableoc,
enable_oc         124 arch/arm/mach-s3c64xx/mach-smartq.c 	.enable_oc	= smartq_usb_host_enableoc,
enable_oc          75 drivers/usb/host/ohci-s3c2410.c 		if (info->enable_oc != NULL)
enable_oc          76 drivers/usb/host/ohci-s3c2410.c 			(info->enable_oc)(info, 1);
enable_oc          90 drivers/usb/host/ohci-s3c2410.c 		if (info->enable_oc != NULL)
enable_oc          91 drivers/usb/host/ohci-s3c2410.c 			(info->enable_oc)(info, 0);
enable_oc         258 drivers/usb/host/ohci-s3c2410.c 		if (info->enable_oc) {
enable_oc          27 include/linux/platform_data/usb-ohci-s3c2410.h 	void		(*enable_oc)(struct s3c2410_hcd_info *, int on);