Searched refs:is_short (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dpxa27x_udc.c927 int count, is_short, completed = 0; local
933 is_short = (count < ep->fifo_size);
935 udc_ep_readl(ep, UDCCSR), count, is_short ? "/S" : "",
939 if (is_short || req->req.actual == req->req.length) {
963 int count, is_short, is_last = 0, completed = 0, totcount = 0; local
968 is_short = 0;
989 is_short = 1;
997 is_short = unlikely(max < ep->fifo_size);
1000 if (is_short)
1011 totcount, is_last ? "/L" : "", is_short
1030 int count, is_short, completed = 0; local
1069 int is_last, is_short; local
[all...]
H A Dpxa25x_udc.c424 int is_last, is_short; local
430 is_last = is_short = 1;
438 is_short = unlikely (max < ep->fifo_size);
443 is_last ? "/L" : "", is_short ? "/S" : "",
451 if (is_short)
487 int is_short; local
493 is_short = (count != EP0_FIFO_SIZE);
498 if (unlikely (is_short)) {
523 return is_short;
541 unsigned bufferspace, count, is_short; local
[all...]
H A Dlh7a40x_udc.c507 int is_last, is_short; local
514 is_last = is_short = 1;
522 is_short = unlikely(max < ep_maxpacket(ep));
527 is_last ? "/L" : "", is_short ? "/S" : "",
553 unsigned bufferspace, count, is_short; local
571 is_short = (count < ep->ep.maxpacket);
574 is_short ? "/S" : "", req, req->req.actual, req->req.length);
597 if (is_short || req->req.actual == req->req.length) {
1410 unsigned bufferspace, count, is_short; local
1430 is_short
[all...]
H A Ddummy_hcd.c1034 int is_short, to_host; local
1051 is_short = 1;
1067 is_short = (len % ep->ep.maxpacket) != 0;
1090 if (is_short) {
H A Dgoku_udc.c400 unsigned bufferspace, is_short, dbuff; local
437 is_short = (size < ep->ep.maxpacket);
440 ep->ep.name, size, is_short ? "/S" : "",
462 if (unlikely(is_short || req->req.actual == req->req.length)) {
H A Dnet2280.c547 unsigned count, tmp, is_short; local
597 is_short = (count == 0) || ((count % ep->ep.maxpacket) != 0);
600 ep->ep.name, count, is_short ? " (short)" : "",
626 return is_short || ((req->req.actual == req->req.length)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtriop.h105 void trio_set_short TRIO_PROTO((trio_pointer_t ref, int is_short));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtriop.h105 void trio_set_short TRIO_PROTO((trio_pointer_t ref, int is_short));

Completed in 152 milliseconds