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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c2410_udc.h105 unsigned req_pending : 1; member in struct:s3c2410_udc
H A Dat91_udc.h135 unsigned req_pending:1; member in struct:at91_udc
H A Dat91_udc.c660 if (!udc->req_pending) {
683 udc->req_pending = 0;
1092 udc->req_pending = 1;
1103 udc->req_pending = 0;
1258 udc->req_pending = 0;
1268 udc->req_pending = 0;
1281 udc->req_pending = 0;
1290 udc->req_pending = 0;
1308 udc->req_pending = 0;
1319 udc->req_pending
[all...]
H A Dlh7a40x_udc.h250 unsigned req_pending:1, req_std:1, req_config:1; member in struct:lh7a40x_udc
H A Dpxa25x_udc.h119 req_pending : 1, member in struct:pxa25x_udc
H A Dpxa25x_udc.c478 dev->req_pending = 0;
499 if (ep->dev->req_pending)
521 } else if (ep->dev->req_pending)
721 if (dev->req_pending)
846 ep->dev->req_pending = 0;
1532 dev->req_pending = 1;
1605 } else if (dev->req_pending) {
H A Ds3c2410_udc.c657 dev->req_pending = 1;
761 } else if (dev->req_pending) {
762 dprintk(DEBUG_VERBOSE, "dev->req_pending... what now?\n");
763 dev->req_pending=0;
H A Dlh7a40x_udc.c1698 dev->req_pending = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Draw1394-private.h31 struct list_head req_pending; /* protected by reqlists_lock */ member in struct:file_info
H A Draw1394.c766 list_add_tail(&req->list, &fi->req_pending);
833 list_add_tail(&req->list, &fi->req_pending);
1958 list_add_tail(&req->list, &fi->req_pending);
2822 INIT_LIST_HEAD(&fi->req_pending);
2918 i = list_empty(&fi->req_pending);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dorinoco_usb.c261 struct list_head req_pending; member in struct:ezusb_priv
477 if (list_empty(&upriv->req_pending))
481 list_entry(upriv->req_pending.next, struct request_context,
530 list_add_tail(&ctx->list, &upriv->req_pending);
1486 list_for_each_safe(item, tmp_item, &upriv->req_pending)
1587 INIT_LIST_HEAD(&upriv->req_pending);

Completed in 126 milliseconds