Home
last modified time | relevance | path

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

/pciutils/
H A Dlspci.c807 PCI_FILL_PHYS_SLOT | PCI_FILL_NUMA_NODE | PCI_FILL_DT_NODE | PCI_FILL_IOMMU_GROUP | in show_verbose()
842 if (dt_node = pci_get_string_property(p, PCI_FILL_DT_NODE)) in show_verbose()
1020 …pci_fill_info(p, PCI_FILL_PHYS_SLOT | PCI_FILL_NUMA_NODE | PCI_FILL_DT_NODE | PCI_FILL_IOMMU_GROUP… in show_machine()
1048 if (dt_node = pci_get_string_property(p, PCI_FILL_DT_NODE)) in show_machine()
/pciutils/lib/
H A Dsysfs.c463 if (want_fill(d, flags, PCI_FILL_DT_NODE)) in sysfs_fill_info()
468 pci_set_property(d, PCI_FILL_DT_NODE, node); in sysfs_fill_info()
H A Dpci.h234 #define PCI_FILL_DT_NODE 0x2000 /* Device tree node (string property) */ macro