1PCI_CHECK_AND_MASK_I(9) Hardware Interfaces PCI_CHECK_AND_MASK_I(9)
23
4
NAME
6pci_check_and_mask_intx - mask INTx on pending interrupt
7
SYNOPSIS
9bool pci_check_and_mask_intx(struct pci_dev * dev);
10
ARGUMENTS
12dev
13-- undescribed --
14
DESCRIPTION
16Check if the device dev has its INTx line asserted, mask it and return
17true in that case. False is returned if not interrupt was pending.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 PCI_CHECK_AND_MASK_I(9)