/linux-2.4.37.9/drivers/pci/ |
D | names.c | 23 unsigned short vendor; member 35 #define VENDOR( vendor, name ) static char __vendorstr_##vendor[] __devinitdata = name; argument 37 #define DEVICE( vendor, device, name ) static char __devicestr_##vendor##device[] __devinitdata = … argument 41 #define VENDOR( vendor, name ) static struct pci_device_info __devices_##vendor[] __devinitdata = { argument 43 #define DEVICE( vendor, device, name ) { 0x##device, 0, __devicestr_##vendor##device }, argument 47 …ne VENDOR( vendor, name ) { 0x##vendor, sizeof(__devices_##vendor) / sizeof(struct pci_device_inf… argument 49 #define DEVICE( vendor, device, name ) argument 62 if (vendor_p->vendor == dev->vendor) in pci_name_device() 68 sprintf(name, "PCI device %04x:%04x", dev->vendor, dev->device); in pci_name_device() 83 sprintf(name, "PCI device %04x:%04x (%s)", dev->vendor, dev->device, vendor_p->name); in pci_name_device()
|
/linux-2.4.37.9/drivers/ide/pci/ |
D | amd74xx.h | 33 .vendor = PCI_VENDOR_ID_AMD, 44 .vendor = PCI_VENDOR_ID_AMD, 55 .vendor = PCI_VENDOR_ID_AMD, 66 .vendor = PCI_VENDOR_ID_AMD, 77 .vendor = PCI_VENDOR_ID_AMD, 89 .vendor = PCI_VENDOR_ID_NVIDIA, 101 .vendor = PCI_VENDOR_ID_NVIDIA, 113 .vendor = PCI_VENDOR_ID_NVIDIA, 124 .vendor = PCI_VENDOR_ID_NVIDIA, 135 .vendor = PCI_VENDOR_ID_NVIDIA, [all …]
|
D | generic.h | 14 .vendor = PCI_VENDOR_ID_NS, 27 .vendor = PCI_VENDOR_ID_PCTECH, 40 .vendor = PCI_VENDOR_ID_HOLTEK, 53 .vendor = PCI_VENDOR_ID_UMC, 66 .vendor = PCI_VENDOR_ID_UMC, 79 .vendor = PCI_VENDOR_ID_UMC, 92 .vendor = PCI_VENDOR_ID_HINT, 105 .vendor = PCI_VENDOR_ID_VIA, 118 .vendor = PCI_VENDOR_ID_OPTI, 131 .vendor = PCI_VENDOR_ID_TOSHIBA, [all …]
|
D | piix.h | 43 .vendor = PCI_VENDOR_ID_INTEL, 57 .vendor = PCI_VENDOR_ID_INTEL, 71 .vendor = PCI_VENDOR_ID_INTEL, 85 .vendor = PCI_VENDOR_ID_INTEL, 99 .vendor = PCI_VENDOR_ID_INTEL, 113 .vendor = PCI_VENDOR_ID_INTEL, 127 .vendor = PCI_VENDOR_ID_INTEL, 141 .vendor = PCI_VENDOR_ID_INTEL, 155 .vendor = PCI_VENDOR_ID_INTEL, 169 .vendor = PCI_VENDOR_ID_INTEL, [all …]
|
D | serverworks.h | 52 .vendor = PCI_VENDOR_ID_SERVERWORKS, 66 .vendor = PCI_VENDOR_ID_SERVERWORKS, 80 .vendor = PCI_VENDOR_ID_SERVERWORKS, 94 .vendor = PCI_VENDOR_ID_SERVERWORKS, 108 .vendor = 0,
|
D | cmd64x.h | 88 .vendor = PCI_VENDOR_ID_CMD, 101 .vendor = PCI_VENDOR_ID_CMD, 114 .vendor = PCI_VENDOR_ID_CMD, 127 .vendor = PCI_VENDOR_ID_CMD, 140 .vendor = 0,
|
D | pdc202xx_new.h | 195 .vendor = PCI_VENDOR_ID_PROMISE, 209 .vendor = PCI_VENDOR_ID_PROMISE, 223 .vendor = PCI_VENDOR_ID_PROMISE, 241 .vendor = PCI_VENDOR_ID_PROMISE, 255 .vendor = PCI_VENDOR_ID_PROMISE, 269 .vendor = PCI_VENDOR_ID_PROMISE, 287 .vendor = PCI_VENDOR_ID_PROMISE, 301 .vendor = 0,
|
D | siimage.h | 51 .vendor = PCI_VENDOR_ID_CMD, 64 .vendor = PCI_VENDOR_ID_CMD, 77 .vendor = PCI_VENDOR_ID_CMD, 90 .vendor = 0,
|
D | aec62xx.h | 99 .vendor = PCI_VENDOR_ID_ARTOP, 113 .vendor = PCI_VENDOR_ID_ARTOP, 127 .vendor = PCI_VENDOR_ID_ARTOP, 141 .vendor = PCI_VENDOR_ID_ARTOP, 155 .vendor = PCI_VENDOR_ID_ARTOP,
|
D | hpt366.h | 446 .vendor = PCI_VENDOR_ID_TTI, 460 .vendor = PCI_VENDOR_ID_TTI, 474 .vendor = PCI_VENDOR_ID_TTI, 488 .vendor = PCI_VENDOR_ID_TTI, 502 .vendor = PCI_VENDOR_ID_TTI, 516 .vendor = PCI_VENDOR_ID_TTI, 530 .vendor = 0,
|
D | rz1000.h | 12 .vendor = PCI_VENDOR_ID_PCTECH, 25 .vendor = PCI_VENDOR_ID_PCTECH, 38 .vendor = 0,
|
D | opti621.h | 14 .vendor = PCI_VENDOR_ID_OPTI, 28 .vendor = PCI_VENDOR_ID_OPTI, 42 .vendor = 0,
|
D | via82cxxx.h | 34 .vendor = PCI_VENDOR_ID_VIA, 47 .vendor = PCI_VENDOR_ID_VIA, 60 .vendor = 0,
|
D | pdc202xx_old.h | 230 .vendor = PCI_VENDOR_ID_PROMISE, 248 .vendor = PCI_VENDOR_ID_PROMISE, 266 .vendor = PCI_VENDOR_ID_PROMISE, 284 .vendor = PCI_VENDOR_ID_PROMISE, 301 .vendor = PCI_VENDOR_ID_PROMISE, 319 .vendor = 0,
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | ocp.c | 77 while (ids->vendor || ids->function) { in ocp_driver_match() 78 if ((ids->vendor == OCP_ANY_ID in ocp_driver_match() 79 || ids->vendor == dev->def->vendor) in ocp_driver_match() 239 __ocp_find_device(unsigned int vendor, unsigned int function, int index) in __ocp_find_device() argument 244 DBG(("ocp: __ocp_find_device(vendor: %x, function: %x, index: %d)...\n", vendor, function, index)); in __ocp_find_device() 248 if (vendor != OCP_ANY_ID && vendor != dev->def->vendor) in __ocp_find_device() 258 …DBG(("ocp: __ocp_find_device(vendor: %x, function: %x, index: %d)... done\n", vendor, function, in… in __ocp_find_device() 275 ocp_find_device(unsigned int vendor, unsigned int function, int index) in ocp_find_device() argument 280 dev = __ocp_find_device(vendor, function, index); in ocp_find_device() 297 ocp_get_one_device(unsigned int vendor, unsigned int function, int index) in ocp_get_one_device() argument [all …]
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | ibm440gp.c | 56 { .vendor = OCP_VENDOR_IBM, 63 { .vendor = OCP_VENDOR_IBM, 70 { .vendor = OCP_VENDOR_IBM, 77 { .vendor = OCP_VENDOR_IBM, 84 { .vendor = OCP_VENDOR_IBM, 91 { .vendor = OCP_VENDOR_IBM, 98 { .vendor = OCP_VENDOR_IBM, 105 { .vendor = OCP_VENDOR_IBM, 113 { .vendor = OCP_VENDOR_IBM, 121 { .vendor = OCP_VENDOR_IBM, [all …]
|
D | ibm440gx.c | 56 { .vendor = OCP_VENDOR_IBM, 63 { .vendor = OCP_VENDOR_IBM, 70 { .vendor = OCP_VENDOR_IBM, 77 { .vendor = OCP_VENDOR_IBM, 84 { .vendor = OCP_VENDOR_IBM, 91 { .vendor = OCP_VENDOR_IBM, 98 { .vendor = OCP_VENDOR_IBM, 105 { .vendor = OCP_VENDOR_IBM, 113 { .vendor = OCP_VENDOR_IBM, 121 { .vendor = OCP_VENDOR_IBM, [all …]
|
D | ibmstb4.c | 48 { .vendor = OCP_VENDOR_IBM, 55 { .vendor = OCP_VENDOR_IBM, 62 { .vendor = OCP_VENDOR_IBM, 69 { .vendor = OCP_VENDOR_IBM, 75 { .vendor = OCP_VENDOR_IBM, 81 { .vendor = OCP_VENDOR_IBM, 87 { .vendor = OCP_VENDOR_IBM, 93 { .vendor = OCP_VENDOR_IBM, 99 { .vendor = OCP_VENDOR_INVALID,
|
D | ibm405gp.c | 57 { .vendor = OCP_VENDOR_IBM, 64 { .vendor = OCP_VENDOR_IBM, 71 { .vendor = OCP_VENDOR_IBM, 78 { .vendor = OCP_VENDOR_IBM, 84 { .vendor = OCP_VENDOR_IBM, 90 { .vendor = OCP_VENDOR_IBM, 97 { .vendor = OCP_VENDOR_IBM, 105 { .vendor = OCP_VENDOR_INVALID
|
D | ibmstbx25.c | 42 { .vendor = OCP_VENDOR_IBM, 49 { .vendor = OCP_VENDOR_IBM, 56 { .vendor = OCP_VENDOR_IBM, 63 { .vendor = OCP_VENDOR_IBM, 69 { .vendor = OCP_VENDOR_IBM, 75 { .vendor = OCP_VENDOR_INVALID
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | earlyquirk.c | 12 static int __init check_bridge(int vendor, int device) in check_bridge() argument 16 if (vendor == PCI_VENDOR_ID_NVIDIA) { in check_bridge() 34 u32 vendor; in check_acpi_pci() local 43 vendor = read_pci_config(num, slot, func, in check_acpi_pci() 46 if (check_bridge(vendor&0xffff, vendor >> 16)) in check_acpi_pci()
|
/linux-2.4.37.9/include/linux/ |
D | isapnp.h | 107 unsigned short vendor; /* matching vendor */ member 139 { vendor: ISAPNP_VENDOR(_va, _vb, _vc), function: ISAPNP_FUNCTION(_function) } 149 unsigned short vendor, function; member 155 vendor: ISAPNP_VENDOR(_dva, _dvb, _dvc), function: ISAPNP_FUNCTION(_dfunction) 161 unsigned short vendor, function; member 196 struct pci_bus *isapnp_find_card(unsigned short vendor, 200 unsigned short vendor, 245 static inline struct pci_bus *isapnp_find_card(unsigned short vendor, in isapnp_find_card() argument 249 unsigned short vendor, in isapnp_find_dev() argument
|
D | pci.h | 381 unsigned short vendor; member 463 unsigned short vendor; member 508 unsigned int vendor, device; /* Vendor and device ID or PCI_ANY_ID */ member 536 .vendor = (vend), .device = (dev), \ 550 .vendor = PCI_ANY_ID, .device = PCI_ANY_ID, \ 588 int pcibios_find_device (unsigned short vendor, unsigned short dev_id, 613 struct pci_dev *pci_find_device (unsigned int vendor, unsigned int device, const struct pci_dev *fr… 614 struct pci_dev *pci_find_subsys (unsigned int vendor, unsigned int device, 706 static inline struct pci_dev *pci_find_device(unsigned int vendor, unsigned int device, const struc… in pci_find_device() argument 715 static inline struct pci_dev *pci_find_subsys(unsigned int vendor, unsigned int device, in pci_find_subsys() argument [all …]
|
/linux-2.4.37.9/include/asm-ppc/ |
D | ocp.h | 74 unsigned int vendor, function; /* Vendor and function ID or OCP_ANY_ID */ member 109 unsigned int vendor; member 195 extern struct ocp_device *ocp_find_device(unsigned int vendor, unsigned int function, int index); 198 extern struct ocp_def *ocp_get_one_device(unsigned int vendor, unsigned int function, int index); 204 extern int ocp_remove_one_device(unsigned int vendor, unsigned int function, int index);
|
/linux-2.4.37.9/arch/mips/pmc-sierra/yosemite/ |
D | ht-irq.c | 87 if (devices->vendor == PCI_VENDOR_ID_SIPACKETS) { in titan_ht_pcibios_fixup_bus() 155 if (devices->vendor == AMD_VENDOR_ID && in titan_ht_pcibios_fixup_bus() 186 if (devices->vendor == AMD_VENDOR_ID && in titan_ht_pcibios_fixup_bus() 195 if ( (devices->vendor == PCI_VENDOR_ID_ALTERA) && in titan_ht_pcibios_fixup_bus()
|