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

/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMIO.h18 #define ARMIODevice AppleARMIODevice
21 class AppleARMIODevice:public IOService { class in inherits:IOService
22 OSDeclareDefaultStructors(AppleARMIODevice);
34 OSMetaClassDeclareReservedUnused(AppleARMIODevice, 0);
35 OSMetaClassDeclareReservedUnused(AppleARMIODevice, 1);
36 OSMetaClassDeclareReservedUnused(AppleARMIODevice, 2);
37 OSMetaClassDeclareReservedUnused(AppleARMIODevice, 3);
H A DAppleARMIO.cpp124 OSDefineMetaClassAndStructors(AppleARMIODevice, IOService);
125 OSMetaClassDefineReservedUnused(AppleARMIODevice, 0);
126 OSMetaClassDefineReservedUnused(AppleARMIODevice, 1);
127 OSMetaClassDefineReservedUnused(AppleARMIODevice, 2);
128 OSMetaClassDefineReservedUnused(AppleARMIODevice, 3);
132 bool AppleARMIODevice::compareName(OSString * name, OSString ** matched) const const
137 IOService *AppleARMIODevice::matchLocation(IOService * /* client */ )
142 IOReturn AppleARMIODevice::getResources(void)

Completed in 10 milliseconds