Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dat91_udc.c466 if (!udc->req_pending) { in at91_ep_queue()
489 udc->req_pending = 0; in at91_ep_queue()
895 udc->req_pending = 1; in handle_setup()
906 udc->req_pending = 0; in handle_setup()
1061 udc->req_pending = 0; in handle_setup()
1071 udc->req_pending = 0; in handle_setup()
1083 udc->req_pending = 0; in handle_ep0()
1092 udc->req_pending = 0; in handle_ep0()
1110 udc->req_pending = 0; in handle_ep0()
1121 udc->req_pending = 0; in handle_ep0()
[all …]
H A Ddwc2_udc_otg_priv.h86 unsigned req_pending:1, req_std:1; member
H A Dpxa25x_udc.h126 req_pending:1, member
H A Dat91_udc.h124 unsigned req_pending:1; member
H A Dpxa25x_udc.c536 dev->req_pending = 0; in ep0start()
558 if (ep->dev->req_pending) in write_ep0_fifo()
588 } else if (ep->dev->req_pending) in write_ep0_fifo()
794 if (dev->req_pending) in pxa25x_ep_queue()
924 ep->dev->req_pending = 0; in pxa25x_ep_set_halt()
1281 dev->req_pending = 1; in handle_ep0()
1368 } else if (dev->req_pending) { in handle_ep0()
H A 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()
/openbmc/qemu/hw/i386/kvm/
H A Dxen_xenstore.c305 static bool req_pending(XenXenstoreState *s) in req_pending() function
1074 assert(req_pending(s)); in process_req()
1217 assert(!req_pending(s)); in get_req()
1358 if (s->rsp_pending || req_pending(s)) { in fire_watch_cb()
1408 if (!req_pending(s)) { in xen_xenstore_event()
1412 if (req_pending(s) && !s->rsp_pending && !s->watch_events) { in xen_xenstore_event()