Lines Matching refs:IOInterruptDispatchSource
1497 IOInterruptDispatchSource::Create_Impl( in Create_Impl()
1501 IOInterruptDispatchSource ** source) in Create_Impl()
1504 IOInterruptDispatchSource * inst; in Create_Impl()
1511 inst = OSTypeAlloc(IOInterruptDispatchSource); in Create_Impl()
1536 IOInterruptDispatchSource::GetInterruptType_Impl( in GetInterruptType_Impl()
1554 IOInterruptDispatchSource::init() in init()
1565 IOInterruptDispatchSource::free() in free()
1585 IOInterruptDispatchSource::SetHandler_Impl( in SetHandler_Impl()
1604 IOInterruptDispatchSource::SetEnableWithCompletion_Impl( in SetEnableWithCompletion_Impl()
1631 IOInterruptDispatchSource::Cancel_Impl( in Cancel_Impl()
1648 IOInterruptDispatchSource::CheckForWork_Impl( in CheckForWork_Impl()
1707 IOInterruptDispatchSource::InterruptOccurred_Impl( in InterruptOccurred_Impl()
1715 IOInterruptDispatchSource::GetLastInterrupt_Impl( in GetLastInterrupt_Impl()
2130 IOInterruptDispatchSource * interrupt; in waitInterruptTrap()
2146 if (!(interrupt = OSDynamicCast(IOInterruptDispatchSource, object))) { in waitInterruptTrap()