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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pci/
H A DIOPCIDevice.h32 #warning IOPCIDevice.h moved to IOPCIFamily project
33 #warning IOPCIDevice.h will be removed from xnu; do not edit or add new usage
67 class IOPCIDevice : public IOService class in inherits:IOService
69 OSDeclareDefaultStructors(IOPCIDevice)
143 OSMetaClassDeclareReservedUnused(IOPCIDevice, 0);
144 OSMetaClassDeclareReservedUnused(IOPCIDevice, 1);
145 OSMetaClassDeclareReservedUnused(IOPCIDevice, 2);
146 OSMetaClassDeclareReservedUnused(IOPCIDevice, 3);
147 OSMetaClassDeclareReservedUnused(IOPCIDevice, 4);
148 OSMetaClassDeclareReservedUnused(IOPCIDevice,
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp46 #include <IOKit/pci/IOPCIDevice.h>
68 IOPCIDevice *pciNub = (IOPCIDevice *)provider;
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleMacRiscPCI.h197 virtual IOReturn setDevicePowerState( IOPCIDevice * device,
268 virtual IOPCIDevice * createNub( OSDictionary * from );
270 virtual IOReturn saveDeviceState( IOPCIDevice * device,
272 virtual IOReturn restoreDeviceState( IOPCIDevice * device,
H A DAppleMacRiscPCI.cpp1065 IOReturn AppleMacRiscPCIE::setDevicePowerState( IOPCIDevice * device, unsigned long whatToDo )
1173 IOPCIDevice * AppleMacRiscAGP::createNub( OSDictionary * from )
1175 IOPCIDevice * nub;
1753 IOReturn AppleMacRiscAGP::saveDeviceState( IOPCIDevice * device,
1780 IOReturn AppleMacRiscAGP::restoreDeviceState( IOPCIDevice * device,

Completed in 88 milliseconds