Lines Matching full:interrupt
8 ddi_intr_hilevel \- indicate interrupt handler type
24 interrupt interfaces referenced in \fBIntro\fR(9F). Refer to \fIWriting Device
42 Interrupt number.
49 interrupt is a "high level" interrupt.
57 In addition, high level interrupt handlers must take care to do a minimum of
61 A typical high level interrupt handler would put data into a circular buffer
62 and schedule a soft interrupt by calling \fBddi_trigger_softintr()\fR. The
64 initialized for the interrupt handler.
68 \fBddi_add_intr()\fR to decide which type of interrupt handler should be used.
81 indicates a high-level interrupt.
87 These functions can be called from useruser, interrupt, or kernel context.