Home
last modified time | relevance | path

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

/linux-4.4.14/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 …]
Ds3c2410_udc.h94 unsigned req_pending : 1; member
Dlpc32xx_udc.c137 bool req_pending; member
1041 ep->req_pending = 1; in udc_ep_in_req_dma()
1067 ep->req_pending = 1; in udc_ep_out_req_dma()
1402 ep->req_pending = 0; in uda_usb_reset()
1451 ep->req_pending = 0; in udc_reinit()
1478 ep->req_pending = 0; in done()
1876 if (!ep->req_pending) in lpc32xx_ep_queue()
1880 if (!ep->req_pending) in lpc32xx_ep_queue()
2033 ep->req_pending = 0; in udc_handle_eps()
2071 ep->req_pending = 0; in udc_handle_dma_ep()
[all …]
Dat91_udc.h136 unsigned req_pending:1; member
Dpxa25x_udc.c447 dev->req_pending = 0; in ep0start()
468 if (ep->dev->req_pending) in write_ep0_fifo()
498 } else if (ep->dev->req_pending) in write_ep0_fifo()
697 if (dev->req_pending) in pxa25x_ep_queue()
822 ep->dev->req_pending = 0; in pxa25x_ep_set_halt()
1486 dev->req_pending = 1; in handle_ep0()
1559 } 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()
/linux-4.4.14/drivers/net/wireless/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()
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
Drx.c434 int pending = atomic_xchg(&rba->req_pending, 0); in iwl_pcie_rx_allocator()
492 pending = atomic_xchg(&rba->req_pending, 0); in iwl_pcie_rx_allocator()
717 atomic_set(&rba->req_pending, 0); in iwl_pcie_rx_init()
828 atomic_inc(&rba->req_pending); in iwl_pcie_rx_reuse_rbd()
Dinternal.h144 atomic_t req_pending; member