Searched refs:USB_HOST_CALLBACK_CONNECT (Results 1 – 4 of 4) sorted by relevance
745 usb_host_disable_callback(&dev, USB_HOST_CALLBACK_CONNECT); in _uhd_connect()774 usb_host_enable_callback(&dev, USB_HOST_CALLBACK_CONNECT); in _uhd_disconnect()893 usb_host_register_callback(&dev, USB_HOST_CALLBACK_CONNECT, _uhd_connect); in uhd_enable()901 usb_host_enable_callback(&dev, USB_HOST_CALLBACK_CONNECT); in uhd_enable()922 usb_host_disable_callback(&dev, USB_HOST_CALLBACK_CONNECT); in uhd_disable()
244 if (callback_type == USB_HOST_CALLBACK_CONNECT) { in usb_host_enable_callback()293 if (callback_type == USB_HOST_CALLBACK_CONNECT) { in usb_host_disable_callback()1005 if(_usb_instances->host_enabled_callback_mask & (1 << USB_HOST_CALLBACK_CONNECT)) { in _usb_host_interrupt_handler()1006 (_usb_instances->host_callback[USB_HOST_CALLBACK_CONNECT])(_usb_instances); in _usb_host_interrupt_handler()
136 USB_HOST_CALLBACK_CONNECT, enumerator
Completed in 33 milliseconds