Lines Matching refs:fotg210_ep

40 static void fotg210_disable_fifo_int(struct fotg210_ep *ep)
51 static void fotg210_enable_fifo_int(struct fotg210_ep *ep)
70 static void fotg210_done(struct fotg210_ep *ep, struct fotg210_request *req,
93 static void fotg210_fifo_ep_mapping(struct fotg210_ep *ep, u32 epnum,
121 static void fotg210_set_fifo_dir(struct fotg210_ep *ep, u32 epnum, u32 dir_in)
131 static void fotg210_set_tfrtype(struct fotg210_ep *ep, u32 epnum, u32 type)
141 static void fotg210_set_mps(struct fotg210_ep *ep, u32 epnum, u32 mps,
154 static int fotg210_config_ep(struct fotg210_ep *ep,
172 struct fotg210_ep *ep;
174 ep = container_of(_ep, struct fotg210_ep, ep);
187 struct fotg210_ep *ep = fotg210->ep[epnum];
208 static int fotg210_ep_release(struct fotg210_ep *ep)
223 struct fotg210_ep *ep;
229 ep = container_of(_ep, struct fotg210_ep, ep);
265 static void fotg210_enable_dma(struct fotg210_ep *ep,
299 static void fotg210_disable_dma(struct fotg210_ep *ep)
304 static void fotg210_wait_dma_done(struct fotg210_ep *ep)
337 static void fotg210_start_dma(struct fotg210_ep *ep,
385 static void fotg210_ep0_queue(struct fotg210_ep *ep,
407 struct fotg210_ep *ep;
412 ep = container_of(_ep, struct fotg210_ep, ep);
440 struct fotg210_ep *ep;
444 ep = container_of(_ep, struct fotg210_ep, ep);
455 static void fotg210_set_epnstall(struct fotg210_ep *ep)
476 static void fotg210_clear_epnstall(struct fotg210_ep *ep)
492 struct fotg210_ep *ep;
496 ep = container_of(_ep, struct fotg210_ep, ep);
680 struct fotg210_ep *ep =
707 static int fotg210_is_epnstall(struct fotg210_ep *ep)
723 struct fotg210_ep *ep;
726 ep = container_of(_ep, struct fotg210_ep, ep);
817 struct fotg210_ep *ep = fotg210->ep[0];
837 struct fotg210_ep *ep = fotg210->ep[0];
855 static void fotg210_in_fifo_handler(struct fotg210_ep *ep)
865 static void fotg210_out_fifo_handler(struct fotg210_ep *ep)
1210 fotg210->ep[i] = kzalloc(sizeof(struct fotg210_ep), GFP_KERNEL);
1231 struct fotg210_ep *ep = fotg210->ep[i];