Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
Df_uvc.c302 usb_ep_disable(uvc->control_ep); in uvc_function_set_alt()
304 if (!uvc->control_ep->desc) in uvc_function_set_alt()
305 if (config_ep_by_speed(cdev->gadget, f, uvc->control_ep)) in uvc_function_set_alt()
308 usb_ep_enable(uvc->control_ep); in uvc_function_set_alt()
386 usb_ep_disable(uvc->control_ep); in uvc_function_disable()
644 uvc->control_ep = ep; in uvc_function_bind()
Duvc.h162 struct usb_ep *control_ep; member
/drivers/usb/musb/
Dmusb_gadget_ep0.c491 void __iomem *regs = musb->control_ep->regs; in ep0_rxstate()
548 void __iomem *regs = musb->control_ep->regs; in ep0_txstate()
607 void __iomem *regs = musb->control_ep->regs; in musb_read_setup()
946 regs = musb->control_ep->regs; in musb_g_ep0_queue()
1034 regs = musb->control_ep->regs; in musb_g_ep0_halt()
Dmusb_core.h372 #define control_ep endpoints macro
Dmusb_host.c1039 struct musb_hw_ep *hw_ep = musb->control_ep; in musb_h_ep0_continue()
1116 struct musb_hw_ep *hw_ep = musb->control_ep; in musb_h_ep0_irq()
2072 hw_ep = musb->control_ep; in musb_schedule()
Dmusb_core.c459 musb_write_fifo(musb->control_ep, in musb_load_testpacket()