Searched refs:pci_resource_to_user (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/pci/ |
D | mmap.c | 28 pci_resource_to_user(pdev, bar, &pdev->resource[bar], &start, &end); in pci_mmap_page_range() 92 pci_resource_to_user(pdev, bar, &pdev->resource[bar], &start, &end); in pci_mmap_resource_range()
|
D | proc.c | 365 pci_resource_to_user(dev, i, &dev->resource[i], &start, &end); in show_device() 372 pci_resource_to_user(dev, i, &dev->resource[i], &start, &end); in show_device()
|
D | pci-sysfs.c | 144 pci_resource_to_user(pci_dev, i, res, &start, &end); in resource_show() 1143 pci_resource_to_user(pdev, resno, &pdev->resource[resno], in pci_mmap_fits()
|
/Linux-v4.19/arch/mips/pci/ |
D | pci.c | 50 void pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
|
/Linux-v4.19/arch/microblaze/pci/ |
D | pci-common.c | 363 void pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
|
/Linux-v4.19/arch/sparc/kernel/ |
D | pci.c | 1012 void pci_resource_to_user(const struct pci_dev *pdev, int bar, in pci_resource_to_user() function
|
/Linux-v4.19/include/linux/ |
D | pci.h | 1789 void pci_resource_to_user(const struct pci_dev *dev, int bar, 1793 static inline void pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | pci-common.c | 617 void pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
|