Lines Matching refs:fusb300_ep

33 static void done(struct fusb300_ep *ep, struct fusb300_request *req,
55 static void fusb300_ep_setting(struct fusb300_ep *ep, in fusb300_ep_setting()
62 static int fusb300_ep_release(struct fusb300_ep *ep) in fusb300_ep_release()
197 static int config_ep(struct fusb300_ep *ep, in config_ep()
235 struct fusb300_ep *ep; in fusb300_enable()
237 ep = container_of(_ep, struct fusb300_ep, ep); in fusb300_enable()
250 struct fusb300_ep *ep; in fusb300_disable()
254 ep = container_of(_ep, struct fusb300_ep, ep); in fusb300_disable()
289 static int enable_fifo_int(struct fusb300_ep *ep) in enable_fifo_int()
304 static int disable_fifo_int(struct fusb300_ep *ep) in disable_fifo_int()
330 static void fusb300_wrcxf(struct fusb300_ep *ep, in fusb300_wrcxf()
399 static void ep0_queue(struct fusb300_ep *ep, struct fusb300_request *req) in ep0_queue()
422 struct fusb300_ep *ep; in fusb300_queue()
427 ep = container_of(_ep, struct fusb300_ep, ep); in fusb300_queue()
455 struct fusb300_ep *ep; in fusb300_dequeue()
459 ep = container_of(_ep, struct fusb300_ep, ep); in fusb300_dequeue()
472 struct fusb300_ep *ep; in fusb300_set_halt_and_wedge()
477 ep = container_of(_ep, struct fusb300_ep, ep); in fusb300_set_halt_and_wedge()
600 static void fusb300_rdfifo(struct fusb300_ep *ep, in fusb300_rdfifo()
759 struct fusb300_ep *ep = in clear_feature()
864 static void done(struct fusb300_ep *ep, struct fusb300_request *req, in done()
887 static void fusb300_fill_idma_prdtbl(struct fusb300_ep *ep, dma_addr_t d, in fusb300_fill_idma_prdtbl()
912 static void fusb300_wait_idma_finished(struct fusb300_ep *ep) in fusb300_wait_idma_finished()
938 static void fusb300_set_idma(struct fusb300_ep *ep, in fusb300_set_idma()
959 static void in_ep_fifo_handler(struct fusb300_ep *ep) in in_ep_fifo_handler()
969 static void out_ep_fifo_handler(struct fusb300_ep *ep) in out_ep_fifo_handler()
1008 struct fusb300_ep *ep = fusb300->ep[0]; in fusb300_ep0out()
1030 struct fusb300_ep *ep = fusb300->ep[0]; in fusb300_ep0in()
1362 struct fusb300_ep *_ep[FUSB300_MAX_NUM_EP]; in fusb300_probe()
1404 _ep[i] = kzalloc(sizeof(struct fusb300_ep), GFP_KERNEL); in fusb300_probe()
1439 struct fusb300_ep *ep = fusb300->ep[i]; in fusb300_probe()