Home
last modified time | relevance | path

Searched refs:is_short (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/usb/usbip/
Dvudc_transfer.c193 int is_short, to_host; in transfer() local
210 is_short = 1; in transfer()
214 is_short = 0; in transfer()
219 is_short = 1; in transfer()
243 if (is_short) { in transfer()
/Linux-v4.19/drivers/usb/gadget/udc/
Dpxa27x_udc.c874 int count, is_short, completed = 0; in read_fifo() local
880 is_short = (count < ep->fifo_size); in read_fifo()
882 udc_ep_readl(ep, UDCCSR), count, is_short ? "/S" : "", in read_fifo()
886 if (is_short || req->req.actual == req->req.length) { in read_fifo()
910 int count, is_short, is_last = 0, completed = 0, totcount = 0; in write_fifo() local
934 is_short = 1; in write_fifo()
942 is_short = unlikely(max < ep->fifo_size); in write_fifo()
945 if (is_short) in write_fifo()
956 totcount, is_last ? "/L" : "", is_short ? "/S" : "", in write_fifo()
975 int count, is_short, completed = 0; in read_ep0_fifo() local
[all …]
Dpxa25x_udc.c603 int is_last, is_short; in write_fifo() local
609 is_last = is_short = 1; in write_fifo()
617 is_short = unlikely (max < ep->fifo_size); in write_fifo()
622 is_last ? "/L" : "", is_short ? "/S" : "", in write_fifo()
630 if (is_short) in write_fifo()
667 int is_short; in write_ep0_fifo() local
673 is_short = (count != EP0_FIFO_SIZE); in write_ep0_fifo()
678 if (unlikely (is_short)) { in write_ep0_fifo()
711 return is_short; in write_ep0_fifo()
729 unsigned bufferspace, count, is_short; in read_fifo() local
[all …]
Dudc-xilinx.c584 u32 is_short, count, bufferspace; in xudc_read_fifo() local
609 is_short = count < ep->ep_usb.maxpacket; in xudc_read_fifo()
630 ep->ep_usb.name, count, is_short ? "/S" : "", req, in xudc_read_fifo()
634 if ((req->usb_req.actual == req->usb_req.length) || is_short) { in xudc_read_fifo()
678 int is_last, is_short = 0; in xudc_write_fifo() local
692 is_last = is_short = 1; in xudc_write_fifo()
702 is_short ? "/S" : "", in xudc_write_fifo()
Dnet2272.c498 unsigned is_short; in net2272_read_packet() local
507 is_short = (avail < ep->ep.maxpacket); in net2272_read_packet()
512 return is_short; in net2272_read_packet()
532 return is_short; in net2272_read_packet()
539 unsigned is_short; in net2272_read_fifo() local
572 is_short = net2272_read_packet(ep, buf, req, count); in net2272_read_fifo()
575 if (unlikely(cleanup || is_short || in net2272_read_fifo()
Ds3c-hsudc.c382 u32 is_short = 0; in s3c_hsudc_read_fifo() local
397 is_short = (rlen < hsep->ep.maxpacket); in s3c_hsudc_read_fifo()
411 if (is_short || hsreq->req.actual == hsreq->req.length) { in s3c_hsudc_read_fifo()
Dgoku_udc.c410 unsigned bufferspace, is_short, dbuff; in read_fifo() local
447 is_short = (size < ep->ep.maxpacket); in read_fifo()
450 ep->ep.name, size, is_short ? "/S" : "", in read_fifo()
472 if (unlikely(is_short || req->req.actual == req->req.length)) { in read_fifo()
Ddummy_hcd.c1394 int is_short, to_host; in transfer() local
1417 is_short = 1; in transfer()
1428 is_short = 0; in transfer()
1433 is_short = 1; in transfer()
1456 if (is_short) { in transfer()
Dnet2280.c713 unsigned count, tmp, is_short; in read_fifo() local
763 is_short = (count == 0) || ((count % ep->ep.maxpacket) != 0); in read_fifo()
766 ep->ep.name, count, is_short ? " (short)" : "", in read_fifo()
792 return is_short || ((req->req.actual == req->req.length) && in read_fifo()
/Linux-v4.19/arch/arc/include/asm/
Dkprobes.h25 int is_short; member
/Linux-v4.19/arch/arc/kernel/
Dkprobes.c34 p->ainsn.is_short = is_short_instr((unsigned long)p->addr); in arch_prepare_kprobe()
156 if (!p->ainsn.is_short) { in setup_singlestep()
/Linux-v4.19/drivers/usb/renesas_usbhs/
Dfifo.c506 int is_short; in usbhsf_pio_try_push() local
532 is_short = total_len < maxp; in usbhsf_pio_try_push()
556 else if (is_short) in usbhsf_pio_try_push()
564 if (is_short) in usbhsf_pio_try_push()
921 int is_short = pkt->trans % usbhs_pipe_get_maxpacket(pipe); in usbhsf_dma_push_done() local
927 else if (is_short) in usbhsf_dma_push_done()