Searched refs:runtimeId (Results 1 – 2 of 2) sorted by relevance
44 HAL_Status HAL_PM_RuntimeRequest(ePM_RUNTIME_ID runtimeId) in HAL_PM_RuntimeRequest() argument48 HAL_ASSERT(runtimeId < PM_RUNTIME_ID_END); in HAL_PM_RuntimeRequest()50 runtimeType = PM_RUNTIME_ID_TO_TYPE(runtimeId); in HAL_PM_RuntimeRequest()51 typeOffset = PM_RUNTIME_ID_TO_TYPE_OFFSET(runtimeId); in HAL_PM_RuntimeRequest()65 HAL_Status HAL_PM_RuntimeRelease(ePM_RUNTIME_ID runtimeId) in HAL_PM_RuntimeRelease() argument69 HAL_ASSERT(runtimeId < PM_RUNTIME_ID_END); in HAL_PM_RuntimeRelease()71 runtimeType = PM_RUNTIME_ID_TO_TYPE(runtimeId); in HAL_PM_RuntimeRelease()72 typeOffset = PM_RUNTIME_ID_TO_TYPE_OFFSET(runtimeId); in HAL_PM_RuntimeRelease()
151 HAL_Status HAL_PM_RuntimeRequest(ePM_RUNTIME_ID runtimeId);152 HAL_Status HAL_PM_RuntimeRelease(ePM_RUNTIME_ID runtimeId);
Completed in 10 milliseconds