Home
last modified time | relevance | path

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

/components/legacy/usb/usbhost/core/
A Dusbhost_core.c110 rt_usb_hcd_alloc_pipe(device->hcd, &device->pipe_ep0_in, device, &ep0_in_desc); in rt_usbh_attatch_instance()
136 rt_usb_hcd_free_pipe(device->hcd,device->pipe_ep0_in); 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()
291 rt_usb_hcd_free_pipe(device->hcd,device->pipe_ep0_in); in rt_usbh_detach_instance()
331 … if(rt_usb_hcd_pipe_xfer(device->hcd, device->pipe_ep0_in, buffer, nbytes, timeout) == nbytes) in rt_usbh_get_descriptor()
369 if(rt_usb_hcd_pipe_xfer(device->hcd, device->pipe_ep0_in, RT_NULL, 0, timeout) == 0) in rt_usbh_set_address()
404 if(rt_usb_hcd_pipe_xfer(device->hcd, device->pipe_ep0_in, RT_NULL, 0, timeout) != 0) in rt_usbh_set_configure()
A Dhub.c140 … if(rt_usb_hcd_pipe_xfer(device->hcd, device->pipe_ep0_in, buffer, nbytes, timeout) == nbytes) in rt_usbh_hub_get_descriptor()
172 if(rt_usb_hcd_pipe_xfer(device->hcd, device->pipe_ep0_in, buffer, 4, timeout) == 4) in rt_usbh_hub_get_status()
214 if(rt_usb_hcd_pipe_xfer(hub->hcd, hub->self->pipe_ep0_in, buffer, 4, timeout) == 4) in rt_usbh_hub_get_port_status()
/components/legacy/usb/usbhost/class/
A Dhid.c54 if (rt_usb_hcd_pipe_xfer(device->hcd, device->pipe_ep0_in, RT_NULL, 0, timeout) == 0) in rt_usbh_hid_set_idle()
91 if (rt_usb_hcd_pipe_xfer(device->hcd, device->pipe_ep0_in, buffer, size, timeout) == size) in rt_usbh_hid_get_report()
203 if (rt_usb_hcd_pipe_xfer(device->hcd, device->pipe_ep0_in, buffer, size, timeout) == size) in rt_usbh_hid_get_report_descriptor()
A Dmass.c225 if(rt_usb_hcd_pipe_xfer(device->hcd, device->pipe_ep0_in, max_lun, 1, timeout) != 1) in rt_usbh_storage_get_max_lun()
274 if(rt_usb_hcd_pipe_xfer(device->hcd, device->pipe_ep0_in, RT_NULL, 0, timeout) != 0) in rt_usbh_storage_reset()
/components/drivers/include/drivers/
A Dusb_host.h75 struct upipe * pipe_ep0_in; member

Completed in 7 milliseconds