Searched refs:AppleARMIOBus (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMIO.cpp18 OSDefineMetaClassAndAbstractStructors(AppleARMIOBus, IOService);
19 OSMetaClassDefineReservedUnused(AppleARMIOBus, 0);
20 OSMetaClassDefineReservedUnused(AppleARMIOBus, 1);
21 OSMetaClassDefineReservedUnused(AppleARMIOBus, 2);
22 OSMetaClassDefineReservedUnused(AppleARMIOBus, 3);
28 bool AppleARMIOBus::start(IOService * provider)
43 IOService *AppleARMIOBus::createNub(IORegistryEntry * from)
57 void AppleARMIOBus::processNub(IOService * /*nub */ )
61 const char *AppleARMIOBus::deleteList(void)
66 const char *AppleARMIOBus
[all...]
H A DAppleARMIO.h19 #define ARMIO AppleARMIOBus
40 class AppleARMIOBus:public IOService { class in inherits:IOService
41 OSDeclareAbstractStructors(AppleARMIOBus);
66 OSMetaClassDeclareReservedUnused(AppleARMIOBus, 0);
67 OSMetaClassDeclareReservedUnused(AppleARMIOBus, 1);
68 OSMetaClassDeclareReservedUnused(AppleARMIOBus, 2);
69 OSMetaClassDeclareReservedUnused(AppleARMIOBus, 3);

Completed in 8 milliseconds