Home
last modified time | relevance | path

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

/drivers/usb/gadget/udc/
Dat91_udc.c671 if (!udc->req_pending) { in at91_ep_queue()
694 udc->req_pending = 0; in at91_ep_queue()
1109 udc->req_pending = 1; in handle_setup()
1120 udc->req_pending = 0; in handle_setup()
1275 udc->req_pending = 0; in handle_setup()
1285 udc->req_pending = 0; in handle_setup()
1297 udc->req_pending = 0; in handle_ep0()
1306 udc->req_pending = 0; in handle_ep0()
1324 udc->req_pending = 0; in handle_ep0()
1335 udc->req_pending = 0; in handle_ep0()
[all …]
Dlpc32xx_udc.c123 bool req_pending; member
994 ep->req_pending = 1; in udc_ep_in_req_dma()
1020 ep->req_pending = 1; in udc_ep_out_req_dma()
1355 ep->req_pending = 0; in uda_usb_reset()
1404 ep->req_pending = 0; in udc_reinit()
1431 ep->req_pending = 0; in done()
1829 if (!ep->req_pending) in lpc32xx_ep_queue()
1833 if (!ep->req_pending) in lpc32xx_ep_queue()
1986 ep->req_pending = 0; in udc_handle_eps()
2024 ep->req_pending = 0; in udc_handle_dma_ep()
[all …]
Ds3c2410_udc.h94 unsigned req_pending : 1; member
Dat91_udc.h136 unsigned req_pending:1; member
Dpxa25x_udc.c661 dev->req_pending = 0; in ep0start()
683 if (ep->dev->req_pending) in write_ep0_fifo()
713 } else if (ep->dev->req_pending) in write_ep0_fifo()
912 if (dev->req_pending) in pxa25x_ep_queue()
1037 ep->dev->req_pending = 0; in pxa25x_ep_set_halt()
1712 dev->req_pending = 1; in handle_ep0()
1785 } else if (dev->req_pending) { in handle_ep0()
Dpxa25x_udc.h109 req_pending : 1, member
Ds3c2410_udc.c628 dev->req_pending = 1; in s3c2410_udc_handle_ep0_idle()
731 } else if (dev->req_pending) { in s3c2410_udc_handle_ep0_idle()
733 dev->req_pending = 0; in s3c2410_udc_handle_ep0_idle()
/drivers/net/wireless/intersil/orinoco/
Dorinoco_usb.c245 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()
1488 list_for_each_safe(item, tmp_item, &upriv->req_pending) in ezusb_delete()
1591 INIT_LIST_HEAD(&upriv->req_pending); in ezusb_probe()
/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c478 int pending = atomic_xchg(&rba->req_pending, 0); in iwl_pcie_rx_allocator()
535 pending = atomic_xchg(&rba->req_pending, 0); in iwl_pcie_rx_allocator()
902 atomic_set(&rba->req_pending, 0); in iwl_pcie_rx_init()
1066 atomic_inc(&rba->req_pending); in iwl_pcie_rx_reuse_rbd()
Dinternal.h159 atomic_t req_pending; member