Searched refs:rt_pm (Results 1 – 2 of 2) sorted by relevance
122 struct rt_pm;129 void (*sleep)(struct rt_pm *pm, rt_uint8_t mode);130 void (*run)(struct rt_pm *pm, rt_uint8_t mode);131 void (*timer_start)(struct rt_pm *pm, rt_uint32_t timeout);132 void (*timer_stop)(struct rt_pm *pm);133 rt_tick_t (*timer_get_tick)(struct rt_pm *pm);161 struct rt_pm struct219 struct rt_pm *rt_pm_get_handle(void);
57 static struct rt_pm _pm;247 struct rt_pm *pm; in rt_pm_module_delay_sleep()268 struct rt_pm *pm; in _pm_device_check_idle()491 struct rt_pm *pm; in rt_pm_request()522 struct rt_pm *pm; in rt_pm_release()553 struct rt_pm *pm; in rt_pm_release_all()583 struct rt_pm *pm; in rt_pm_module_request()621 struct rt_pm *pm; in rt_pm_module_release()660 struct rt_pm *pm; in rt_pm_module_release_all()874 struct rt_pm *pm; in _rt_pm_device_read()[all …]
Completed in 6 milliseconds