Lines Matching refs:fusb300_ep
36 static void done(struct fusb300_ep *ep, struct fusb300_request *req,
58 static void fusb300_ep_setting(struct fusb300_ep *ep, in fusb300_ep_setting()
65 static int fusb300_ep_release(struct fusb300_ep *ep) in fusb300_ep_release()
200 static int config_ep(struct fusb300_ep *ep, in config_ep()
238 struct fusb300_ep *ep; in fusb300_enable()
240 ep = container_of(_ep, struct fusb300_ep, ep); in fusb300_enable()
253 struct fusb300_ep *ep; in fusb300_disable()
257 ep = container_of(_ep, struct fusb300_ep, ep); in fusb300_disable()
292 static int enable_fifo_int(struct fusb300_ep *ep) in enable_fifo_int()
307 static int disable_fifo_int(struct fusb300_ep *ep) in disable_fifo_int()
333 static void fusb300_wrcxf(struct fusb300_ep *ep, in fusb300_wrcxf()
402 static void ep0_queue(struct fusb300_ep *ep, struct fusb300_request *req) in ep0_queue()
425 struct fusb300_ep *ep; in fusb300_queue()
430 ep = container_of(_ep, struct fusb300_ep, ep); in fusb300_queue()
458 struct fusb300_ep *ep; in fusb300_dequeue()
462 ep = container_of(_ep, struct fusb300_ep, ep); in fusb300_dequeue()
475 struct fusb300_ep *ep; in fusb300_set_halt_and_wedge()
480 ep = container_of(_ep, struct fusb300_ep, ep); in fusb300_set_halt_and_wedge()
603 static void fusb300_rdfifo(struct fusb300_ep *ep, in fusb300_rdfifo()
762 struct fusb300_ep *ep = in clear_feature()
867 static void done(struct fusb300_ep *ep, struct fusb300_request *req, in done()
890 static void fusb300_fill_idma_prdtbl(struct fusb300_ep *ep, dma_addr_t d, in fusb300_fill_idma_prdtbl()
915 static void fusb300_wait_idma_finished(struct fusb300_ep *ep) in fusb300_wait_idma_finished()
941 static void fusb300_set_idma(struct fusb300_ep *ep, in fusb300_set_idma()
962 static void in_ep_fifo_handler(struct fusb300_ep *ep) in in_ep_fifo_handler()
972 static void out_ep_fifo_handler(struct fusb300_ep *ep) in out_ep_fifo_handler()
1011 struct fusb300_ep *ep = fusb300->ep[0]; in fusb300_ep0out()
1033 struct fusb300_ep *ep = fusb300->ep[0]; in fusb300_ep0in()
1364 struct fusb300_ep *_ep[FUSB300_MAX_NUM_EP]; in fusb300_probe()
1406 _ep[i] = kzalloc(sizeof(struct fusb300_ep), GFP_KERNEL); in fusb300_probe()
1441 struct fusb300_ep *ep = fusb300->ep[i]; in fusb300_probe()