Lines Matching refs:fotg210_ep
31 struct fotg210_ep { struct
46 struct fotg210_ep *ep; argument
57 struct fotg210_ep ep[1 + CFG_NUM_ENDPOINTS];
209 static int fotg210_dma(struct fotg210_ep *ep, struct fotg210_request *req) in fotg210_dma()
470 struct fotg210_ep *ep = chip->ep + ep_id; in fotg210_recv()
504 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_enable()
548 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_disable()
586 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_queue()
645 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_dequeue()
671 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_halt()
924 struct fotg210_ep *ep = chip->ep + i; in usb_gadget_register_driver()