Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dohci-pci.c298 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_OHCI, ~0),
H A Dpci-quirks.c1285 pdev->class != PCI_CLASS_SERIAL_USB_OHCI && in quirk_usb_early_handoff()
1297 else if (pdev->class == PCI_CLASS_SERIAL_USB_OHCI) in quirk_usb_early_handoff()
/linux/arch/powerpc/platforms/powermac/
H A 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/drivers/usb/core/
H A Dhcd-pci.c33 #define CL_OHCI PCI_CLASS_SERIAL_USB_OHCI
/linux/include/linux/
H A Dpci_ids.h121 #define PCI_CLASS_SERIAL_USB_OHCI 0x0c0310 macro