Searched refs:pm_handle_t (Results 1 – 3 of 3) sorted by relevance
327 } pm_handle_t; typedef351 void PM_CreateHandle(pm_handle_t *handle);394 void PM_RegisterTimerController(pm_handle_t *handle,415 void PM_RegisterCriticalRegionController(pm_handle_t *handle,
26 AT_ALWAYS_ON_DATA(static pm_handle_t *s_pmHandle);225 void PM_CreateHandle(pm_handle_t *handle) in PM_CreateHandle()418 void PM_RegisterTimerController(pm_handle_t *handle, in PM_RegisterTimerController()442 void PM_RegisterCriticalRegionController(pm_handle_t *handle, in PM_RegisterCriticalRegionController()
252 **void PM_CreateHandle (pm_handle_t * handle)** 257 *Parameter:* handle : Pointer to the pm_handle_t structure, upper layer software should pre-allocat…283 **void PM_RegisterTimerController (pm_handle_t * handle, pm_low_power_timer_start_func_t timerSta…288 handle : Pointer to the pm_handle_t structure. 301 **void PM_RegisterCriticalRegionController (pm_handle_t * handle, pm_enter_critical criticalEntry…307 handle : Pointer to the pm_handle_t structure.