Searched defs:uep (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | mod_gadget.c | 50 struct usbhsg_uep *uep; member 125 static void __usbhsg_queue_pop(struct usbhsg_uep *uep, in __usbhsg_queue_pop() 143 static void usbhsg_queue_pop(struct usbhsg_uep *uep, in usbhsg_queue_pop() 159 struct usbhsg_uep *uep = usbhsg_pipe_to_uep(pipe); in usbhsg_queue_done() local 171 static void usbhsg_queue_push(struct usbhsg_uep *uep, in usbhsg_queue_push() 199 struct usbhsg_uep *uep = usbhsg_pipe_to_uep(pipe); in usbhsg_dma_map_ctrl() local 226 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_control_done() 239 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_clear_endpoint() 269 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_set_device() 287 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_set_endpoint() [all …]
|
D | mod_host.c | 261 struct usbhsh_ep *uep = usbhsh_ep_to_uep(urb->ep); in usbhsh_pipe_attach() local 338 struct usbhsh_ep *uep) in usbhsh_pipe_detach() 385 struct usbhsh_ep *uep; in usbhsh_endpoint_attach() local 425 struct usbhsh_ep *uep = usbhsh_ep_to_uep(ep); in usbhsh_endpoint_detach() local 457 struct usbhsh_ep *uep, *next; in usbhsh_endpoint_detach_all() local 679 struct usbhsh_ep *uep = usbhsh_ep_to_uep(urb->ep); in usbhsh_queue_push() local 885 struct usbhsh_ep *uep = usbhsh_ep_to_uep(urb->ep); in usbhsh_dcp_queue_push() local 1064 struct usbhsh_ep *uep = usbhsh_ep_to_uep(ep); in usbhsh_endpoint_disable() local
|
/linux-4.4.14/drivers/usb/isp1760/ |
D | isp1760-udc.c | 713 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_enable() local 773 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_disable() local 832 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_queue() local 914 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_dequeue() local 936 static int __isp1760_ep_set_halt(struct isp1760_ep *uep, bool stall, bool wedge) in __isp1760_ep_set_halt() 993 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_set_halt() local 1009 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_set_wedge() local 1025 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_fifo_flush() local
|