Home
last modified time | relevance | path

Searched refs:enable_oc (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dohci-s3c2410.c72 if (info->enable_oc != NULL) in s3c2410_start_hc()
73 (info->enable_oc)(info, 1); in s3c2410_start_hc()
87 if (info->enable_oc != NULL) in s3c2410_stop_hc()
88 (info->enable_oc)(info, 0); in s3c2410_stop_hc()
255 if (info->enable_oc) { in ohci_s3c2410_hub_control()
/linux-4.4.14/include/linux/platform_data/
Dusb-ohci-s3c2410.h30 void (*enable_oc)(struct s3c2410_hcd_info *, int on); member
/linux-4.4.14/arch/arm/mach-s3c24xx/
Dsimtec-usb.c101 .enable_oc = usb_simtec_enableoc,
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DUSB-Host.txt66 enable_oc:
/linux-4.4.14/arch/arm/mach-s3c64xx/
Dmach-smartq.c129 .enable_oc = smartq_usb_host_enableoc,