Home
last modified time | relevance | path

Searched refs:req_pending (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Dat91_udc.c467 if (!udc->req_pending) { in at91_ep_queue()
490 udc->req_pending = 0; in at91_ep_queue()
896 udc->req_pending = 1; in handle_setup()
907 udc->req_pending = 0; in handle_setup()
1062 udc->req_pending = 0; in handle_setup()
1072 udc->req_pending = 0; in handle_setup()
1084 udc->req_pending = 0; in handle_ep0()
1093 udc->req_pending = 0; in handle_ep0()
1111 udc->req_pending = 0; in handle_ep0()
1122 udc->req_pending = 0; in handle_ep0()
[all …]
Ddwc2_udc_otg_priv.h87 unsigned req_pending:1, req_std:1; member
Dpxa25x_udc.h126 req_pending:1, member
Dat91_udc.h124 unsigned req_pending:1; member
Dpxa25x_udc.c537 dev->req_pending = 0; in ep0start()
559 if (ep->dev->req_pending) in write_ep0_fifo()
589 } else if (ep->dev->req_pending) in write_ep0_fifo()
795 if (dev->req_pending) in pxa25x_ep_queue()
925 ep->dev->req_pending = 0; in pxa25x_ep_set_halt()
1282 dev->req_pending = 1; in handle_ep0()
1369 } else if (dev->req_pending) { in handle_ep0()
Ddwc2_udc_otg_xfer_dma.c1339 dev->req_pending = 1; in dwc2_ep0_setup()
1442 } else if (dev->req_pending) { in dwc2_ep0_setup()
1443 dev->req_pending = 0; in dwc2_ep0_setup()