Lines Matching refs:fotg210_ep

31 static void fotg210_disable_fifo_int(struct fotg210_ep *ep)  in fotg210_disable_fifo_int()
42 static void fotg210_enable_fifo_int(struct fotg210_ep *ep) in fotg210_enable_fifo_int()
61 static void fotg210_done(struct fotg210_ep *ep, struct fotg210_request *req, in fotg210_done()
84 static void fotg210_fifo_ep_mapping(struct fotg210_ep *ep, u32 epnum, in fotg210_fifo_ep_mapping()
112 static void fotg210_set_fifo_dir(struct fotg210_ep *ep, u32 epnum, u32 dir_in) in fotg210_set_fifo_dir()
122 static void fotg210_set_tfrtype(struct fotg210_ep *ep, u32 epnum, u32 type) in fotg210_set_tfrtype()
132 static void fotg210_set_mps(struct fotg210_ep *ep, u32 epnum, u32 mps, in fotg210_set_mps()
145 static int fotg210_config_ep(struct fotg210_ep *ep, in fotg210_config_ep()
163 struct fotg210_ep *ep; in fotg210_ep_enable()
165 ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_enable()
178 struct fotg210_ep *ep = fotg210->ep[epnum]; in fotg210_reset_tseq()
199 static int fotg210_ep_release(struct fotg210_ep *ep) in fotg210_ep_release()
214 struct fotg210_ep *ep; in fotg210_ep_disable()
220 ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_disable()
256 static void fotg210_enable_dma(struct fotg210_ep *ep, in fotg210_enable_dma()
290 static void fotg210_disable_dma(struct fotg210_ep *ep) in fotg210_disable_dma()
295 static void fotg210_wait_dma_done(struct fotg210_ep *ep) in fotg210_wait_dma_done()
329 static void fotg210_start_dma(struct fotg210_ep *ep, in fotg210_start_dma()
379 static void fotg210_ep0_queue(struct fotg210_ep *ep, in fotg210_ep0_queue()
402 struct fotg210_ep *ep; in fotg210_ep_queue()
407 ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_queue()
435 struct fotg210_ep *ep; in fotg210_ep_dequeue()
439 ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_dequeue()
450 static void fotg210_set_epnstall(struct fotg210_ep *ep) in fotg210_set_epnstall()
471 static void fotg210_clear_epnstall(struct fotg210_ep *ep) in fotg210_clear_epnstall()
487 struct fotg210_ep *ep; in fotg210_set_halt_and_wedge()
492 ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_set_halt_and_wedge()
676 struct fotg210_ep *ep = in fotg210_clear_feature()
703 static int fotg210_is_epnstall(struct fotg210_ep *ep) in fotg210_is_epnstall()
799 struct fotg210_ep *ep = fotg210->ep[0]; in fotg210_ep0out()
819 struct fotg210_ep *ep = fotg210->ep[0]; in fotg210_ep0in()
845 static void fotg210_in_fifo_handler(struct fotg210_ep *ep) in fotg210_in_fifo_handler()
855 static void fotg210_out_fifo_handler(struct fotg210_ep *ep) in fotg210_out_fifo_handler()
1084 struct fotg210_ep *_ep[FOTG210_MAX_NUM_EP]; in fotg210_udc_probe()
1108 _ep[i] = kzalloc(sizeof(struct fotg210_ep), GFP_KERNEL); in fotg210_udc_probe()
1134 struct fotg210_ep *ep = fotg210->ep[i]; in fotg210_udc_probe()