Home
last modified time | relevance | path

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

/u-boot/drivers/usb/gadget/
A Dat91_udc.c469 if (!udc->req_pending) { in at91_ep_queue()
492 udc->req_pending = 0; in at91_ep_queue()
898 udc->req_pending = 1; in handle_setup()
909 udc->req_pending = 0; in handle_setup()
1064 udc->req_pending = 0; in handle_setup()
1074 udc->req_pending = 0; in handle_setup()
1086 udc->req_pending = 0; in handle_ep0()
1095 udc->req_pending = 0; in handle_ep0()
1113 udc->req_pending = 0; in handle_ep0()
1124 udc->req_pending = 0; in handle_ep0()
[all …]
A Ddwc2_udc_otg_priv.h85 unsigned req_pending:1, req_std:1; member
A Dpxa25x_udc.h126 req_pending:1, member
A Dat91_udc.h124 unsigned req_pending:1; member
A Dpxa25x_udc.c540 dev->req_pending = 0; in ep0start()
562 if (ep->dev->req_pending) in write_ep0_fifo()
592 } else if (ep->dev->req_pending) in write_ep0_fifo()
798 if (dev->req_pending) in pxa25x_ep_queue()
928 ep->dev->req_pending = 0; in pxa25x_ep_set_halt()
1285 dev->req_pending = 1; in handle_ep0()
1372 } else if (dev->req_pending) { in handle_ep0()
A Ddwc2_udc_otg_xfer_dma.c1364 dev->req_pending = 1; in dwc2_ep0_setup()
1467 } else if (dev->req_pending) { in dwc2_ep0_setup()
1468 dev->req_pending = 0; in dwc2_ep0_setup()

Completed in 12 milliseconds