Searched refs:IOPMPowerSource (Results 1 – 6 of 6) sorted by relevance
46 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 …]
52 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()
31 class IOPMPowerSource; variable38 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);
171 class IOPMPowerSource : public IOService173 OSDeclareDefaultStructors(IOPMPowerSource);212 IOPMPowerSource *nextInList;220 static IOPMPowerSource *powerSource(void);
53 iokit/Kernel/IOPMPowerSource.cpp optional iokitcpp
145 IOPMPowerSource.cpo_CXXWARNFLAGS_ADD += -Wno-sign-conversion