Searched refs:usbhsg_uep (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_gadget.c | 29 struct usbhsg_uep { struct 43 struct usbhsg_uep *uep; argument 60 int (*device)(struct usbhs_priv *priv, struct usbhsg_uep *uep, 62 int (*interface)(struct usbhs_priv *priv, struct usbhsg_uep *uep, 64 int (*endpoint)(struct usbhs_priv *priv, struct usbhsg_uep *uep, 93 #define usbhsg_ep_to_uep(e) container_of(e, struct usbhsg_uep, ep) 118 static void __usbhsg_queue_pop(struct usbhsg_uep *uep, in __usbhsg_queue_pop() 136 static void usbhsg_queue_pop(struct usbhsg_uep *uep, in usbhsg_queue_pop() 152 struct usbhsg_uep *uep = usbhsg_pipe_to_uep(pipe); in usbhsg_queue_done() 164 static void usbhsg_queue_push(struct usbhsg_uep *uep, in usbhsg_queue_push() [all …]
|