Searched refs:req_pending (Results 1 - 8 of 8) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Draw1394-private.h30 struct list_head req_pending; /* protected by reqlists_lock */ member in struct:file_info
H A Draw1394.c869 list_add_tail(&req->list, &fi->req_pending);
913 list_add_tail(&req->list, &fi->req_pending);
980 list_add_tail(&req->list, &fi->req_pending);
2106 list_add_tail(&req->list, &fi->req_pending);
2828 INIT_LIST_HEAD(&fi->req_pending);
2931 i = list_empty(&fi->req_pending);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dat91_udc.c674 if (!dev->req_pending) {
697 dev->req_pending = 0;
1092 udc->req_pending = 1;
1103 udc->req_pending = 0;
1255 udc->req_pending = 0;
1265 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 Dat91_udc.h135 unsigned req_pending:1; member in struct:at91_udc
H A Dlh7a40x_udc.c1721 dev->req_pending = 1;
H A Dlh7a40x_udc.h250 unsigned req_pending:1, req_std:1, req_config:1; member in struct:lh7a40x_udc
H A Dpxa2xx_udc.c552 dev->req_pending = 0;
573 if (ep->dev->req_pending)
595 } else if (ep->dev->req_pending)
977 if (dev->req_pending)
1123 ep->dev->req_pending = 0;
1833 dev->req_pending = 1;
1906 } else if (dev->req_pending) {
H A Dpxa2xx_udc.h129 req_pending : 1, member in struct:pxa2xx_udc

Completed in 88 milliseconds