Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dohci-pci.c81 ohci->flags |= OHCI_QUIRK_SUPERIO; in ohci_quirk_ns()
Dohci.h410 #define OHCI_QUIRK_SUPERIO 0x02 /* natsemi */ macro
Dohci-hcd.c656 if (ohci->flags & OHCI_QUIRK_SUPERIO) { in ohci_run()
Du132-hcd.c1753 if (u132->flags & OHCI_QUIRK_SUPERIO) { in u132_run()
/linux-4.1.27/drivers/usb/misc/
Dftdi-elan.c2430 if (quirk & OHCI_QUIRK_SUPERIO) { in ftdi_elan_check_controller()