Lines Matching full:quirk
69 * identify the USB (fn2). This quirk might apply to more or
118 ohci_dbg (ohci, "enabled big endian Toshiba quirk\n"); in ohci_quirk_toshiba_scc()
121 ohci_err (ohci, "unsupported big endian Toshiba quirk\n"); in ohci_quirk_toshiba_scc()
126 /* Check for NEC chip and apply quirk for allegedly lost interrupts.
146 ohci_dbg (ohci, "enabled NEC chipset lost interrupt quirk\n"); in ohci_quirk_nec()
161 ohci_dbg(ohci, "enabled AMD prefetch quirk\n"); in ohci_quirk_amd700()
179 * offset (0x1000) to the OHCI registers as a quirk. in ohci_quirk_loongson()
192 ohci_dbg(ohci, "enabled qemu quirk\n"); in ohci_quirk_qemu()
272 int (*quirk)(struct usb_hcd *ohci); in ohci_pci_reset() local
273 quirk = (void *)quirk_id->driver_data; in ohci_pci_reset()
274 ret = quirk(hcd); in ohci_pci_reset()