Home
last modified time | relevance | path

Searched refs:req_pending (Results 1 – 15 of 15) 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/linux/drivers/usb/gadget/udc/
H A Dat91_udc.c655 if (!udc->req_pending) { in at91_ep_queue()
678 udc->req_pending = 0; in at91_ep_queue()
1094 udc->req_pending = 1; in handle_setup()
1105 udc->req_pending = 0; in handle_setup()
1260 udc->req_pending = 0; in handle_setup()
1270 udc->req_pending = 0; in handle_setup()
1282 udc->req_pending = 0; in handle_ep0()
1291 udc->req_pending = 0; in handle_ep0()
1309 udc->req_pending = 0; in handle_ep0()
1320 udc->req_pending = 0; in handle_ep0()
[all …]
H A Dlpc32xx_udc.c109 bool req_pending; member
980 ep->req_pending = 1; in udc_ep_in_req_dma()
1006 ep->req_pending = 1; in udc_ep_out_req_dma()
1341 ep->req_pending = 0; in uda_usb_reset()
1390 ep->req_pending = 0; in udc_reinit()
1417 ep->req_pending = 0; in done()
1815 if (!ep->req_pending) in lpc32xx_ep_queue()
1819 if (!ep->req_pending) in lpc32xx_ep_queue()
1975 ep->req_pending = 0; in udc_handle_eps()
2013 ep->req_pending = 0; in udc_handle_dma_ep()
[all …]
H A Dat91_udc.h130 unsigned req_pending:1; member
H A Dpxa25x_udc.c653 dev->req_pending = 0; in ep0start()
675 if (ep->dev->req_pending) in write_ep0_fifo()
705 } else if (ep->dev->req_pending) in write_ep0_fifo()
904 if (dev->req_pending) in pxa25x_ep_queue()
1032 ep->dev->req_pending = 0; in pxa25x_ep_set_halt()
1656 dev->req_pending = 1; in handle_ep0()
1729 } else if (dev->req_pending) { in handle_ep0()
H A Dpxa25x_udc.h104 req_pending : 1, member
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dorinoco_usb.c242 struct list_head req_pending; member
444 if (list_empty(&upriv->req_pending)) in ezusb_req_queue_run()
448 list_entry(upriv->req_pending.next, struct request_context, in ezusb_req_queue_run()
497 list_add_tail(&ctx->list, &upriv->req_pending); in ezusb_req_enqueue_run()
1529 list_for_each_safe(item, tmp_item, &upriv->req_pending) in ezusb_delete()
1632 INIT_LIST_HEAD(&upriv->req_pending); in ezusb_probe()
/openbmc/qemu/hw/i386/kvm/
H A Dxen_xenstore.c307 static bool req_pending(XenXenstoreState *s) in req_pending() function
1072 assert(req_pending(s)); in process_req()
1215 assert(!req_pending(s)); in get_req()
1356 if (s->rsp_pending || req_pending(s)) { in fire_watch_cb()
1406 if (!req_pending(s)) { in xen_xenstore_event()
1410 if (req_pending(s) && !s->rsp_pending && !s->watch_events) { in xen_xenstore_event()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c518 int pending = atomic_read(&rba->req_pending); in iwl_pcie_rx_allocator()
575 atomic_dec(&rba->req_pending); in iwl_pcie_rx_allocator()
579 pending = atomic_read(&rba->req_pending); in iwl_pcie_rx_allocator()
1095 atomic_set(&rba->req_pending, 0); in _iwl_pcie_rx_init()
1287 atomic_inc(&rba->req_pending); in iwl_pcie_rx_reuse_rbd()
1528 atomic_read(&trans_pcie->rba.req_pending) * in iwl_pcie_rx_handle()
H A Dinternal.h180 atomic_t req_pending; member