Lines Matching refs:usbhsg_uep
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()
195 struct usbhsg_uep *uep = usbhsg_pipe_to_uep(pipe); in usbhsg_dma_map_ctrl()
222 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_control_done()
226 struct usbhsg_uep *dcp = usbhsg_gpriv_to_dcp(gpriv); in usbhsg_recip_handler_std_control_done()
235 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_clear_endpoint()
265 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_set_device()
283 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_set_endpoint()
318 struct usbhsg_uep *dcp = usbhsg_gpriv_to_dcp(gpriv); in __usbhsg_recip_send_status()
354 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_get_device()
369 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_get_interface()
381 struct usbhsg_uep *uep, in usbhsg_recip_handler_std_get_endpoint()
412 struct usbhsg_uep *uep; in usbhsg_recip_run_handle()
417 int (*func)(struct usbhs_priv *priv, struct usbhsg_uep *uep, in usbhsg_recip_run_handle()
479 struct usbhsg_uep *dcp = usbhsg_gpriv_to_dcp(gpriv); in usbhsg_irq_ctrl_stage()
554 static int usbhsg_pipe_disable(struct usbhsg_uep *uep) in usbhsg_pipe_disable()
580 struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep); in usbhsg_ep_enable()
626 struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep); in usbhsg_ep_disable()
667 struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep); in usbhsg_ep_queue()
685 struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep); in usbhsg_ep_dequeue()
697 struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep); in __usbhsg_ep_set_halt_wedge()
777 struct usbhsg_uep *dcp = usbhsg_gpriv_to_dcp(gpriv); in usbhsg_try_start()
837 struct usbhsg_uep *dcp = usbhsg_gpriv_to_dcp(gpriv); in usbhsg_try_stop()
982 struct usbhsg_uep *uep; in usbhs_mod_gadget_probe()
994 uep = kzalloc(sizeof(struct usbhsg_uep) * pipe_size, GFP_KERNEL); in usbhs_mod_gadget_probe()