Lines Matching refs:IOInterruptDispatchSource
1420 IOInterruptDispatchSource::Create_Impl( in Create_Impl()
1424 IOInterruptDispatchSource ** source) in Create_Impl()
1427 IOInterruptDispatchSource * inst; in Create_Impl()
1434 inst = OSTypeAlloc(IOInterruptDispatchSource); in Create_Impl()
1459 IOInterruptDispatchSource::GetInterruptType_Impl( in GetInterruptType_Impl()
1477 IOInterruptDispatchSource::init() in init()
1488 IOInterruptDispatchSource::free() in free()
1508 IOInterruptDispatchSource::SetHandler_Impl( in SetHandler_Impl()
1527 IOInterruptDispatchSource::SetEnableWithCompletion_Impl( in SetEnableWithCompletion_Impl()
1554 IOInterruptDispatchSource::Cancel_Impl( in Cancel_Impl()
1561 IOInterruptDispatchSource::CheckForWork_Impl( in CheckForWork_Impl()
1610 IOInterruptDispatchSource::InterruptOccurred_Impl( in InterruptOccurred_Impl()
1997 IOInterruptDispatchSource * interrupt; in waitInterruptTrap()
2012 if (!(interrupt = OSDynamicCast(IOInterruptDispatchSource, object))) { in waitInterruptTrap()