Searched refs:IOPlatformDevice (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOPlatformExpert.h305 class IOPlatformDevice : public IOService class in inherits:IOService
307 OSDeclareDefaultStructors(IOPlatformDevice)
317 OSMetaClassDeclareReservedUnused(IOPlatformDevice, 0);
318 OSMetaClassDeclareReservedUnused(IOPlatformDevice, 1);
319 OSMetaClassDeclareReservedUnused(IOPlatformDevice, 2);
320 OSMetaClassDeclareReservedUnused(IOPlatformDevice, 3);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp177 nub = new IOPlatformDevice;
1096 nub = new IOPlatformDevice;
1460 OSDefineMetaClassAndStructors(IOPlatformDevice, IOService)
1462 OSMetaClassDefineReservedUnused(IOPlatformDevice, 0);
1463 OSMetaClassDefineReservedUnused(IOPlatformDevice, 1);
1464 OSMetaClassDefineReservedUnused(IOPlatformDevice, 2);
1465 OSMetaClassDefineReservedUnused(IOPlatformDevice, 3);
1469 bool IOPlatformDevice::compareName( OSString * name,
1476 IOService * IOPlatformDevice::matchLocation( IOService * /* client */ )
1481 IOReturn IOPlatformDevice
[all...]
H A DIOInterruptController.cpp85 if (OSDynamicCast(IOPlatformDevice, getProvider()) &&
H A DIOPMrootDomain.cpp4360 if (OSDynamicCast(IOPlatformDevice, provider) &&

Completed in 103 milliseconds