Lines Matching refs:fotg210_ep
28 static void fotg210_disable_fifo_int(struct fotg210_ep *ep)
39 static void fotg210_enable_fifo_int(struct fotg210_ep *ep)
58 static void fotg210_done(struct fotg210_ep *ep, struct fotg210_request *req,
81 static void fotg210_fifo_ep_mapping(struct fotg210_ep *ep, u32 epnum,
109 static void fotg210_set_fifo_dir(struct fotg210_ep *ep, u32 epnum, u32 dir_in)
119 static void fotg210_set_tfrtype(struct fotg210_ep *ep, u32 epnum, u32 type)
129 static void fotg210_set_mps(struct fotg210_ep *ep, u32 epnum, u32 mps,
142 static int fotg210_config_ep(struct fotg210_ep *ep,
160 struct fotg210_ep *ep;
162 ep = container_of(_ep, struct fotg210_ep, ep);
175 struct fotg210_ep *ep = fotg210->ep[epnum];
196 static int fotg210_ep_release(struct fotg210_ep *ep)
211 struct fotg210_ep *ep;
217 ep = container_of(_ep, struct fotg210_ep, ep);
253 static void fotg210_enable_dma(struct fotg210_ep *ep,
287 static void fotg210_disable_dma(struct fotg210_ep *ep)
292 static void fotg210_wait_dma_done(struct fotg210_ep *ep)
326 static void fotg210_start_dma(struct fotg210_ep *ep,
374 static void fotg210_ep0_queue(struct fotg210_ep *ep,
396 struct fotg210_ep *ep;
401 ep = container_of(_ep, struct fotg210_ep, ep);
429 struct fotg210_ep *ep;
433 ep = container_of(_ep, struct fotg210_ep, ep);
444 static void fotg210_set_epnstall(struct fotg210_ep *ep)
465 static void fotg210_clear_epnstall(struct fotg210_ep *ep)
481 struct fotg210_ep *ep;
485 ep = container_of(_ep, struct fotg210_ep, ep);
669 struct fotg210_ep *ep =
696 static int fotg210_is_epnstall(struct fotg210_ep *ep)
792 struct fotg210_ep *ep = fotg210->ep[0];
812 struct fotg210_ep *ep = fotg210->ep[0];
838 static void fotg210_in_fifo_handler(struct fotg210_ep *ep)
848 static void fotg210_out_fifo_handler(struct fotg210_ep *ep)
1090 struct fotg210_ep *_ep[FOTG210_MAX_NUM_EP];
1114 _ep[i] = kzalloc(sizeof(struct fotg210_ep), GFP_KERNEL);
1140 struct fotg210_ep *ep = fotg210->ep[i];