/kernel/linux/linux-5.10/drivers/pci/ |
H A 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()
|
H A D | proc.c | 377 pci_resource_to_user(dev, i, &dev->resource[i], &start, &end); in show_device() 384 pci_resource_to_user(dev, i, &dev->resource[i], &start, &end); in show_device()
|
H A D | pci-sysfs.c | 144 pci_resource_to_user(pci_dev, i, res, &start, &end); in resource_show() 981 pci_resource_to_user(pdev, resno, &pdev->resource[resno], in pci_mmap_fits()
|
H A D | pci.c | 6209 * sysfs and /proc can implement their own pci_resource_to_user(). 6211 void __weak pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | pci.c | 47 void pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | pci.c | 47 void pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | proc.c | 282 pci_resource_to_user(dev, i, &dev->resource[i], &start, &end); in proc_bus_pci_mmap() 387 pci_resource_to_user(dev, i, &dev->resource[i], &start, &end); in show_device() 394 pci_resource_to_user(dev, i, &dev->resource[i], &start, &end); in show_device()
|
H A D | pci-sysfs.c | 175 pci_resource_to_user(pci_dev, i, res, &start, &end); in resource_show() 1021 pci_resource_to_user(pdev, resno, &pdev->resource[resno], in pci_mmap_fits()
|
H A D | pci.c | 6627 * sysfs and /proc can implement their own pci_resource_to_user(). 6629 void __weak pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
|
/kernel/linux/linux-5.10/arch/microblaze/pci/ |
H A D | pci-common.c | 359 void pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | pci.c | 990 void pci_resource_to_user(const struct pci_dev *pdev, int bar, in pci_resource_to_user() function
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | pci.c | 847 void pci_resource_to_user(const struct pci_dev *pdev, int bar, in pci_resource_to_user() function
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | pci-common.c | 630 void pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | pci-common.c | 706 void pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pci.h | 1834 * pci_resource_to_user(), as used in the legacy mmap() interface in 1894 void pci_resource_to_user(const struct pci_dev *dev, int bar,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pci.h | 2138 void pci_resource_to_user(const struct pci_dev *dev, int bar,
|