Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/hal/pwrmgmt_hal/
A Dboard_cpu_pwr.c212 u32 nDeviceIdOffset = 0; in pmu_exec_wakeup_hook_funs() local
214 for( nDeviceIdOffset = 0; nDeviceIdOffset < nDeviceIdMax; nDeviceIdOffset++) { in pmu_exec_wakeup_hook_funs()
215 pPsmDdHookInfo = &gPsmDdHookInfo[nDeviceIdOffset]; in pmu_exec_wakeup_hook_funs()
227 u32 nDeviceIdOffset = 0; in pmu_exec_sleep_hook_funs() local
230 for( nDeviceIdOffset = 0; nDeviceIdOffset < PMU_MAX; nDeviceIdOffset++) { in pmu_exec_sleep_hook_funs()
231 pPsmDdHookInfo = &gPsmDdHookInfo[nDeviceIdOffset]; in pmu_exec_sleep_hook_funs()
243 return nDeviceIdOffset; in pmu_exec_sleep_hook_funs()

Completed in 2 milliseconds