Home
last modified time | relevance | path

Searched refs:IODTGetInterruptOptions (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/iokit/IOKit/
H A DIODeviceTreeSupport.h132 IOReturn IODTGetInterruptOptions( IORegistryEntry * regEntry, int source, IOOptionBits * options );
/xnu-8019.80.24/iokit/Kernel/
H A DIOInterruptController.cpp84 IODTGetInterruptOptions(nub, source, &options); in registerInterrupt()
H A DIODeviceTreeSupport.cpp270 IOReturn ret = IODTGetInterruptOptions( child, i, &options ); in IODeviceTreeAlloc()
717 IODTGetInterruptOptions( IORegistryEntry * regEntry, int source, IOOptionBits * options ) in IODTGetInterruptOptions() function