Lines Matching full:interrupt
9 interrupt type
50 Pointer to an array of DDI interrupt handles
59 Interrupt type
68 Interrupt number
109 DDI interrupt handle
115 The \fBddi_intr_alloc()\fR function allocates interrupts of the interrupt type
116 given by the \fItype\fR argument beginning at the interrupt number \fIinum\fR.
119 argument and returns the number of interrupt handles in the interrupt handle
123 Specific interrupts are always specified by the combination of interrupt
125 interrupt, typically as defined by the devices \fBinterrupts\fR property. For
126 PCI fixed interrupts, \fIinum\fR refers to the interrupt number. The \fIinum\fR
127 is the relative interrupt vector number, from \fB0\fR to \fB31\fR for MSI, from
128 \fB0\fR to \fB2047\fR for MSI-X. The first interrupt vector is \fB0\fR. The
142 The behavior flag controls the interrupt allocation algorithm. It takes one of
149 at least one interrupt is allocated, and the number of allocated interrupts is
153 The handle for each allocated interrupt, if any, is returned in the array of
157 The \fBddi_intr_free()\fR function releases the system resources and interrupt
184 Not enough interrupt resources.
202 On failure to find the interrupt.
218 from kernel non-interrupt context.
257 interrupt usage settings that have been applied.