Lines Matching full:interrupts
8 ddi_intr_get_nintrs, ddi_intr_get_navail \- return number of interrupts
53 Pointer to number of interrupts of the given type that are supported by the
84 Pointer to number of interrupts of the given type that are currently available
89 The \fBddi_intr_get_nintrs()\fR function returns the number of interrupts of
91 return, the number of supported interrupts is returned as an integer pointed to
95 If the hardware device is not found to support any interrupts of the given
100 The \fBddi_intr_get_navail()\fR function returns the number of interrupts of a
102 successful return, the number of available interrupts is returned as an integer
107 all interrupts be allocated. The host software can then use policy-based
108 decisions to determine how many interrupts are made available to the device.
110 interrupts with the \fBddi_intr_alloc()\fR function.
143 On not finding any interrupts for the given interrupt type.
186 On x86 platforms, the number of interrupts returned by the
188 number of interrupts available for each interrupt priority on the system. In
189 that case, drivers should use different priorities for some of the interrupts.