Searched refs:g_user_cb (Results 1 – 1 of 1) sorted by relevance
153 static mss_usbh_user_cb_t* g_user_cb; variable232 g_user_cb = app_cb; in MSS_USBH_init()982 if (0 != g_user_cb->usbh_tdev_attached) in mss_usbh_fsm()984 g_user_cb->usbh_tdev_attached(g_tdev[tdev_idx].speed); in mss_usbh_fsm()1024 if (0 != g_user_cb->usbh_tdev_class_driver_assigned) in mss_usbh_fsm()1026 g_user_cb->usbh_tdev_class_driver_assigned(); in mss_usbh_fsm()1036 if (0 != g_user_cb->usbh_tdev_not_supported) in mss_usbh_fsm()1038 g_user_cb->usbh_tdev_not_supported(g_tdev_error_code); in mss_usbh_fsm()2236 if (0 != g_user_cb->usbh_tdev_dettached) in mss_usbh_handle_discon_event()2238 g_user_cb->usbh_tdev_dettached(); in mss_usbh_handle_discon_event()