1PCI_REQUEST_SELECTED(9) Hardware Interfaces PCI_REQUEST_SELECTED(9)
23
4
NAME
6pci_request_selected_regions - Reserve selected PCI I/O and memory
7resources
8
SYNOPSIS
10int pci_request_selected_regions(struct pci_dev * pdev, int bars,
11const char * res_name);
12
ARGUMENTS
14pdev
15PCI device whose resources are to be reserved
1617
bars
18Bitmask of BARs to be requested
1920
res_name
21Name to be associated with resource
22
COPYRIGHT
24Kernel Hackers Manual 2.6. June 2019 PCI_REQUEST_SELECTED(9)