Searched refs:control_ep (Results 1 – 6 of 6) sorted by relevance
466 void __iomem *regs = musb->control_ep->regs; in ep0_rxstate()523 void __iomem *regs = musb->control_ep->regs; in ep0_txstate()582 void __iomem *regs = musb->control_ep->regs; in musb_read_setup()921 regs = musb->control_ep->regs; in musb_g_ep0_queue()1009 regs = musb->control_ep->regs; in musb_g_ep0_halt()
337 #define control_ep endpoints macro
1009 struct musb_hw_ep *hw_ep = musb->control_ep; in musb_h_ep0_continue()1086 struct musb_hw_ep *hw_ep = musb->control_ep; in musb_h_ep0_irq()2037 hw_ep = musb->control_ep; in musb_schedule()
444 musb_write_fifo(musb->control_ep, in musb_load_testpacket()
301 usb_ep_disable(uvc->control_ep); in uvc_function_set_alt()303 if (!uvc->control_ep->desc) in uvc_function_set_alt()304 if (config_ep_by_speed(cdev->gadget, f, uvc->control_ep)) in uvc_function_set_alt()307 usb_ep_enable(uvc->control_ep); in uvc_function_set_alt()385 usb_ep_disable(uvc->control_ep); in uvc_function_disable()664 uvc->control_ep = ep; in uvc_function_bind()
127 struct usb_ep *control_ep; member