Searched refs:pci_resource_to_user (Results 1 – 5 of 5) sorted by relevance
/linux/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 | mmap.c | 71 pci_resource_to_user(pdev, resno, &pdev->resource[resno], in pci_mmap_fits()
|
H A D | pci.c | 6430 void __weak pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() function
|
/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/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
|