Home
last modified time | relevance | path

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

/bsp/rockchip/common/rk_hal/lib/hal/src/pm/
A Dhal_pm_cpu.c44 HAL_Status HAL_PM_RuntimeRequest(ePM_RUNTIME_ID runtimeId) in HAL_PM_RuntimeRequest() argument
48 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() argument
69 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()
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_pm.h151 HAL_Status HAL_PM_RuntimeRequest(ePM_RUNTIME_ID runtimeId);
152 HAL_Status HAL_PM_RuntimeRelease(ePM_RUNTIME_ID runtimeId);

Completed in 10 milliseconds