Searched refs:devinfo_notify_timer (Results 1 – 1 of 1) sorted by relevance
29 static void *devinfo_notify_timer = NULL; variable703 if (devinfo_notify_timer == NULL) { in __awss_devinfo_notify()704 devinfo_notify_timer = HAL_Timer_Create( in __awss_devinfo_notify()707 HAL_Timer_Stop(devinfo_notify_timer); in __awss_devinfo_notify()708 HAL_Timer_Start(devinfo_notify_timer, devinfo_interval); in __awss_devinfo_notify()720 if (devinfo_notify_timer) { in __awss_devinfo_notify()721 awss_stop_timer(devinfo_notify_timer); in __awss_devinfo_notify()722 devinfo_notify_timer = NULL; in __awss_devinfo_notify()749 if (devinfo_notify_timer == NULL) { in awss_devinfo_notify_stop()753 awss_stop_timer(devinfo_notify_timer); in awss_devinfo_notify_stop()[all …]
Completed in 4 milliseconds