Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A 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()
H A Dmusb_core.h346 #define control_ep endpoints macro
H A 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()
H A Dmusb_core.c585 musb_write_fifo(musb->control_ep, in musb_load_testpacket()
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget_ep0.c469 void __iomem *regs = musb->control_ep->regs; in ep0_rxstate()
524 void __iomem *regs = musb->control_ep->regs; in ep0_txstate()
583 void __iomem *regs = musb->control_ep->regs; in musb_read_setup()
924 regs = musb->control_ep->regs; in musb_g_ep0_queue()
1012 regs = musb->control_ep->regs; in musb_g_ep0_halt()
H A Dmusb_core.h373 #define control_ep endpoints macro
H A Dmusb_host.c894 struct musb_hw_ep *hw_ep = musb->control_ep; in musb_h_ep0_continue()
971 struct musb_hw_ep *hw_ep = musb->control_ep; in musb_h_ep0_irq()
1800 hw_ep = musb->control_ep; in musb_schedule()
H A Dmusb_core.c326 musb_write_fifo(musb->control_ep, in musb_load_testpacket()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_uvc.c382 usb_ep_disable(uvc->control_ep); in uvc_function_set_alt()
384 if (!uvc->control_ep->desc) in uvc_function_set_alt()
385 if (config_ep_by_speed(cdev->gadget, f, uvc->control_ep)) in uvc_function_set_alt()
388 usb_ep_enable(uvc->control_ep); in uvc_function_set_alt()
519 usb_ep_disable(uvc->control_ep); in uvc_function_disable()
873 uvc->control_ep = ep; in uvc_function_bind()
H A Duvc.h145 struct usb_ep *control_ep; member