Lines Matching refs:qe_ep

76 static void done(struct qe_ep *ep, struct qe_req *req, int status)  in done()
127 static void nuke(struct qe_ep *ep, int status) in nuke()
142 static int qe_eprx_stall_change(struct qe_ep *ep, int value) in qe_eprx_stall_change()
159 static int qe_eptx_stall_change(struct qe_ep *ep, int value) in qe_eptx_stall_change()
186 static int qe_eprx_nack(struct qe_ep *ep) in qe_eprx_nack()
205 static int qe_eprx_normal(struct qe_ep *ep) in qe_eprx_normal()
226 static int qe_ep_cmd_stoptx(struct qe_ep *ep) in qe_ep_cmd_stoptx()
238 static int qe_ep_cmd_restarttx(struct qe_ep *ep) in qe_ep_cmd_restarttx()
250 static int qe_ep_flushtxfifo(struct qe_ep *ep) in qe_ep_flushtxfifo()
270 static int qe_ep_filltxfifo(struct qe_ep *ep) in qe_ep_filltxfifo()
281 struct qe_ep *ep; in qe_epbds_reset()
313 struct qe_ep *ep; in qe_ep_reset()
341 static int qe_ep_toggledata01(struct qe_ep *ep) in qe_ep_toggledata01()
349 struct qe_ep *ep = &udc->eps[pipe_num]; in qe_ep_bd_init()
406 static int qe_ep_rxbd_update(struct qe_ep *ep) in qe_ep_rxbd_update()
469 struct qe_ep *ep = &udc->eps[pipe_num]; in qe_ep_register_init()
524 struct qe_ep *ep = &udc->eps[pipe_num]; in qe_ep_init()
709 static void recycle_one_rxbd(struct qe_ep *ep) in recycle_one_rxbd()
723 static void recycle_rxbds(struct qe_ep *ep, unsigned char stopatnext) in recycle_rxbds()
750 static void ep_recycle_rxbds(struct qe_ep *ep) in ep_recycle_rxbds()
787 static int qe_ep_rxframe_handle(struct qe_ep *ep);
792 struct qe_ep *ep = &udc->eps[0]; in ep0_setup_handle()
816 struct qe_ep *ep = &udc->eps[0]; in qe_ep0_rx()
887 static int qe_ep_rxframe_handle(struct qe_ep *ep) in qe_ep_rxframe_handle()
935 struct qe_ep *ep; in ep_rx_tasklet()
1020 static int qe_ep_rx(struct qe_ep *ep) in qe_ep_rx()
1066 static int qe_ep_tx(struct qe_ep *ep, struct qe_frame *frame) in qe_ep_tx()
1138 static int txcomplete(struct qe_ep *ep, unsigned char restart) in txcomplete()
1188 static int qe_usb_senddata(struct qe_ep *ep, struct qe_frame *frame) in qe_usb_senddata()
1210 static int sendnulldata(struct qe_ep *ep, struct qe_frame *frame, uint infor) in sendnulldata()
1226 static int frame_create_tx(struct qe_ep *ep, struct qe_frame *frame) in frame_create_tx()
1248 struct qe_ep *ep = &udc->eps[0]; in ep0_prime_status()
1265 struct qe_ep *ep = &udc->eps[0]; in ep0_req_complete()
1303 static int ep0_txcomplete(struct qe_ep *ep, unsigned char restart) in ep0_txcomplete()
1341 static int ep0_txframe_handle(struct qe_ep *ep) in ep0_txframe_handle()
1360 static int qe_ep0_txconf(struct qe_ep *ep) in qe_ep0_txconf()
1397 static int ep_txframe_handle(struct qe_ep *ep) in ep_txframe_handle()
1416 static int qe_ep_txconf(struct qe_ep *ep) in qe_ep_txconf()
1455 static int ep_req_send(struct qe_ep *ep, struct qe_req *req) in ep_req_send()
1469 static int ep_req_rx(struct qe_ep *ep, struct qe_req *req) in ep_req_rx()
1559 static int ep_req_receive(struct qe_ep *ep, struct qe_req *req) in ep_req_receive()
1585 struct qe_ep *ep; in qe_ep_enable()
1589 ep = container_of(_ep, struct qe_ep, ep); in qe_ep_enable()
1615 struct qe_ep *ep; in qe_ep_disable()
1619 ep = container_of(_ep, struct qe_ep, ep); in qe_ep_disable()
1695 struct qe_ep *ep = container_of(_ep, struct qe_ep, ep); in __qe_ep_queue()
1764 struct qe_ep *ep = container_of(_ep, struct qe_ep, ep); in qe_ep_queue()
1778 struct qe_ep *ep = container_of(_ep, struct qe_ep, ep); in qe_ep_dequeue()
1815 struct qe_ep *ep; in qe_ep_set_halt()
1820 ep = container_of(_ep, struct qe_ep, ep); in qe_ep_set_halt()
1900 struct qe_ep *ep = &udc->eps[pipe]; in udc_reset_ep_queue()
1948 struct qe_ep *ep; in ch9getstatus()
1964 struct qe_ep *target_ep = &udc->eps[pipe]; in ch9getstatus()
2051 struct qe_ep *ep; in setup_received_handle()
2172 struct qe_ep *ep; in tx_irq()
2201 struct qe_ep *ep; in rx_irq()
2310 struct qe_ep *loop_ep; in fsl_qe_stop()
2409 struct qe_ep *ep = &udc->eps[pipe_num]; in qe_ep_config()
2476 struct qe_ep *ep; in qe_udc_probe()
2636 struct qe_ep *ep; in qe_udc_remove()