Home
last modified time | relevance | path

Searched refs:rt_usb_hcd_alloc_pipe (Results 1 – 4 of 4) sorted by relevance

/components/legacy/usb/usbhost/core/
A Dusbhost_core.c109 rt_usb_hcd_alloc_pipe(device->hcd, &device->pipe_ep0_out, device, &ep0_out_desc); in rt_usbh_attatch_instance()
110 rt_usb_hcd_alloc_pipe(device->hcd, &device->pipe_ep0_in, device, &ep0_in_desc); in rt_usbh_attatch_instance()
143 rt_usb_hcd_alloc_pipe(device->hcd, &device->pipe_ep0_out, device, &ep0_out_desc); in rt_usbh_attatch_instance()
144 rt_usb_hcd_alloc_pipe(device->hcd, &device->pipe_ep0_in, device, &ep0_in_desc); in rt_usbh_attatch_instance()
209 if(rt_usb_hcd_alloc_pipe(device->hcd, &pipe, device, ep_desc) != RT_EOK) in rt_usbh_attatch_instance()
/components/legacy/usb/usbhost/class/
A Dadk.c321 ret = rt_usb_hcd_alloc_pipe(intf->device->hcd, &adk->pipe_in, in rt_usbh_adk_enable()
328 ret = rt_usb_hcd_alloc_pipe(intf->device->hcd, &adk->pipe_out, in rt_usbh_adk_enable()
A Dhid.c347 ret = rt_usb_hcd_alloc_pipe(intf->device->hcd, &hid->pipe_in, in rt_usbh_hid_enable()
/components/drivers/include/drivers/
A Dusb_host.h234 rt_inline rt_err_t rt_usb_hcd_alloc_pipe(uhcd_t hcd, upipe_t* pipe, uinst_t inst, uep_desc_t ep) in rt_usb_hcd_alloc_pipe() function

Completed in 5 milliseconds