Lines Matching refs:param
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:
72 * @param queue Target queue to run the handler block.
73 * @param source Created source with +1 retain count to be released by the caller.
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.
106 …* @param action OSAction instance specifying the callback method. The OSAction object will b…
116 * @param enable Pass true to enable the source or false to disable.
117 …* @param handler Optional block to be executed after the interrupt has been disabled and any…
129 * @param handler Handler block to be invoked after any callbacks have completed.
138 * @param count Interrupt count.
139 * @param time Interrupt time.