Searched refs:USB_HOST_CALLBACK_DISCONNECT (Results 1 – 4 of 4) sorted by relevance
747 usb_host_enable_callback(&dev, USB_HOST_CALLBACK_DISCONNECT); in _uhd_connect()765 usb_host_disable_callback(&dev, USB_HOST_CALLBACK_DISCONNECT); in _uhd_disconnect()894 usb_host_register_callback(&dev, USB_HOST_CALLBACK_DISCONNECT, _uhd_disconnect); in uhd_enable()902 usb_host_enable_callback(&dev, USB_HOST_CALLBACK_DISCONNECT); in uhd_enable()923 usb_host_disable_callback(&dev, USB_HOST_CALLBACK_DISCONNECT); in uhd_disable()
247 if (callback_type == USB_HOST_CALLBACK_DISCONNECT) { in usb_host_enable_callback()296 if (callback_type == USB_HOST_CALLBACK_DISCONNECT) { in usb_host_disable_callback()1016 if(_usb_instances->host_enabled_callback_mask & (1 << USB_HOST_CALLBACK_DISCONNECT)) { in _usb_host_interrupt_handler()1017 (_usb_instances->host_callback[USB_HOST_CALLBACK_DISCONNECT])(_usb_instances); in _usb_host_interrupt_handler()
137 USB_HOST_CALLBACK_DISCONNECT, enumerator
Completed in 20 milliseconds