Searched refs:PCI_CLASS_SERIAL_USB (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-haps.c | 122 .class = (PCI_CLASS_SERIAL_USB << 8),
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci_ids.h | 117 #define PCI_CLASS_SERIAL_USB 0x0c03 macro
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-ohci-pci.c | 139 k->class_id = PCI_CLASS_SERIAL_USB; in ohci_pci_class_init()
|
H A D | hcd-ehci-pci.c | 161 k->class_id = PCI_CLASS_SERIAL_USB; in ehci_class_init()
|
H A D | hcd-uhci-pci.c | 135 k->class_id = PCI_CLASS_SERIAL_USB; in uhci_pci_class_init()
|
H A D | hcd-xhci-pci.c | 211 k->class_id = PCI_CLASS_SERIAL_USB; in xhci_class_init()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-pci.c | 34 #define CDNS_DRD_IF (PCI_CLASS_SERIAL_USB << 8 | 0x80)
|
/openbmc/linux/drivers/usb/host/ |
H A D | pci-quirks.c | 1294 PCI_CLASS_SERIAL_USB, 8, quirk_usb_early_handoff);
|
/openbmc/u-boot/include/ |
H A D | pci_ids.h | 108 #define PCI_CLASS_SERIAL_USB 0x0c03 macro
|
/openbmc/linux/include/linux/ |
H A D | pci_ids.h | 119 #define PCI_CLASS_SERIAL_USB 0x0c03 macro
|
/openbmc/linux/drivers/pci/ |
H A D | quirks.c | 5696 PCI_CLASS_SERIAL_USB, 8, quirk_gpu_usb); 5698 PCI_CLASS_SERIAL_USB, 8, quirk_gpu_usb);
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_pci.c | 1092 { PCI_CLASS_SERIAL_USB, "usb", usb_iface },
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | net2280.c | 3847 .class = ((PCI_CLASS_SERIAL_USB << 8) | 0xfe),
|
/openbmc/linux/drivers/iommu/intel/ |
H A D | iommu.c | 39 #define IS_USB_DEVICE(pdev) ((pdev->class >> 8) == PCI_CLASS_SERIAL_USB)
|