Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dohci-pci.c82 ohci->flags |= OHCI_QUIRK_SUPERIO; in ohci_quirk_ns()
Dohci.h413 #define OHCI_QUIRK_SUPERIO 0x02 /* natsemi */ macro
Dohci-hcd.c677 if (ohci->flags & OHCI_QUIRK_SUPERIO) { in ohci_run()
Du132-hcd.c1739 if (u132->flags & OHCI_QUIRK_SUPERIO) { in u132_run()
/linux-6.1.9/drivers/usb/misc/
Dftdi-elan.c2355 if (quirk & OHCI_QUIRK_SUPERIO) { in ftdi_elan_check_controller()