Lines Matching full:storage
47 /* get storage instance from the interface instance */ in _pipe_check()
73 RT_DEBUG_LOG(RT_DEBUG_USB, ("clean storage in pipe stall\n")); in _pipe_check()
112 /* get storage instance from the interface instance */ in rt_usb_bulk_only_xfer()
515 * This function will run mass storage class driver when usb device is detected
516 * and identified as a mass storage class device, it will continue to do the enumulate
564 /* the endpoint type of mass storage class should be BULK */ in rt_usbh_storage_enable()
571 /* alloc an in pipe for the storage instance */ in rt_usbh_storage_enable()
576 /* alloc an output pipe for the storage instance */ in rt_usbh_storage_enable()
597 * and release all mass storage class related resources.
615 /* get storage instance from interface instance */ in rt_usbh_storage_disable()
621 /* free storage instance */ in rt_usbh_storage_disable()
627 * This function will register mass storage class driver to the usb class driver manager.