Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
Dohci-pci.c275 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_OHCI, ~0),
Dpci-quirks.c1264 pdev->class != PCI_CLASS_SERIAL_USB_OHCI && in quirk_usb_early_handoff()
1276 else if (pdev->class == PCI_CLASS_SERIAL_USB_OHCI) in quirk_usb_early_handoff()
/linux-6.6.21/arch/powerpc/platforms/powermac/
Dpci.c967 && dev->class == PCI_CLASS_SERIAL_USB_OHCI in pmac_pci_enable_device_hook()
1026 if (dev->class == PCI_CLASS_SERIAL_USB_OHCI && !node) in pmac_pci_fixup_ohci()
/linux-6.6.21/drivers/usb/core/
Dhcd-pci.c33 #define CL_OHCI PCI_CLASS_SERIAL_USB_OHCI
/linux-6.6.21/include/linux/
Dpci_ids.h121 #define PCI_CLASS_SERIAL_USB_OHCI 0x0c0310 macro