Home
last modified time | relevance | path

Searched refs:IOInterruptDispatchSource (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/iokit/DriverKit/
H A DIOInterruptDispatchSource.iig52 * @class IOInterruptDispatchSource
55 * IOInterruptDispatchSource delivers interrupts to a handler block on a dispatch queue.
63 class NATIVE KERNEL IOInterruptDispatchSource : public IODispatchSource
68 …* @brief Create an IOInterruptDispatchSource for an interrupt by index from an IOService pro…
80 IOInterruptDispatchSource ** source) LOCAL;
/xnu-12377.81.4/iokit/Kernel/
H A DIOUserServer.cpp1489 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()
[all …]
/xnu-12377.81.4/iokit/conf/
H A Dfiles23 ./DriverKit/IOInterruptDispatchSource.iig.cpp optional iokitcpp
/xnu-12377.81.4/iokit/IOKit/
H A DIOUserServer.h114 class IOInterruptDispatchSource; variable