Lines Matching refs:IOInterruptDispatchSource
1508 IOInterruptDispatchSource::Create_Impl( in Create_Impl()
1512 IOInterruptDispatchSource ** source) in Create_Impl()
1515 IOInterruptDispatchSource * inst; in Create_Impl()
1522 inst = OSTypeAlloc(IOInterruptDispatchSource); in Create_Impl()
1547 IOInterruptDispatchSource::GetInterruptType_Impl( in GetInterruptType_Impl()
1565 IOInterruptDispatchSource::init() in init()
1576 IOInterruptDispatchSource::free() in free()
1593 IOInterruptDispatchSource::SetHandler_Impl( in SetHandler_Impl()
1612 IOInterruptDispatchSource::SetEnableWithCompletion_Impl( in SetEnableWithCompletion_Impl()
1644 IOInterruptDispatchSource::Cancel_Impl( in Cancel_Impl()
1671 IOInterruptDispatchSource::CheckForWork_Impl( in CheckForWork_Impl()
1730 IOInterruptDispatchSource::InterruptOccurred_Impl( in InterruptOccurred_Impl()
1738 IOInterruptDispatchSource::GetLastInterrupt_Impl( in GetLastInterrupt_Impl()
2180 IOInterruptDispatchSource * interrupt; in waitInterruptTrap()
2196 if (!(interrupt = OSDynamicCast(IOInterruptDispatchSource, object))) { in waitInterruptTrap()