1PCI_BLOCK_USER_CFG_A(9) Hardware Interfaces PCI_BLOCK_USER_CFG_A(9)
23
4
NAME
6pci_block_user_cfg_access - Block userspace PCI config reads/writes
7
SYNOPSIS
9void pci_block_user_cfg_access(struct pci_dev * dev);
10
ARGUMENTS
12dev
13pci device struct
14
DESCRIPTION
16When user access is blocked, any reads or writes to config space will
17sleep until access is unblocked again. We don't allow nesting of
18block/unblock calls.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. November 2011 PCI_BLOCK_USER_CFG_A(9)