Searched refs:usbhsg_uep (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/usb/renesas_usbhs/ |
D | mod_gadget.c | 36 struct usbhsg_uep { struct 49 struct usbhsg_uep *uep; argument 64 int (*device)(struct usbhs_priv *priv, struct usbhsg_uep *uep, 66 int (*interface)(struct usbhs_priv *priv, struct usbhsg_uep *uep, 68 int (*endpoint)(struct usbhs_priv *priv, struct usbhsg_uep *uep, 97 #define usbhsg_ep_to_uep(e) container_of(e, struct usbhsg_uep, ep) 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() 167 static void usbhsg_queue_push(struct usbhsg_uep *uep, in usbhsg_queue_push() [all …]
|