Searched defs:uep (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/usb/renesas_usbhs/ |
D | mod_gadget.c | 49 struct usbhsg_uep *uep; member 122 static void __usbhsg_queue_pop(struct usbhsg_uep *uep, in __usbhsg_queue_pop() 139 static void usbhsg_queue_pop(struct usbhsg_uep *uep, in usbhsg_queue_pop() 155 struct usbhsg_uep *uep = usbhsg_pipe_to_uep(pipe); in usbhsg_queue_done() local 167 static void usbhsg_queue_push(struct usbhsg_uep *uep, in usbhsg_queue_push() 195 struct usbhsg_uep *uep = usbhsg_pipe_to_uep(pipe); in usbhsg_dma_map_ctrl() local 222 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_control_done() 235 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_clear_endpoint() 265 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_set_device() 283 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.1.27/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 830 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_queue() local 912 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_dequeue() local 934 static int __isp1760_ep_set_halt(struct isp1760_ep *uep, bool stall, bool wedge) in __isp1760_ep_set_halt() 991 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_set_halt() local 1007 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_set_wedge() local 1023 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_fifo_flush() local
|