Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A 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()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c873 int count, is_short, completed = 0; in read_fifo() local
879 is_short = (count < ep->fifo_size); in read_fifo()
881 udc_ep_readl(ep, UDCCSR), count, is_short ? "/S" : "", in read_fifo()
885 if (is_short || req->req.actual == req->req.length) { in read_fifo()
909 int count, is_short, is_last = 0, completed = 0, totcount = 0; in write_fifo() local
933 is_short = 1; in write_fifo()
941 is_short = unlikely(max < ep->fifo_size); in write_fifo()
944 if (is_short) in write_fifo()
955 totcount, is_last ? "/L" : "", is_short ? "/S" : "", in write_fifo()
974 int count, is_short, completed = 0; in read_ep0_fifo() local
[all …]
H A 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 …]
H A 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()
H A Dnet2272.c497 unsigned is_short; in net2272_read_packet() local
506 is_short = (avail < ep->ep.maxpacket); in net2272_read_packet()
511 return is_short; in net2272_read_packet()
531 return is_short; in net2272_read_packet()
538 unsigned is_short; in net2272_read_fifo() local
571 is_short = net2272_read_packet(ep, buf, req, count); in net2272_read_fifo()
574 if (unlikely(cleanup || is_short || in net2272_read_fifo()
H A Ds3c-hsudc.c333 u32 is_short = 0; in s3c_hsudc_read_fifo() local
348 is_short = (rlen < hsep->ep.maxpacket); in s3c_hsudc_read_fifo()
362 if (is_short || hsreq->req.actual == hsreq->req.length) { in s3c_hsudc_read_fifo()
H A Dgoku_udc.c413 unsigned bufferspace, is_short, dbuff; in read_fifo() local
450 is_short = (size < ep->ep.maxpacket); in read_fifo()
453 ep->ep.name, size, is_short ? "/S" : "", in read_fifo()
475 if (unlikely(is_short || req->req.actual == req->req.length)) { in read_fifo()
H A Ddummy_hcd.c1399 int is_short, to_host; in transfer() local
1422 is_short = 1; in transfer()
1433 is_short = 0; in transfer()
1438 is_short = 1; in transfer()
1461 if (is_short) { in transfer()
H A Dnet2280.c712 unsigned count, tmp, is_short; in read_fifo() local
762 is_short = (count == 0) || ((count % ep->ep.maxpacket) != 0); in read_fifo()
765 ep->ep.name, count, is_short ? " (short)" : "", in read_fifo()
791 return is_short || req->req.actual == req->req.length; in read_fifo()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.c479 int is_last, is_short; in write_fifo() local
485 is_last = is_short = 1; in write_fifo()
493 is_short = unlikely(max < ep->fifo_size); in write_fifo()
498 is_last ? "/L" : "", is_short ? "/S" : "", in write_fifo()
507 if (is_short) in write_fifo()
547 int is_short; in write_ep0_fifo() local
553 is_short = (count != EP0_FIFO_SIZE); in write_ep0_fifo()
558 if (unlikely(is_short)) { in write_ep0_fifo()
592 return is_short; in write_ep0_fifo()
609 unsigned bufferspace, count, is_short; in read_fifo() local
[all …]
H A Dpxa27x_udc.c61 unsigned int i, n, w, b, is_short; in udc_write_urb() local
80 is_short = n != endpoint->tx_packetSize; in udc_write_urb()
83 usbdbg("n %d%s w %d b %d", n, is_short ? "-s" : "", w, b); in udc_write_urb()
97 if (is_short) in udc_write_urb()
127 if (is_short) in udc_write_urb()
H A Ddwc2_udc_otg_xfer_dma.c197 u32 ep_tsr = 0, xfer_size = 0, is_short = 0; in complete_rx() local
236 is_short = !!(xfer_size % ep->ep.maxpacket); in complete_rx()
242 is_short, ep_tsr, req->req.length - req->req.actual); in complete_rx()
244 if (is_short || req->req.actual == req->req.length) { in complete_rx()
270 u32 ep_tsr = 0, xfer_size = 0, is_short = 0; in complete_tx() local
292 is_short = (xfer_size < ep->ep.maxpacket); in complete_tx()
299 is_short, ep_tsr, req->req.length - req->req.actual); in complete_tx()
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dkprobes.h22 int is_short; member
/OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/
H A Dfifo.c511 int is_short; in usbhsf_pio_try_push() local
537 is_short = total_len < maxp; in usbhsf_pio_try_push()
566 else if (is_short) in usbhsf_pio_try_push()
574 if (is_short) in usbhsf_pio_try_push()
944 int is_short = pkt->trans % usbhs_pipe_get_maxpacket(pipe); in usbhsf_dma_push_done() local
950 else if (is_short) in usbhsf_dma_push_done()
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dkprobes.c31 p->ainsn.is_short = is_short_instr((unsigned long)p->addr); in arch_prepare_kprobe()
153 if (!p->ainsn.is_short) { in setup_singlestep()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dprintf.h40 unsigned int is_short:1; /* h flag. */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dprintf.h40 unsigned int is_short:1; /* h flag. */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-54036 ‘unsigned int is_short
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-54036 ‘unsigned int is_short