Searched refs:PCI_ANY_ID (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
D | tagp.c | 582 pdev = pci_find_device(PCI_VENDOR_ID_ATI, PCI_ANY_ID, NULL); in test_pci_find_device() 641 .vendor = PCI_ANY_ID, //VENDOR_ID_ATI, 642 .device = PCI_ANY_ID, 643 .subvendor = PCI_ANY_ID, 644 .subdevice = PCI_ANY_ID,
|
/external/ltp/testcases/kernel/device-drivers/drm/kernel_space/ |
D | tdrm.c | 52 PCI_ANY_ID, PCI_ANY_ID}, {
|
/external/syslinux/gpxe/src/drivers/bus/ |
D | pci.c | 191 if ( ( id->vendor != PCI_ANY_ID ) && in pci_probe() 194 if ( ( id->device != PCI_ANY_ID ) && in pci_probe()
|
/external/syslinux/gpxe/src/drivers/net/ |
D | r8169.h | 180 PCI_ANY_ID, 0x0024, 0, 0, RTL_CFG_0 }, 182 PCI_ANY_ID, 0x2410, 0, 0, RTL_CFG_2 },
|
/external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/ |
D | ltp_tpci.c | 65 { PCI_DEVICE(PCI_ANY_ID, PCI_ANY_ID) },
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | pci.h | 279 #define PCI_ANY_ID 0xffff macro
|