Searched refs:pci_resource_to_user (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/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 | 376 pci_resource_to_user(dev, i, &dev->resource[i], &start, &end); in show_device() 383 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() 998 pci_resource_to_user(pdev, resno, &pdev->resource[resno], in pci_mmap_fits()
|
D | pci.c | 5928 void __weak pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
|
/Linux-v5.4/arch/mips/pci/ |
D | pci.c | 47 void pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
|
/Linux-v5.4/arch/sparc/kernel/ |
D | pci.c | 990 void pci_resource_to_user(const struct pci_dev *pdev, int bar, in pci_resource_to_user() function
|
/Linux-v5.4/arch/microblaze/pci/ |
D | pci-common.c | 359 void pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | pci-common.c | 619 void pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
|
/Linux-v5.4/include/linux/ |
D | pci.h | 1865 void pci_resource_to_user(const struct pci_dev *dev, int bar,
|