Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/amd/renoir/
H A Drn-pci-acp3x.c400 .class = PCI_CLASS_MULTIMEDIA_OTHER << 8,
/OK3568_Linux_fs/kernel/sound/soc/amd/raven/
H A Dpci-acp3x.c337 .class = PCI_CLASS_MULTIMEDIA_OTHER << 8,
/OK3568_Linux_fs/u-boot/include/
H A Dpci_ids.h44 #define PCI_CLASS_MULTIMEDIA_OTHER 0x0480 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci_ids.h49 #define PCI_CLASS_MULTIMEDIA_OTHER 0x0480 macro
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dquirks.c4277 pdev->class = (PCI_CLASS_MULTIMEDIA_OTHER << 8) | 0x01; in quirk_tw686x_class()