Home
last modified time | relevance | path

Searched refs:newPowerSource (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOPMPowerSourceList.cpp52 IOPMPowerSourceList::addToList(IOPMPowerSource *newPowerSource) in addToList() argument
59 if (nextPowerSource == newPowerSource) { in addToList()
67 newPowerSource->nextInList = firstItem; in addToList()
68 firstItem = newPowerSource; in addToList()
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSourceList.h48 IOReturn addToList(IOPMPowerSource *newPowerSource);