Searched refs:control_ep (Results 1 – 6 of 6) sorted by relevance
462 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()
346 #define control_ep endpoints macro
983 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()
586 musb_write_fifo(musb->control_ep, in musb_load_testpacket()
307 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()
159 struct usb_ep *control_ep; member