Lines Matching refs:be
10 * may not be used to create, or enable the creation or redistribution of,
71 …urceContinuousTime time values sent to the InterruptOccurred() method will be in mach_continuous_t…
73 * @param source Created source with +1 retain count to be released by the caller.
86 * @param interruptType The interrupt type for the interrupt source will be stored here.
87 * kIOInterruptTypeEdge will be returned for edge-trigggered sources.
88 * kIOInterruptTypeLevel will be returned for level-trigggered sources.
89 …* Other flags may be returned depending on the provider, for example PCI flags for me…
106 … action OSAction instance specifying the callback method. The OSAction object will be retained
117 …* @param handler Optional block to be executed after the interrupt has been disabled and any…
128 * @discussion After cancellation, the source can only be freed. It cannot be reactivated.
129 * @param handler Handler block to be invoked after any callbacks have completed.