Searched refs:USB_HOST_CALLBACK_UPRSM (Results 1 – 4 of 4) sorted by relevance
570 usb_host_enable_callback(&dev, USB_HOST_CALLBACK_UPRSM); in _uhd_sof_interrupt()665 usb_host_disable_callback(&dev, USB_HOST_CALLBACK_UPRSM); in _uhd_wakeup()681 usb_host_disable_callback(&dev, USB_HOST_CALLBACK_UPRSM); in _uhd_downstream_resume()719 usb_host_disable_callback(&dev, USB_HOST_CALLBACK_UPRSM); in _uhd_upstream_resume()891 usb_host_register_callback(&dev, USB_HOST_CALLBACK_UPRSM, _uhd_upstream_resume); in uhd_enable()1111 usb_host_enable_callback(&dev, USB_HOST_CALLBACK_UPRSM); in _uhd_ep0_transfer_complete()
238 if (callback_type == USB_HOST_CALLBACK_UPRSM) { in usb_host_enable_callback()287 if (callback_type == USB_HOST_CALLBACK_UPRSM) { in usb_host_disable_callback()965 if(_usb_instances->host_enabled_callback_mask & (1 << USB_HOST_CALLBACK_UPRSM)) { in _usb_host_interrupt_handler()966 (_usb_instances->host_callback[USB_HOST_CALLBACK_UPRSM])(_usb_instances); in _usb_host_interrupt_handler()
134 USB_HOST_CALLBACK_UPRSM, enumerator
Completed in 27 milliseconds