1PCI_CFG_ACCESS_TRYLO(9)       Hardware Interfaces      PCI_CFG_ACCESS_TRYLO(9)
2
3
4

NAME

6       pci_cfg_access_trylock - try to lock PCI config reads/writes
7

SYNOPSIS

9       bool pci_cfg_access_trylock(struct pci_dev * dev);
10

ARGUMENTS

12       dev
13           pci device struct
14

DESCRIPTION

16       Same as pci_cfg_access_lock, but will return 0 if access is already
17       locked, 1 otherwise. This function can be used from atomic contexts.
18
20Kernel Hackers Manual 3.10         June 2019           PCI_CFG_ACCESS_TRYLO(9)
Impressum