Lines Matching refs:interrupt
58 * A driver can run code in response to an interrupt from a device, specified as an IOService
60 * the primary interrupt fired. For IOPCIDevices, only MSI interrupt sources are supported.
68 …* @brief Create an IOInterruptDispatchSource for an interrupt by index from an IOService pro…
69 … * @param provider The IOService object representing the HW device producing the interrupt.
70 …* @param index Index for the interrupt, optionally or'ed with one of the following constants:
83 …* @brief Returns the type of interrupt used for a device supplying hardware interrupts, by i…
84 … * @param provider The IOService object representing the HW device producing the interrupt.
85 * @param index Index for the interrupt.
86 * @param interruptType The interrupt type for the interrupt source will be stored here.
115 * @brief Control the enable state of the interrupt source.
117 …* @param handler Optional block to be executed after the interrupt has been disabled and any…
118 * interrupt handlers completed.
136 * @brief Get the count and time of the last interrupt received by the kernel
137 primary interrupt handler.