Home
last modified time | relevance | path

Searched refs:pci_resource_to_user (Results 1 – 6 of 6) sorted by relevance

/linux/arch/mips/pci/
H A Dpci.c47 void pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
/linux/drivers/pci/
H A Dproc.c286 pci_resource_to_user(dev, i, &dev->resource[i], &start, &end); in proc_bus_pci_mmap()
391 pci_resource_to_user(dev, i, &dev->resource[i], &start, &end); in show_device()
398 pci_resource_to_user(dev, i, &dev->resource[i], &start, &end); in show_device()
H A Dmmap.c71 pci_resource_to_user(pdev, resno, &pdev->resource[resno], in pci_mmap_fits()
H A Dpci-sysfs.c180 pci_resource_to_user(pci_dev, i, res, &start, &end); in resource_show()
H A Dpci.c6450 * sysfs and /proc can implement their own pci_resource_to_user().
6452 void __weak pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
/linux/arch/powerpc/kernel/
H A Dpci-common.c705 void pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function