1PCI_CHECK_AND_UNMASK(9) Hardware Interfaces PCI_CHECK_AND_UNMASK(9)
23
4
NAME
6pci_check_and_unmask_intx - unmask INTx if no interrupt is pending
7
SYNOPSIS
9bool pci_check_and_unmask_intx(struct pci_dev * dev);
10
ARGUMENTS
12dev
13the PCI device to operate on
14
DESCRIPTION
16Check if the device dev has its INTx line asserted, unmask it if not
17and return true. False is returned and the mask remains active if there
18was still an interrupt pending.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 PCI_CHECK_AND_UNMASK(9)