Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_usb/
Dmss_usb_host.c153 static mss_usbh_user_cb_t* g_user_cb; variable
232 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()