Home
last modified time | relevance | path

Searched refs:PCI_CLASS_SERIAL_USB (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-haps.c122 .class = (PCI_CLASS_SERIAL_USB << 8),
/openbmc/qemu/include/hw/pci/
H A Dpci_ids.h117 #define PCI_CLASS_SERIAL_USB 0x0c03 macro
/openbmc/qemu/hw/usb/
H A Dhcd-ohci-pci.c139 k->class_id = PCI_CLASS_SERIAL_USB; in ohci_pci_class_init()
H A Dhcd-ehci-pci.c161 k->class_id = PCI_CLASS_SERIAL_USB; in ehci_class_init()
H A Dhcd-uhci-pci.c135 k->class_id = PCI_CLASS_SERIAL_USB; in uhci_pci_class_init()
H A Dhcd-xhci-pci.c211 k->class_id = PCI_CLASS_SERIAL_USB; in xhci_class_init()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-pci.c34 #define CDNS_DRD_IF (PCI_CLASS_SERIAL_USB << 8 | 0x80)
/openbmc/linux/drivers/usb/host/
H A Dpci-quirks.c1294 PCI_CLASS_SERIAL_USB, 8, quirk_usb_early_handoff);
/openbmc/u-boot/include/
H A Dpci_ids.h108 #define PCI_CLASS_SERIAL_USB 0x0c03 macro
/openbmc/linux/include/linux/
H A Dpci_ids.h119 #define PCI_CLASS_SERIAL_USB 0x0c03 macro
/openbmc/linux/drivers/pci/
H A Dquirks.c5696 PCI_CLASS_SERIAL_USB, 8, quirk_gpu_usb);
5698 PCI_CLASS_SERIAL_USB, 8, quirk_gpu_usb);
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c1092 { PCI_CLASS_SERIAL_USB, "usb", usb_iface },
/openbmc/linux/drivers/usb/gadget/udc/
H A Dnet2280.c3847 .class = ((PCI_CLASS_SERIAL_USB << 8) | 0xfe),
/openbmc/linux/drivers/iommu/intel/
H A Diommu.c39 #define IS_USB_DEVICE(pdev) ((pdev->class >> 8) == PCI_CLASS_SERIAL_USB)