Lines Matching refs:IOPMPowerSource
37 OSDefineMetaClassAndStructors(IOPMPowerSource, IOService) in OSDefineMetaClassAndStructors() argument
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()
177 IOPMPowerSource::updateStatus(void) in updateStatus()
226 IOPMPowerSource::setPSProperty(const OSSymbol *key, OSObject *val) in setPSProperty()
258 IOPMPowerSource::setExternalConnected(bool b) in setExternalConnected()
265 IOPMPowerSource::setExternalChargeCapable(bool b) in setExternalChargeCapable()
272 IOPMPowerSource::setBatteryInstalled(bool b) in setBatteryInstalled()
279 IOPMPowerSource::setIsCharging(bool b) in setIsCharging()
286 IOPMPowerSource::setAtWarnLevel(bool b) in setAtWarnLevel()
293 IOPMPowerSource::setAtCriticalLevel(bool b) in setAtCriticalLevel()
301 IOPMPowerSource::setCurrentCapacity(unsigned int val) in setCurrentCapacity()
309 IOPMPowerSource::setMaxCapacity(unsigned int val) in setMaxCapacity()
317 IOPMPowerSource::setTimeRemaining(int val) in setTimeRemaining()
325 IOPMPowerSource::setAmperage(int val) in setAmperage()
333 IOPMPowerSource::setVoltage(unsigned int val) in setVoltage()
341 IOPMPowerSource::setCycleCount(unsigned int val) in setCycleCount()
349 IOPMPowerSource::setAdapterInfo(int val) in setAdapterInfo()
357 IOPMPowerSource::setLocation(int val) in setLocation()
365 IOPMPowerSource::setErrorCondition(OSSymbol *s) in setErrorCondition()
371 IOPMPowerSource::setManufacturer(OSSymbol *s) in setManufacturer()
377 IOPMPowerSource::setModel(OSSymbol *s) in setModel()
383 IOPMPowerSource::setSerial(OSSymbol *s) in setSerial()
389 IOPMPowerSource::setLegacyIOBatteryInfo(OSDictionary *d) in setLegacyIOBatteryInfo()
404 IOPMPowerSource::getPSProperty(const OSSymbol *symmie) in getPSProperty()
413 IOPMPowerSource::externalConnected(void) in externalConnected()
419 IOPMPowerSource::externalChargeCapable(void) in externalChargeCapable()
425 IOPMPowerSource::batteryInstalled(void) in batteryInstalled()
431 IOPMPowerSource::isCharging(void) in isCharging()
437 IOPMPowerSource::atWarnLevel(void) in atWarnLevel()
443 IOPMPowerSource::atCriticalLevel(void) in atCriticalLevel()
449 IOPMPowerSource::currentCapacity(void) in currentCapacity()
461 IOPMPowerSource::maxCapacity(void) in maxCapacity()
473 IOPMPowerSource::capacityPercentRemaining(void) in capacityPercentRemaining()
485 IOPMPowerSource::timeRemaining(void) in timeRemaining()
497 IOPMPowerSource::amperage(void) in amperage()
509 IOPMPowerSource::voltage(void) in voltage()
521 IOPMPowerSource::cycleCount(void) in cycleCount()
533 IOPMPowerSource::adapterInfo(void) in adapterInfo()
545 IOPMPowerSource::location(void) in location()
557 IOPMPowerSource::errorCondition(void) in errorCondition()
563 IOPMPowerSource::manufacturer(void) in manufacturer()
569 IOPMPowerSource::model(void) in model()
575 IOPMPowerSource::serial(void) in serial()
581 IOPMPowerSource::legacyIOBatteryInfo(void) in legacyIOBatteryInfo()