Home
last modified time | relevance | path

Searched refs:IOPMPowerSourceList (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOPMPowerSourceList.cpp33 OSDefineMetaClassAndStructors(IOPMPowerSourceList, OSObject) in OSDefineMetaClassAndStructors() argument
40 IOPMPowerSourceList::initialize( void ) in OSDefineMetaClassAndStructors()
52 IOPMPowerSourceList::addToList(IOPMPowerSource *newPowerSource) in addToList()
80 IOPMPowerSourceList::firstInList( void ) in firstInList()
91 IOPMPowerSourceList::nextInList(IOPMPowerSource *currentItem) in nextInList()
105 IOPMPowerSourceList::numberOfItems( void ) in numberOfItems()
117 IOPMPowerSourceList::removeFromList( IOPMPowerSource * theItem ) in removeFromList()
155 IOPMPowerSourceList::free(void ) in free()
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSourceList.h33 class IOPMPowerSourceList : public OSObject
35 OSDeclareDefaultStructors(IOPMPowerSourceList);
H A DIOPMPowerSource.h175 friend class IOPMPowerSourceList; variable
/xnu-11215/iokit/conf/
H A Dfiles54 iokit/Kernel/IOPMPowerSourceList.cpp optional iokitcpp