Searched refs:pci_resource_name (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/pci/
H A Dsetup-res.c33 const char *res_name = pci_resource_name(dev, resno);
139 const char *res_name = pci_resource_name(dev, resource);
206 const char *res_name = pci_resource_name(dev, resno);
330 const char *res_name = pci_resource_name(dev, resno);
377 const char *res_name = pci_resource_name(dev, resno);
416 const char *res_name = pci_resource_name(dev, resno);
497 r_name = pci_resource_name(dev, i);
H A Dsetup-bus.c242 res_name = pci_resource_name(add_res->dev, idx);
590 res_name = pci_resource_name(bridge, PCI_BRIDGE_IO_WINDOW);
622 res_name = pci_resource_name(bridge, PCI_BRIDGE_MEM_WINDOW);
651 res_name = pci_resource_name(bridge, PCI_BRIDGE_PREF_MEM_WINDOW);
1025 const char *r_name = pci_resource_name(dev, i);
2248 const char *res_name = pci_resource_name(bridge, i);
H A Diov.c789 res_name = pci_resource_name(dev, i + PCI_IOV_RESOURCES);
H A Dpci.h266 const char *pci_resource_name(struct pci_dev *dev, unsigned int i);
H A Dpci.c853 * pci_resource_name - Return the name of the PCI resource
859 const char *pci_resource_name(struct pci_dev *dev, unsigned int i) function
3288 res_name = pci_resource_name(dev, bei);
6508 const char *r_name = pci_resource_name(dev, bar);
H A Dprobe.c183 const char *res_name = pci_resource_name(dev, res - dev->resource);
H A Dquirks.c573 const char *r_name = pci_resource_name(dev, i);
609 const char *res_name = pci_resource_name(dev, pos);
677 * non-standard resource. Printing "nr" or pci_resource_name() of

Completed in 324 milliseconds