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

/drivers/usb/gadget/
H A Dgoku_udc.c413 unsigned bufferspace, is_short, dbuff; local
450 is_short = (size < ep->ep.maxpacket);
453 ep->ep.name, size, is_short ? "/S" : "",
475 if (unlikely(is_short || req->req.actual == req->req.length)) {
H A Dnet2272.c517 unsigned is_short; local
526 is_short = (avail < ep->ep.maxpacket);
531 return is_short;
551 return is_short;
558 unsigned is_short; local
591 is_short = net2272_read_packet(ep, buf, req, count);
594 if (unlikely(cleanup || is_short ||
H A Dnet2280.c551 unsigned count, tmp, is_short; local
601 is_short = (count == 0) || ((count % ep->ep.maxpacket) != 0);
604 ep->ep.name, count, is_short ? " (short)" : "",
630 return is_short || ((req->req.actual == req->req.length)
H A Dpxa25x_udc.c396 int is_last, is_short; local
402 is_last = is_short = 1;
410 is_short = unlikely (max < ep->fifo_size);
415 is_last ? "/L" : "", is_short ? "/S" : "",
423 if (is_short)
459 int is_short; local
465 is_short = (count != EP0_FIFO_SIZE);
470 if (unlikely (is_short)) {
503 return is_short;
521 unsigned bufferspace, count, is_short; local
[all...]
H A Ds3c-hsudc.c389 u32 is_short = 0; local
404 is_short = (rlen < hsep->ep.maxpacket);
418 if (is_short || hsreq->req.actual == hsreq->req.length) {
H A Ddummy_hcd.c1311 int is_short, to_host; local
1334 is_short = 1;
1348 is_short = (len % ep->ep.maxpacket) != 0;
1369 if (is_short) {
H A Dpxa27x_udc.c954 int count, is_short, completed = 0; local
960 is_short = (count < ep->fifo_size);
962 udc_ep_readl(ep, UDCCSR), count, is_short ? "/S" : "",
966 if (is_short || req->req.actual == req->req.length) {
990 int count, is_short, is_last = 0, completed = 0, totcount = 0; local
995 is_short = 0;
1016 is_short = 1;
1024 is_short = unlikely(max < ep->fifo_size);
1027 if (is_short)
1038 totcount, is_last ? "/L" : "", is_short
1057 int count, is_short, completed = 0; local
1096 int is_last, is_short; local
[all...]
/drivers/usb/renesas_usbhs/
H A Dfifo.c486 int is_short; local
510 is_short = total_len < maxp;
534 else if (is_short)
542 if (is_short)

Completed in 111 milliseconds