Lines Matching refs:IOInterruptDispatchSource
1489 IOInterruptDispatchSource::Create_Impl( in Create_Impl()
1493 IOInterruptDispatchSource ** source) in Create_Impl()
1496 IOInterruptDispatchSource * inst; in Create_Impl()
1503 inst = OSTypeAlloc(IOInterruptDispatchSource); in Create_Impl()
1528 IOInterruptDispatchSource::GetInterruptType_Impl( in GetInterruptType_Impl()
1546 IOInterruptDispatchSource::init() in init()
1557 IOInterruptDispatchSource::free() in free()
1574 IOInterruptDispatchSource::SetHandler_Impl( in SetHandler_Impl()
1593 IOInterruptDispatchSource::SetEnableWithCompletion_Impl( in SetEnableWithCompletion_Impl()
1625 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()
2172 IOInterruptDispatchSource * interrupt; in waitInterruptTrap()
2188 if (!(interrupt = OSDynamicCast(IOInterruptDispatchSource, object))) { in waitInterruptTrap()