Searched refs:req_pending (Results 1 - 7 of 7) sorted by relevance

/drivers/usb/gadget/
H A Ds3c2410_udc.h95 unsigned req_pending : 1; member in struct:s3c2410_udc
H A Dat91_udc.h125 unsigned req_pending:1; member in struct:at91_udc
H A Dat91_udc.c652 if (!udc->req_pending) {
675 udc->req_pending = 0;
1090 udc->req_pending = 1;
1101 udc->req_pending = 0;
1256 udc->req_pending = 0;
1266 udc->req_pending = 0;
1278 udc->req_pending = 0;
1287 udc->req_pending = 0;
1305 udc->req_pending = 0;
1316 udc->req_pending
[all...]
H A Dpxa25x_udc.h110 req_pending : 1, member in struct:pxa25x_udc
H A Dpxa25x_udc.c450 dev->req_pending = 0;
471 if (ep->dev->req_pending)
501 } else if (ep->dev->req_pending)
700 if (dev->req_pending)
825 ep->dev->req_pending = 0;
1507 dev->req_pending = 1;
1580 } else if (dev->req_pending) {
H A Ds3c2410_udc.c648 dev->req_pending = 1;
752 } else if (dev->req_pending) {
753 dprintk(DEBUG_VERBOSE, "dev->req_pending... what now?\n");
754 dev->req_pending=0;
/drivers/net/wireless/orinoco/
H A Dorinoco_usb.c260 struct list_head req_pending; member in struct:ezusb_priv
476 if (list_empty(&upriv->req_pending))
480 list_entry(upriv->req_pending.next, struct request_context,
529 list_add_tail(&ctx->list, &upriv->req_pending);
1500 list_for_each_safe(item, tmp_item, &upriv->req_pending)
1601 INIT_LIST_HEAD(&upriv->req_pending);

Completed in 86 milliseconds