Home
last modified time | relevance | path

Searched refs:upipe (Results 1 – 2 of 2) sorted by relevance

/components/drivers/include/drivers/
A Dusb_host.h41 struct upipe;
74 struct upipe * pipe_ep0_out;
75 struct upipe * pipe_ep0_in;
100 struct upipe struct
110 typedef struct upipe* upipe_t; argument
227 if(rt_list_entry(l,struct upipe,list)->ep.bEndpointAddress == ep_address) in rt_usb_instance_find_pipe()
229 return rt_list_entry(l,struct upipe,list); in rt_usb_instance_find_pipe()
236 *pipe = (upipe_t)rt_malloc(sizeof(struct upipe)); in rt_usb_hcd_alloc_pipe()
241 rt_memset(*pipe,0,sizeof(struct upipe)); in rt_usb_hcd_alloc_pipe()
/components/legacy/usb/usbhost/core/
A Dusbhost_core.c297 rt_usb_hcd_free_pipe(device->hcd,rt_list_entry(l,struct upipe,list)); in rt_usbh_detach_instance()

Completed in 4 milliseconds