Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dat91_udc.c652 if (!udc->req_pending) { in at91_ep_queue()
675 udc->req_pending = 0; in at91_ep_queue()
1089 udc->req_pending = 1; in handle_setup()
1100 udc->req_pending = 0; in handle_setup()
1255 udc->req_pending = 0; in handle_setup()
1265 udc->req_pending = 0; in handle_setup()
1277 udc->req_pending = 0; in handle_ep0()
1286 udc->req_pending = 0; in handle_ep0()
1304 udc->req_pending = 0; in handle_ep0()
1315 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.h128 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()
1485 dev->req_pending = 1; in handle_ep0()
1558 } else if (dev->req_pending) { in handle_ep0()
Dpxa25x_udc.h109 req_pending : 1, member
Ds3c2410_udc.c630 dev->req_pending = 1; in s3c2410_udc_handle_ep0_idle()
733 } else if (dev->req_pending) { in s3c2410_udc_handle_ep0_idle()
735 dev->req_pending = 0; in s3c2410_udc_handle_ep0_idle()
/linux-4.1.27/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()
1589 INIT_LIST_HEAD(&upriv->req_pending); in ezusb_probe()