1AIRQ_IV_FREE(9) Generic interfaces AIRQ_IV_FREE(9)
23
4
NAME
6airq_iv_free - free irq bits of an interrupt vector
7
SYNOPSIS
9void airq_iv_free(struct airq_iv * iv, unsigned long bit,
10unsigned long num);
11
ARGUMENTS
13iv
14pointer to interrupt vector structure
1516
bit
17number of the first irq bit to free
1819
num
20number of consecutive irq bits to free
21
AUTHOR
23Cornelia Huck <cornelia.huck@de.ibm.com>
24Author.
25
COPYRIGHT
27Kernel Hackers Manual 3.10 June 2019 AIRQ_IV_FREE(9)