Home
last modified time | relevance | path

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

/xnu-10002.61.3/iokit/Kernel/
H A DIOServicePM.cpp1689 uint32_t controllingDriverRegistryEntryID = 0; in handleAcknowledgeSetPowerState() local
1725 controllingDriverRegistryEntryID = (uint32_t)fControllingDriver->getRegistryEntryID(); in handleAcknowledgeSetPowerState()
1731 PACK_2X32(VALUE(this->getRegistryEntryID()), VALUE(controllingDriverRegistryEntryID)), in handleAcknowledgeSetPowerState()
4194 uint32_t controllingDriverRegistryEntryID = 0; in driverSetPowerState() local
4204 controllingDriverRegistryEntryID = (uint32_t)fControllingDriver->getRegistryEntryID(); in driverSetPowerState()
4211 PACK_2X32(VALUE(this->getRegistryEntryID()), VALUE(controllingDriverRegistryEntryID)), in driverSetPowerState()
4227 PACK_2X32(VALUE(this->getRegistryEntryID()), VALUE(controllingDriverRegistryEntryID)), in driverSetPowerState()