Home
last modified time | relevance | path

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

/components/legacy/usb/usbhost/class/
A Dmass.c73 rt_kprintf("pipes1 0x%x, 0x%x\n", stor->pipe_in, stor->pipe_out); in _pipe_check()
122 size = rt_usb_hcd_pipe_xfer(stor->pipe_out->inst->hcd, stor->pipe_out, in rt_usb_bulk_only_xfer()
132 stor->pipe_out; in rt_usb_bulk_only_xfer()
162 ret = _pipe_check(intf, stor->pipe_out); in rt_usb_bulk_only_xfer()
581 stor->pipe_out = rt_usb_instance_find_pipe(intf->device,ep_desc->bEndpointAddress); in rt_usbh_storage_enable()
586 if(stor->pipe_in == RT_NULL || stor->pipe_out == RT_NULL) in rt_usbh_storage_enable()
A Dadk.c196 length = rt_usb_hcd_bulk_xfer(intf->device->hcd, adk->pipe_out, in rt_usbh_adk_write()
328 ret = rt_usb_hcd_alloc_pipe(intf->device->hcd, &adk->pipe_out, in rt_usbh_adk_enable()
335 if(adk->pipe_in == RT_NULL || adk->pipe_out == RT_NULL) in rt_usbh_adk_enable()
391 if(adk->pipe_out != RT_NULL) in rt_usbh_adk_disable()
392 rt_usb_hcd_free_pipe(intf->device->hcd, adk->pipe_out); in rt_usbh_adk_disable()
A Dadk.h19 upipe_t pipe_out; member
A Dmass.h31 upipe_t pipe_out; member
A Dudisk.c227 if(stor->pipe_out->status == UPIPE_STATUS_STALL) in rt_udisk_run()
230 stor->pipe_out->ep.bEndpointAddress, USB_FEATURE_ENDPOINT_HALT); in rt_udisk_run()

Completed in 7 milliseconds