Lines Matching refs:IOInterruptDispatchSource
1501 IOInterruptDispatchSource::Create_Impl( in Create_Impl()
1505 IOInterruptDispatchSource ** source) in Create_Impl()
1508 IOInterruptDispatchSource * inst; in Create_Impl()
1515 inst = OSTypeAlloc(IOInterruptDispatchSource); in Create_Impl()
1540 IOInterruptDispatchSource::GetInterruptType_Impl( in GetInterruptType_Impl()
1558 IOInterruptDispatchSource::init() in init()
1569 IOInterruptDispatchSource::free() in free()
1589 IOInterruptDispatchSource::SetHandler_Impl( in SetHandler_Impl()
1608 IOInterruptDispatchSource::SetEnableWithCompletion_Impl( in SetEnableWithCompletion_Impl()
1635 IOInterruptDispatchSource::Cancel_Impl( in Cancel_Impl()
1652 IOInterruptDispatchSource::CheckForWork_Impl( in CheckForWork_Impl()
1711 IOInterruptDispatchSource::InterruptOccurred_Impl( in InterruptOccurred_Impl()
1719 IOInterruptDispatchSource::GetLastInterrupt_Impl( in GetLastInterrupt_Impl()
2157 IOInterruptDispatchSource * interrupt; in waitInterruptTrap()
2173 if (!(interrupt = OSDynamicCast(IOInterruptDispatchSource, object))) { in waitInterruptTrap()