Searched refs:PCI_CLASS_OTHERS (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/misc/cardreader/ |
D | rtsx_pcr.c | 44 { PCI_DEVICE(0x10EC, 0x5209), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 45 { PCI_DEVICE(0x10EC, 0x5229), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 46 { PCI_DEVICE(0x10EC, 0x5289), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 47 { PCI_DEVICE(0x10EC, 0x5227), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 48 { PCI_DEVICE(0x10EC, 0x522A), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 49 { PCI_DEVICE(0x10EC, 0x5249), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 50 { PCI_DEVICE(0x10EC, 0x5287), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 51 { PCI_DEVICE(0x10EC, 0x5286), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 52 { PCI_DEVICE(0x10EC, 0x524A), PCI_CLASS_OTHERS << 16, 0xFF0000 }, 53 { PCI_DEVICE(0x10EC, 0x525A), PCI_CLASS_OTHERS << 16, 0xFF0000 }, [all …]
|
/Linux-v6.6/drivers/staging/rts5208/ |
D | rtsx.c | 967 PCI_CLASS_OTHERS << 16, 0xFF0000 }, 969 PCI_CLASS_OTHERS << 16, 0xFF0000 },
|
/Linux-v6.6/drivers/pci/endpoint/functions/ |
D | pci-epf-mhi.c | 103 .baseclass_code = PCI_CLASS_OTHERS,
|
D | pci-epf-test.c | 82 .baseclass_code = PCI_CLASS_OTHERS,
|
/Linux-v6.6/drivers/char/ |
D | applicom.c | 195 while ( (dev = pci_get_class(PCI_CLASS_OTHERS << 16, dev))) { in applicom_init()
|
/Linux-v6.6/include/linux/ |
D | pci_ids.h | 157 #define PCI_CLASS_OTHERS 0xff macro
|