Searched refs:pci_get_string_property (Results 1 – 5 of 5) sorted by relevance
| /pciutils/ |
| H A D | ls-kernel.c | 241 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 D | lspci.c | 842 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()
|
| /pciutils/lib/ |
| H A D | libpci.ver | 85 pci_get_string_property;
|
| H A D | pci.h | 219 char *pci_get_string_property(struct pci_dev *d, u32 prop) PCI_ABI;
|
| H A D | access.c | 263 pci_get_string_property(struct pci_dev *d, u32 prop) in pci_get_string_property() function
|