Home
last modified time | relevance | path

Searched refs:IOPMPowerSource (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOPMPowerSource.cpp46 IOPMPowerSource *IOPMPowerSource::powerSource(void) in OSDefineMetaClassAndStructors()
48 IOPMPowerSource *ps = new IOPMPowerSource; in OSDefineMetaClassAndStructors()
62 IOPMPowerSource::init(void) in init()
104 IOPMPowerSource::free(void) in free()
431 IOPMPowerSource::isCharging(void) in isCharging()
497 IOPMPowerSource::amperage(void) in amperage()
509 IOPMPowerSource::voltage(void) in voltage()
521 IOPMPowerSource::cycleCount(void) in cycleCount()
545 IOPMPowerSource::location(void) in location()
569 IOPMPowerSource::model(void) in model()
[all …]
H A DIOPMPowerSourceList.cpp52 IOPMPowerSourceList::addToList(IOPMPowerSource *newPowerSource) in addToList()
54 IOPMPowerSource * nextPowerSource; in addToList()
79 IOPMPowerSource *
90 IOPMPowerSource *
91 IOPMPowerSourceList::nextInList(IOPMPowerSource *currentItem) in nextInList()
117 IOPMPowerSourceList::removeFromList( IOPMPowerSource * theItem ) in removeFromList()
119 IOPMPowerSource * item = firstItem; in removeFromList()
120 IOPMPowerSource * temp; in removeFromList()
157 IOPMPowerSource * next = firstItem; in free()
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSourceList.h31 class IOPMPowerSource; variable
38 IOPMPowerSource *firstItem;
48 IOReturn addToList(IOPMPowerSource *newPowerSource);
49 IOReturn removeFromList(IOPMPowerSource *theItem);
51 LIBKERN_RETURNS_NOT_RETAINED IOPMPowerSource *firstInList(void);
52 LIBKERN_RETURNS_NOT_RETAINED IOPMPowerSource *nextInList(IOPMPowerSource *currentItem);
H A DIOPMPowerSource.h171 class IOPMPowerSource : public IOService
173 OSDeclareDefaultStructors(IOPMPowerSource);
212 IOPMPowerSource *nextInList;
220 static IOPMPowerSource *powerSource(void);
/xnu-11215/iokit/conf/
H A Dfiles53 iokit/Kernel/IOPMPowerSource.cpp optional iokitcpp
H A DMakefile.template145 IOPMPowerSource.cpo_CXXWARNFLAGS_ADD += -Wno-sign-conversion