Searched refs:PCI_CLASS_OTHERS (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/misc/cardreader/ |
D | rtsx_pcr.c | 55 { PCI_DEVICE(0x10EC, 0x5209), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 56 { PCI_DEVICE(0x10EC, 0x5229), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 57 { PCI_DEVICE(0x10EC, 0x5289), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 58 { PCI_DEVICE(0x10EC, 0x5227), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 59 { PCI_DEVICE(0x10EC, 0x522A), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 60 { PCI_DEVICE(0x10EC, 0x5249), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 61 { PCI_DEVICE(0x10EC, 0x5287), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 62 { PCI_DEVICE(0x10EC, 0x5286), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 63 { PCI_DEVICE(0x10EC, 0x524A), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 64 { PCI_DEVICE(0x10EC, 0x525A), PCI_CLASS_OTHERS << 16, 0xFF0000 }, [all …]
|
/Linux-v4.19/drivers/staging/rts5208/ |
D | rtsx.c | 1007 PCI_CLASS_OTHERS << 16, 0xFF0000 }, 1009 PCI_CLASS_OTHERS << 16, 0xFF0000 },
|
/Linux-v4.19/drivers/pci/endpoint/functions/ |
D | pci-epf-test.c | 70 .baseclass_code = PCI_CLASS_OTHERS,
|
/Linux-v4.19/drivers/char/ |
D | applicom.c | 197 while ( (dev = pci_get_class(PCI_CLASS_OTHERS << 16, dev))) { in applicom_init()
|
/Linux-v4.19/include/linux/ |
D | pci_ids.h | 143 #define PCI_CLASS_OTHERS 0xff macro
|