Searched refs:fotg210_ep (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | fotg210.c | 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() [all …]
|