Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIOServicePM.cpp1717 uint32_t controllingDriverRegistryEntryID = 0; in handleAcknowledgeSetPowerState() local
1753 controllingDriverRegistryEntryID = (uint32_t)fControllingDriver->getRegistryEntryID(); in handleAcknowledgeSetPowerState()
1760 PACK_2X32(VALUE(this->getRegistryEntryID()), VALUE(controllingDriverRegistryEntryID)), in handleAcknowledgeSetPowerState()
4264 uint32_t controllingDriverRegistryEntryID = 0; in driverSetPowerState() local
4274 controllingDriverRegistryEntryID = (uint32_t)fControllingDriver->getRegistryEntryID(); in driverSetPowerState()
4281 PACK_2X32(VALUE(this->getRegistryEntryID()), VALUE(controllingDriverRegistryEntryID)), in driverSetPowerState()
4297 PACK_2X32(VALUE(this->getRegistryEntryID()), VALUE(controllingDriverRegistryEntryID)), in driverSetPowerState()