Lines Matching refs:usbhsg_uep
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()
218 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_control_done()
222 struct usbhsg_uep *dcp = usbhsg_gpriv_to_dcp(gpriv); in usbhsg_recip_handler_std_control_done()
231 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_clear_endpoint()
261 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_set_device()
279 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_set_endpoint()
314 struct usbhsg_uep *dcp = usbhsg_gpriv_to_dcp(gpriv); in __usbhsg_recip_send_status()
349 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_get_device()
364 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_get_interface()
376 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_get_endpoint()
407 struct usbhsg_uep *uep; in usbhsg_recip_run_handle()
412 int (*func)(struct usbhs_priv *priv, struct usbhsg_uep *uep, in usbhsg_recip_run_handle()
480 struct usbhsg_uep *dcp = usbhsg_gpriv_to_dcp(gpriv); in usbhsg_irq_ctrl_stage()
556 static int usbhsg_pipe_disable(struct usbhsg_uep *uep) in usbhsg_pipe_disable()
582 struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep); in usbhsg_ep_enable()
638 struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep); in usbhsg_ep_disable()
685 struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep); in usbhsg_ep_queue()
703 struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep); in usbhsg_ep_dequeue()
725 struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep); in __usbhsg_ep_set_halt_wedge()
817 struct usbhsg_uep *dcp = usbhsg_gpriv_to_dcp(gpriv); in usbhsg_try_start()
877 struct usbhsg_uep *uep; in usbhsg_try_stop()
1079 struct usbhsg_uep *uep; in usbhs_mod_gadget_probe()
1091 uep = kcalloc(pipe_size, sizeof(struct usbhsg_uep), GFP_KERNEL); in usbhs_mod_gadget_probe()