Home
last modified time | relevance | path

Searched refs:PCI_VENDOR_ID_PCI_SIG (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/pci/
H A Ddoe.c184 if (vid == PCI_VENDOR_ID_PCI_SIG && in pci_doe_sysfs_feature_populate()
563 rc = pci_doe(doe_mb, PCI_VENDOR_ID_PCI_SIG, PCI_DOE_FEATURE_DISCOVERY, in pci_doe_discovery()
727 if (vid == PCI_VENDOR_ID_PCI_SIG && type == PCI_DOE_FEATURE_DISCOVERY) in pci_doe_supports_feat()
H A Dpci.h161 return (l & 0xffff) == PCI_VENDOR_ID_PCI_SIG; in pci_bus_rrs_vendor_id()
/linux-6.15/include/linux/
H A Dpci_ids.h161 #define PCI_VENDOR_ID_PCI_SIG 0x0001 macro