Home
last modified time | relevance | path

Searched refs:pci_get_string_property (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pciutils/
H A Dls-kernel.c241 if (driver = pci_get_string_property(d->dev, PCI_FILL_DRIVER)) in show_kernel()
260 if (driver = pci_get_string_property(d->dev, PCI_FILL_DRIVER)) in show_kernel_machine()
278 if (driver = pci_get_string_property(d->dev, PCI_FILL_DRIVER)) in show_kernel()
288 if (driver = pci_get_string_property(d->dev, PCI_FILL_DRIVER)) in show_kernel_machine()
H A Dlspci.c842 if (dt_node = pci_get_string_property(p, PCI_FILL_DT_NODE)) in show_verbose()
906 if (iommu_group = pci_get_string_property(p, PCI_FILL_IOMMU_GROUP)) in show_verbose()
938 if (iommu_group = pci_get_string_property(p, PCI_FILL_IOMMU_GROUP)) in show_verbose()
1048 if (dt_node = pci_get_string_property(p, PCI_FILL_DT_NODE)) in show_machine()
1050 if (iommu_group = pci_get_string_property(p, PCI_FILL_IOMMU_GROUP)) in show_machine()
/aosp_15_r20/external/pciutils/lib/
H A Dlibpci.ver85 pci_get_string_property;
H A Dpci.h214 char *pci_get_string_property(struct pci_dev *d, u32 prop) PCI_ABI;
H A Daccess.c263 pci_get_string_property(struct pci_dev *d, u32 prop) in pci_get_string_property() function