Searched refs:IOInterruptDispatchSource (Results 1 – 4 of 4) sorted by relevance
52 * @class IOInterruptDispatchSource55 * IOInterruptDispatchSource delivers interrupts to a handler block on a dispatch queue.63 class NATIVE KERNEL IOInterruptDispatchSource : public IODispatchSource68 …* @brief Create an IOInterruptDispatchSource for an interrupt by index from an IOService pro…80 IOInterruptDispatchSource ** source) LOCAL;
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()[all …]
22 ./DriverKit/IOInterruptDispatchSource.iig.cpp optional iokitcpp
113 class IOInterruptDispatchSource; variable