fotg210_ep
static void fotg210_set_fifo_dir(struct fotg210_ep *ep, u32 epnum, u32 dir_in)
fotg210->ep[i] = kzalloc_obj(struct fotg210_ep);
struct fotg210_ep *ep = fotg210->ep[i];
static void fotg210_set_tfrtype(struct fotg210_ep *ep, u32 epnum, u32 type)
static void fotg210_set_mps(struct fotg210_ep *ep, u32 epnum, u32 mps,
static int fotg210_config_ep(struct fotg210_ep *ep,
struct fotg210_ep *ep;
ep = container_of(_ep, struct fotg210_ep, ep);
struct fotg210_ep *ep = fotg210->ep[epnum];
static int fotg210_ep_release(struct fotg210_ep *ep)
struct fotg210_ep *ep;
ep = container_of(_ep, struct fotg210_ep, ep);
static void fotg210_enable_dma(struct fotg210_ep *ep,
static void fotg210_disable_dma(struct fotg210_ep *ep)
static void fotg210_wait_dma_done(struct fotg210_ep *ep)
static void fotg210_start_dma(struct fotg210_ep *ep,
static void fotg210_ep0_queue(struct fotg210_ep *ep,
static void fotg210_disable_fifo_int(struct fotg210_ep *ep)
struct fotg210_ep *ep;
ep = container_of(_ep, struct fotg210_ep, ep);
struct fotg210_ep *ep;
ep = container_of(_ep, struct fotg210_ep, ep);
static void fotg210_set_epnstall(struct fotg210_ep *ep)
static void fotg210_clear_epnstall(struct fotg210_ep *ep)
struct fotg210_ep *ep;
ep = container_of(_ep, struct fotg210_ep, ep);
static void fotg210_enable_fifo_int(struct fotg210_ep *ep)
struct fotg210_ep *ep =
static void fotg210_done(struct fotg210_ep *ep, struct fotg210_request *req,
static int fotg210_is_epnstall(struct fotg210_ep *ep)
struct fotg210_ep *ep;
ep = container_of(_ep, struct fotg210_ep, ep);
struct fotg210_ep *ep = fotg210->ep[0];
struct fotg210_ep *ep = fotg210->ep[0];
static void fotg210_in_fifo_handler(struct fotg210_ep *ep)
static void fotg210_out_fifo_handler(struct fotg210_ep *ep)
static void fotg210_fifo_ep_mapping(struct fotg210_ep *ep, u32 epnum,
struct fotg210_ep *ep[FOTG210_MAX_NUM_EP];