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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSourceList.h31 class IOPMPowerSource;
38 IOPMPowerSource *firstItem;
48 IOReturn addToList(IOPMPowerSource *newPowerSource);
49 IOReturn removeFromList(IOPMPowerSource *theItem);
51 IOPMPowerSource *firstInList(void);
52 IOPMPowerSource *nextInList(IOPMPowerSource *currentItem);
H A DIOPMPowerSource.h43 /* class IOPMPowerSource
46 * report-type keys are required for calls to IOPMPowerSource::setReportables(),
51 * 1. Subclass IOPMPowerSource
168 class IOPMPowerSource : public IOService class in inherits:IOService
170 OSDeclareDefaultStructors(IOPMPowerSource)
209 IOPMPowerSource *nextInList;
214 @abstract Creates a new IOPMPowerSource nub. Must be attached to IORegistry,
217 static IOPMPowerSource *powerSource(void);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMPowerSourceList.cpp30 #include <IOKit/pwr_mgt/IOPMPowerSource.h>
50 IOReturn IOPMPowerSourceList::addToList(IOPMPowerSource *newPowerSource)
52 IOPMPowerSource * nextPowerSource;
79 IOPMPowerSource * IOPMPowerSourceList::firstInList ( void )
89 IOPMPowerSource * IOPMPowerSourceList::nextInList(IOPMPowerSource *currentItem)
113 IOReturn IOPMPowerSourceList::removeFromList ( IOPMPowerSource * theItem )
115 IOPMPowerSource * item = firstItem;
116 IOPMPowerSource * temp;
150 IOPMPowerSource * nex
[all...]
H A DIOPMPowerSource.cpp29 #include <IOKit/pwr_mgt/IOPMPowerSource.h>
36 OSDefineMetaClassAndStructors(IOPMPowerSource, IOService)
41 // Static initializer for IOPMPowerSource. Returns a new instance of the class
45 IOPMPowerSource *IOPMPowerSource::powerSource(void)
47 IOPMPowerSource *ps = new IOPMPowerSource;
60 bool IOPMPowerSource::init (void)
99 void IOPMPowerSource::free(void)
129 void IOPMPowerSource
[all...]

Completed in 13 milliseconds