Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/
Dat91_udc.c655 if (!udc->req_pending) { in at91_ep_queue()
678 udc->req_pending = 0; in at91_ep_queue()
1093 udc->req_pending = 1; in handle_setup()
1104 udc->req_pending = 0; in handle_setup()
1259 udc->req_pending = 0; in handle_setup()
1269 udc->req_pending = 0; in handle_setup()
1281 udc->req_pending = 0; in handle_ep0()
1290 udc->req_pending = 0; in handle_ep0()
1308 udc->req_pending = 0; in handle_ep0()
1319 udc->req_pending = 0; in handle_ep0()
[all …]
Ds3c2410_udc.h90 unsigned req_pending : 1; member
Dlpc32xx_udc.c110 bool req_pending; member
981 ep->req_pending = 1; in udc_ep_in_req_dma()
1007 ep->req_pending = 1; in udc_ep_out_req_dma()
1342 ep->req_pending = 0; in uda_usb_reset()
1391 ep->req_pending = 0; in udc_reinit()
1418 ep->req_pending = 0; in done()
1816 if (!ep->req_pending) in lpc32xx_ep_queue()
1820 if (!ep->req_pending) in lpc32xx_ep_queue()
1973 ep->req_pending = 0; in udc_handle_eps()
2011 ep->req_pending = 0; in udc_handle_dma_ep()
[all …]
Dat91_udc.h132 unsigned req_pending:1; member
Dpxa25x_udc.h104 req_pending : 1, member
Dpxa25x_udc.c657 dev->req_pending = 0; in ep0start()
679 if (ep->dev->req_pending) in write_ep0_fifo()
709 } else if (ep->dev->req_pending) in write_ep0_fifo()
908 if (dev->req_pending) in pxa25x_ep_queue()
1033 ep->dev->req_pending = 0; in pxa25x_ep_set_halt()
1694 dev->req_pending = 1; in handle_ep0()
1767 } else if (dev->req_pending) { in handle_ep0()
Ds3c2410_udc.c623 dev->req_pending = 1; in s3c2410_udc_handle_ep0_idle()
726 } else if (dev->req_pending) { in s3c2410_udc_handle_ep0_idle()
728 dev->req_pending = 0; in s3c2410_udc_handle_ep0_idle()
/Linux-v4.19/drivers/net/wireless/intersil/orinoco/
Dorinoco_usb.c246 struct list_head req_pending; member
459 if (list_empty(&upriv->req_pending)) in ezusb_req_queue_run()
463 list_entry(upriv->req_pending.next, struct request_context, in ezusb_req_queue_run()
512 list_add_tail(&ctx->list, &upriv->req_pending); in ezusb_req_enqueue_run()
1499 list_for_each_safe(item, tmp_item, &upriv->req_pending) in ezusb_delete()
1601 INIT_LIST_HEAD(&upriv->req_pending); in ezusb_probe()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c505 int pending = atomic_xchg(&rba->req_pending, 0); in iwl_pcie_rx_allocator()
562 pending = atomic_xchg(&rba->req_pending, 0); in iwl_pcie_rx_allocator()
1022 atomic_set(&rba->req_pending, 0); in _iwl_pcie_rx_init()
1182 atomic_inc(&rba->req_pending); in iwl_pcie_rx_reuse_rbd()
Dinternal.h278 atomic_t req_pending; member