Searched refs:usbhsg_uep (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/usb/renesas_usbhs/ |
D | mod_gadget.c | 28 struct usbhsg_uep { struct 42 struct usbhsg_uep *uep; argument 59 int (*device)(struct usbhs_priv *priv, struct usbhsg_uep *uep, 61 int (*interface)(struct usbhs_priv *priv, struct usbhsg_uep *uep, 63 int (*endpoint)(struct usbhs_priv *priv, struct usbhsg_uep *uep, 92 #define usbhsg_ep_to_uep(e) container_of(e, struct usbhsg_uep, ep) 117 static void __usbhsg_queue_pop(struct usbhsg_uep *uep, in __usbhsg_queue_pop() 135 static void usbhsg_queue_pop(struct usbhsg_uep *uep, in usbhsg_queue_pop() 151 struct usbhsg_uep *uep = usbhsg_pipe_to_uep(pipe); in usbhsg_queue_done() 163 static void usbhsg_queue_push(struct usbhsg_uep *uep, in usbhsg_queue_push() [all …]
|