Searched refs:newPowerSource (Results 1 – 2 of 2) sorted by relevance
52 IOPMPowerSourceList::addToList(IOPMPowerSource *newPowerSource) in addToList() argument59 if (nextPowerSource == newPowerSource) { in addToList()67 newPowerSource->nextInList = firstItem; in addToList()68 firstItem = newPowerSource; in addToList()
48 IOReturn addToList(IOPMPowerSource *newPowerSource);