Searched refs:usbhsg_uep (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | mod_gadget.c | 37 struct usbhsg_uep { struct 50 struct usbhsg_uep *uep; argument 67 int (*device)(struct usbhs_priv *priv, struct usbhsg_uep *uep, 69 int (*interface)(struct usbhs_priv *priv, struct usbhsg_uep *uep, 71 int (*endpoint)(struct usbhs_priv *priv, struct usbhsg_uep *uep, 100 #define usbhsg_ep_to_uep(e) container_of(e, struct usbhsg_uep, ep) 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() 171 static void usbhsg_queue_push(struct usbhsg_uep *uep, in usbhsg_queue_push() [all …]
|