Searched refs:fotg210_ep (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | fotg210-udc.c | 28 static void fotg210_disable_fifo_int(struct fotg210_ep *ep) in fotg210_disable_fifo_int() 39 static void fotg210_enable_fifo_int(struct fotg210_ep *ep) in fotg210_enable_fifo_int() 58 static void fotg210_done(struct fotg210_ep *ep, struct fotg210_request *req, in fotg210_done() 81 static void fotg210_fifo_ep_mapping(struct fotg210_ep *ep, u32 epnum, in fotg210_fifo_ep_mapping() 109 static void fotg210_set_fifo_dir(struct fotg210_ep *ep, u32 epnum, u32 dir_in) in fotg210_set_fifo_dir() 119 static void fotg210_set_tfrtype(struct fotg210_ep *ep, u32 epnum, u32 type) in fotg210_set_tfrtype() 129 static void fotg210_set_mps(struct fotg210_ep *ep, u32 epnum, u32 mps, in fotg210_set_mps() 142 static int fotg210_config_ep(struct fotg210_ep *ep, in fotg210_config_ep() 160 struct fotg210_ep *ep; in fotg210_ep_enable() 162 ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_enable() [all …]
|
| H A D | fotg210.h | 215 struct fotg210_ep { struct 240 struct fotg210_ep *ep[FOTG210_MAX_NUM_EP]; argument
|
| /OK3568_Linux_fs/u-boot/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 …]
|