1PCI_INTX(9) Hardware Interfaces PCI_INTX(9)
23
4
NAME
6pci_intx - enables/disables PCI INTx for device dev
7
SYNOPSIS
9void pci_intx(struct pci_dev * pdev, int enable);
10
ARGUMENTS
12pdev
13the PCI device to operate on
1415
enable
16boolean: whether to enable or disable PCI INTx
17
DESCRIPTION
19Enables/disables PCI INTx for device dev
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 PCI_INTX(9)