Lines Matching refs:IOInterruptDispatchSource
1498 IOInterruptDispatchSource::Create_Impl( in Create_Impl()
1502 IOInterruptDispatchSource ** source) in Create_Impl()
1505 IOInterruptDispatchSource * inst; in Create_Impl()
1512 inst = OSTypeAlloc(IOInterruptDispatchSource); in Create_Impl()
1537 IOInterruptDispatchSource::GetInterruptType_Impl( in GetInterruptType_Impl()
1555 IOInterruptDispatchSource::init() in init()
1566 IOInterruptDispatchSource::free() in free()
1586 IOInterruptDispatchSource::SetHandler_Impl( in SetHandler_Impl()
1605 IOInterruptDispatchSource::SetEnableWithCompletion_Impl( in SetEnableWithCompletion_Impl()
1632 IOInterruptDispatchSource::Cancel_Impl( in Cancel_Impl()
1649 IOInterruptDispatchSource::CheckForWork_Impl( in CheckForWork_Impl()
1708 IOInterruptDispatchSource::InterruptOccurred_Impl( in InterruptOccurred_Impl()
1716 IOInterruptDispatchSource::GetLastInterrupt_Impl( in GetLastInterrupt_Impl()
2154 IOInterruptDispatchSource * interrupt; in waitInterruptTrap()
2170 if (!(interrupt = OSDynamicCast(IOInterruptDispatchSource, object))) { in waitInterruptTrap()