Home
last modified time | relevance | path

Searched refs:control_ep (Results 1 – 6 of 6) sorted by relevance

/drivers/usb/musb/
Dmusb_gadget_ep0.c462 void __iomem *regs = musb->control_ep->regs; in ep0_rxstate()
519 void __iomem *regs = musb->control_ep->regs; in ep0_txstate()
578 void __iomem *regs = musb->control_ep->regs; in musb_read_setup()
917 regs = musb->control_ep->regs; in musb_g_ep0_queue()
1005 regs = musb->control_ep->regs; in musb_g_ep0_halt()
Dmusb_core.h346 #define control_ep endpoints macro
Dmusb_host.c983 struct musb_hw_ep *hw_ep = musb->control_ep; in musb_h_ep0_continue()
1060 struct musb_hw_ep *hw_ep = musb->control_ep; in musb_h_ep0_irq()
2010 hw_ep = musb->control_ep; in musb_schedule()
Dmusb_core.c586 musb_write_fifo(musb->control_ep, in musb_load_testpacket()
/drivers/usb/gadget/function/
Df_uvc.c307 usb_ep_disable(uvc->control_ep); in uvc_function_set_alt()
309 if (!uvc->control_ep->desc) in uvc_function_set_alt()
310 if (config_ep_by_speed(cdev->gadget, f, uvc->control_ep)) in uvc_function_set_alt()
313 usb_ep_enable(uvc->control_ep); in uvc_function_set_alt()
387 usb_ep_disable(uvc->control_ep); in uvc_function_disable()
676 uvc->control_ep = ep; in uvc_function_bind()
Duvc.h159 struct usb_ep *control_ep; member