Searched refs:pci_resource_to_user (Results 1 – 6 of 6) sorted by relevance
/linux/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
|
/linux/drivers/pci/ |
H A D | proc.c | 286 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 D | mmap.c | 71 pci_resource_to_user(pdev, resno, &pdev->resource[resno], in pci_mmap_fits()
|
H A D | pci-sysfs.c | 180 pci_resource_to_user(pci_dev, i, res, &start, &end); in resource_show()
|
H A D | pci.c | 6450 * 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 D | pci-common.c | 705 void pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
|