Home
last modified time | relevance | path

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

/drivers/usb/gadget/udc/
Dat91_udc.c655 if (!udc->req_pending) { in at91_ep_queue()
678 udc->req_pending = 0; in at91_ep_queue()
1092 udc->req_pending = 1; in handle_setup()
1103 udc->req_pending = 0; in handle_setup()
1258 udc->req_pending = 0; in handle_setup()
1268 udc->req_pending = 0; in handle_setup()
1280 udc->req_pending = 0; in handle_ep0()
1289 udc->req_pending = 0; in handle_ep0()
1307 udc->req_pending = 0; in handle_ep0()
1318 udc->req_pending = 0; in handle_ep0()
[all …]
Dlpc32xx_udc.c109 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()
1974 ep->req_pending = 0; in udc_handle_eps()
2012 ep->req_pending = 0; in udc_handle_dma_ep()
[all …]
Ds3c2410_udc.h90 unsigned req_pending : 1; member
Dat91_udc.h132 unsigned 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()
Dpxa25x_udc.h104 req_pending : 1, member
Ds3c2410_udc.c603 dev->req_pending = 1; in s3c2410_udc_handle_ep0_idle()
706 } else if (dev->req_pending) { in s3c2410_udc_handle_ep0_idle()
708 dev->req_pending = 0; in s3c2410_udc_handle_ep0_idle()
/drivers/net/wireless/intersil/orinoco/
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()
1486 list_for_each_safe(item, tmp_item, &upriv->req_pending) in ezusb_delete()
1588 INIT_LIST_HEAD(&upriv->req_pending); in ezusb_probe()
/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c572 int pending = atomic_read(&rba->req_pending); in iwl_pcie_rx_allocator()
629 atomic_dec(&rba->req_pending); in iwl_pcie_rx_allocator()
633 pending = atomic_read(&rba->req_pending); in iwl_pcie_rx_allocator()
1094 atomic_set(&rba->req_pending, 0); in _iwl_pcie_rx_init()
1278 atomic_inc(&rba->req_pending); in iwl_pcie_rx_reuse_rbd()
1509 atomic_read(&trans_pcie->rba.req_pending) * in iwl_pcie_rx_handle()
Dinternal.h235 atomic_t req_pending; member