Searched refs:PCI_FILL_DT_NODE (Results 1 – 3 of 3) sorted by relevance
807 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()
463 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()
234 #define PCI_FILL_DT_NODE 0x2000 /* Device tree node (string property) */ macro