Searched refs:Filter (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOFilterInterruptEventSource.h58 @typedef Filter
63 typedef bool (*Filter)(OSObject *, IOFilterInterruptEventSource *); typedef in class:IOFilterInterruptEventSource
66 @discussion Backward compatibilty define for the old non-class scoped type definition. See $link IOFilterInterruptSource::Filter */
67 #define IOFilterInterruptAction IOFilterInterruptEventSource::Filter
83 /*! @var filterAction Filter callout */
84 Filter filterAction;
107 Filter filter,
122 Filter filter,
129 @discussion Cause the work loop to schedule the interrupt action even if the filter routine returns 'false'. Note well the interrupting condition MUST be cleared from the hardware otherwise an infinite process interrupt loop will occur. Use this function when SoftDMA is desired. See $link IOFilterInterruptSource::Filter */
135 virtual Filter getFilterActio
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOFilterInterruptEventSource.cpp90 Filter inFilterAction,
110 Filter inFilterAction,
143 IOFilterInterruptEventSource::Filter

Completed in 15 milliseconds