Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dpci_ids.h49 #define PCI_CLASS_MULTIMEDIA_VIDEO 0x0400 macro
/openbmc/u-boot/include/
H A Dpci_ids.h41 #define PCI_CLASS_MULTIMEDIA_VIDEO 0x0400 macro
/openbmc/linux/include/linux/
H A Dpci_ids.h45 #define PCI_CLASS_MULTIMEDIA_VIDEO 0x0400 macro
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c1003 { PCI_CLASS_MULTIMEDIA_VIDEO, "video", NULL },
/openbmc/linux/drivers/pci/
H A Dquirks.c3412 dev->class = PCI_CLASS_MULTIMEDIA_VIDEO << 8; in fixup_ti816x_class()