Lines Matching refs:IOInterruptDispatchSource
1467 IOInterruptDispatchSource::Create_Impl( in Create_Impl()
1471 IOInterruptDispatchSource ** source) in Create_Impl()
1474 IOInterruptDispatchSource * inst; in Create_Impl()
1481 inst = OSTypeAlloc(IOInterruptDispatchSource); in Create_Impl()
1506 IOInterruptDispatchSource::GetInterruptType_Impl( in GetInterruptType_Impl()
1524 IOInterruptDispatchSource::init() in init()
1535 IOInterruptDispatchSource::free() in free()
1555 IOInterruptDispatchSource::SetHandler_Impl( in SetHandler_Impl()
1574 IOInterruptDispatchSource::SetEnableWithCompletion_Impl( in SetEnableWithCompletion_Impl()
1601 IOInterruptDispatchSource::Cancel_Impl( in Cancel_Impl()
1618 IOInterruptDispatchSource::CheckForWork_Impl( in CheckForWork_Impl()
1677 IOInterruptDispatchSource::InterruptOccurred_Impl( in InterruptOccurred_Impl()
1685 IOInterruptDispatchSource::GetLastInterrupt_Impl( in GetLastInterrupt_Impl()
2100 IOInterruptDispatchSource * interrupt; in waitInterruptTrap()
2116 if (!(interrupt = OSDynamicCast(IOInterruptDispatchSource, object))) { in waitInterruptTrap()