Searched refs:intIndex (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterruptEventSource.cpp87 intIndex = ~inIntIndex;
93 intIndex = inIntIndex;
144 if (provider && intIndex >= 0)
145 provider->unregisterInterrupt(intIndex);
152 if (provider && intIndex >= 0) {
153 provider->enableInterrupt(intIndex);
161 if (provider && intIndex >= 0) {
162 provider->disableInterrupt(intIndex);
174 if (intIndex >= 0) {
175 provider->unregisterInterrupt(intIndex);
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOInterruptEventSource.h79 /*! @var intIndex */
80 int intIndex; member in class:IOInterruptEventSource
126 @param intIndex The index of the interrupt within the provider's interrupt sources. Defaults to 0, i.e. the first interrupt in the provider.
132 int intIndex = 0);
139 @param intIndex The index of the interrupt within the provider's interrupt sources. Defaults to 0, i.e. the first interrupt in the provider.
145 int intIndex = 0);
166 @abstract Get'ter for $link intIndex interrupt index variable.
167 @result value of intIndex. */
H A DIOFilterInterruptEventSource.h102 @param intIndex Defaults to 0.
109 int intIndex = 0);
117 @param intIndex Interrupt source within provider. Defaults to 0.
124 int intIndex = 0);

Completed in 13 milliseconds