Searched defs:uep (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c49 struct usbhsg_uep *uep; member in struct:usbhsg_gpriv
62 int (*device)(struct usbhs_priv *priv, struct usbhsg_uep *uep,
64 int (*interface)(struct usbhs_priv *priv, struct usbhsg_uep *uep,
66 int (*endpoint)(struct usbhs_priv *priv, struct usbhsg_uep *uep,
79 for (i = start, pos = (g)->uep + i; \
81 i++, pos = (g)->uep + i)
98 #define usbhsg_gpriv_to_dcp(gp) ((gp)->uep)
99 #define usbhsg_gpriv_to_nth_uep(gp, i) ((gp)->uep + i)
120 static void usbhsg_queue_pop(struct usbhsg_uep *uep, argument
124 struct usbhsg_gpriv *gpriv = usbhsg_uep_to_gpriv(uep);
137 struct usbhsg_uep *uep = usbhsg_pipe_to_uep(pipe); local
145 usbhsg_queue_push(struct usbhsg_uep *uep, struct usbhsg_request *ureq) argument
220 struct usbhsg_uep *uep = usbhsg_pipe_to_uep(pipe); local
236 usbhsg_recip_handler_std_control_done(struct usbhs_priv *priv, struct usbhsg_uep *uep, struct usb_ctrlrequest *ctrl) argument
249 usbhsg_recip_handler_std_clear_endpoint(struct usbhs_priv *priv, struct usbhsg_uep *uep, struct usb_ctrlrequest *ctrl) argument
279 usbhsg_recip_handler_std_set_device(struct usbhs_priv *priv, struct usbhsg_uep *uep, struct usb_ctrlrequest *ctrl) argument
297 usbhsg_recip_handler_std_set_endpoint(struct usbhs_priv *priv, struct usbhsg_uep *uep, struct usb_ctrlrequest *ctrl) argument
368 usbhsg_recip_handler_std_get_device(struct usbhs_priv *priv, struct usbhsg_uep *uep, struct usb_ctrlrequest *ctrl) argument
380 usbhsg_recip_handler_std_get_interface(struct usbhs_priv *priv, struct usbhsg_uep *uep, struct usb_ctrlrequest *ctrl) argument
392 usbhsg_recip_handler_std_get_endpoint(struct usbhs_priv *priv, struct usbhsg_uep *uep, struct usb_ctrlrequest *ctrl) argument
424 struct usbhsg_uep *uep; local
563 usbhsg_pipe_disable(struct usbhsg_uep *uep) argument
584 struct usbhsg_uep *uep; local
598 struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep); local
644 struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep); local
677 struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep); local
695 struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep); local
707 struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep); local
947 struct usbhsg_uep *uep; local
[all...]
H A Dmod_host.c46 * +--------+ pipes are reused for each uep.
47 * | udev 1 |-+- [uep 0 (dcp) ] --+ pipe will be switched when
49 * +- [uep 1 (bulk)] --|---+ +--------------+
51 * +- [uep 2 (bulk)] -@ | +--------------+
54 * | udev 2 |-+- [uep 0 (dcp) ] -@ +----------> | pipe2 (bulk) |
56 * +- [uep 1 (int) ] ----+ +------> | pipe3 (bulk) |
59 * | udev 3 |-+- [uep 0 (dcp) ] -@ | +--------------+
61 * +- [uep 1 (bulk)] -@ | | .... |
63 * +- [uep 2 (bulk)]-----------+
65 * @ : uep requeste
260 struct usbhsh_ep *uep = usbhsh_ep_to_uep(urb->ep); local
329 usbhsh_pipe_detach(struct usbhsh_hpriv *hpriv, struct usbhsh_ep *uep) argument
372 struct usbhsh_ep *uep; local
411 struct usbhsh_ep *uep = usbhsh_ep_to_uep(ep); local
443 struct usbhsh_ep *uep, *next; local
664 struct usbhsh_ep *uep = usbhsh_ep_to_uep(urb->ep); local
870 struct usbhsh_ep *uep = usbhsh_ep_to_uep(urb->ep); local
1043 struct usbhsh_ep *uep = usbhsh_ep_to_uep(ep); local
[all...]

Completed in 25 milliseconds