• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/

Lines Matching refs:qe_ep

83 static void done(struct qe_ep *ep, struct qe_req *req, int status)
137 static void nuke(struct qe_ep *ep, int status)
152 static int qe_eprx_stall_change(struct qe_ep *ep, int value)
169 static int qe_eptx_stall_change(struct qe_ep *ep, int value)
196 static int qe_eprx_nack(struct qe_ep *ep)
215 static int qe_eprx_normal(struct qe_ep *ep)
236 static int qe_ep_cmd_stoptx(struct qe_ep *ep)
248 static int qe_ep_cmd_restarttx(struct qe_ep *ep)
260 static int qe_ep_flushtxfifo(struct qe_ep *ep)
280 static int qe_ep_filltxfifo(struct qe_ep *ep)
291 struct qe_ep *ep;
323 struct qe_ep *ep;
351 static int qe_ep_toggledata01(struct qe_ep *ep)
359 struct qe_ep *ep = &udc->eps[pipe_num];
416 static int qe_ep_rxbd_update(struct qe_ep *ep)
483 struct qe_ep *ep = &udc->eps[pipe_num];
538 struct qe_ep *ep = &udc->eps[pipe_num];
719 static void recycle_one_rxbd(struct qe_ep *ep)
733 static void recycle_rxbds(struct qe_ep *ep, unsigned char stopatnext)
760 static void ep_recycle_rxbds(struct qe_ep *ep)
797 static int qe_ep_rxframe_handle(struct qe_ep *ep);
802 struct qe_ep *ep = &udc->eps[0];
826 struct qe_ep *ep = &udc->eps[0];
897 static int qe_ep_rxframe_handle(struct qe_ep *ep)
945 struct qe_ep *ep;
1030 static int qe_ep_rx(struct qe_ep *ep)
1076 static int qe_ep_tx(struct qe_ep *ep, struct qe_frame *frame)
1148 static int txcomplete(struct qe_ep *ep, unsigned char restart)
1183 static int qe_usb_senddata(struct qe_ep *ep, struct qe_frame *frame)
1204 static int sendnulldata(struct qe_ep *ep, struct qe_frame *frame, uint infor)
1220 static int frame_create_tx(struct qe_ep *ep, struct qe_frame *frame)
1242 struct qe_ep *ep = &udc->eps[0];
1259 struct qe_ep *ep = &udc->eps[0];
1297 static int ep0_txcomplete(struct qe_ep *ep, unsigned char restart)
1335 static int ep0_txframe_handle(struct qe_ep *ep)
1354 static int qe_ep0_txconf(struct qe_ep *ep)
1391 static int ep_txframe_handle(struct qe_ep *ep)
1410 static int qe_ep_txconf(struct qe_ep *ep)
1449 static int ep_req_send(struct qe_ep *ep, struct qe_req *req)
1463 static int ep_req_rx(struct qe_ep *ep, struct qe_req *req)
1553 static int ep_req_receive(struct qe_ep *ep, struct qe_req *req)
1579 struct qe_ep *ep;
1583 ep = container_of(_ep, struct qe_ep, ep);
1609 struct qe_ep *ep;
1613 ep = container_of(_ep, struct qe_ep, ep);
1689 struct qe_ep *ep = container_of(_ep, struct qe_ep, ep);
1758 struct qe_ep *ep = container_of(_ep, struct qe_ep, ep);
1772 struct qe_ep *ep = container_of(_ep, struct qe_ep, ep);
1806 struct qe_ep *ep;
1811 ep = container_of(_ep, struct qe_ep, ep);
1929 struct qe_ep *ep = &udc->eps[pipe];
1977 struct qe_ep *ep;
1991 struct qe_ep *target_ep = &udc->eps[pipe];
2078 struct qe_ep *ep;
2199 struct qe_ep *ep;
2228 struct qe_ep *ep;
2360 struct qe_ep *loop_ep;
2476 struct qe_ep *ep = &udc->eps[pipe_num];
2530 struct qe_ep *ep;
2577 /* initialize qe_ep struct */
2582 /* setup the qe_ep struct and link ep.ep.list
2693 struct qe_ep *ep;