/linux-4.4.14/drivers/usb/gadget/udc/ |
D | pxa27x_udc.c | 944 int count, is_short, completed = 0; in read_fifo() local 950 is_short = (count < ep->fifo_size); in read_fifo() 952 udc_ep_readl(ep, UDCCSR), count, is_short ? "/S" : "", in read_fifo() 956 if (is_short || req->req.actual == req->req.length) { in read_fifo() 980 int count, is_short, is_last = 0, completed = 0, totcount = 0; in write_fifo() local 985 is_short = 0; in write_fifo() 1006 is_short = 1; in write_fifo() 1014 is_short = unlikely(max < ep->fifo_size); in write_fifo() 1017 if (is_short) in write_fifo() 1028 totcount, is_last ? "/L" : "", is_short ? "/S" : "", in write_fifo() [all …]
|
D | pxa25x_udc.c | 393 int is_last, is_short; in write_fifo() local 399 is_last = is_short = 1; in write_fifo() 407 is_short = unlikely (max < ep->fifo_size); in write_fifo() 412 is_last ? "/L" : "", is_short ? "/S" : "", in write_fifo() 420 if (is_short) in write_fifo() 456 int is_short; in write_ep0_fifo() local 462 is_short = (count != EP0_FIFO_SIZE); in write_ep0_fifo() 467 if (unlikely (is_short)) { in write_ep0_fifo() 500 return is_short; in write_ep0_fifo() 518 unsigned bufferspace, count, is_short; in read_fifo() local [all …]
|
D | udc-xilinx.c | 589 u32 is_short, count, bufferspace; in xudc_read_fifo() local 614 is_short = count < ep->ep_usb.maxpacket; in xudc_read_fifo() 635 ep->ep_usb.name, count, is_short ? "/S" : "", req, in xudc_read_fifo() 639 if ((req->usb_req.actual == req->usb_req.length) || is_short) { in xudc_read_fifo() 683 int is_last, is_short = 0; in xudc_write_fifo() local 697 is_last = is_short = 1; in xudc_write_fifo() 707 is_short ? "/S" : "", in xudc_write_fifo()
|
D | net2272.c | 515 unsigned is_short; in net2272_read_packet() local 524 is_short = (avail < ep->ep.maxpacket); in net2272_read_packet() 529 return is_short; in net2272_read_packet() 549 return is_short; in net2272_read_packet() 556 unsigned is_short; in net2272_read_fifo() local 589 is_short = net2272_read_packet(ep, buf, req, count); in net2272_read_fifo() 592 if (unlikely(cleanup || is_short || in net2272_read_fifo()
|
D | s3c-hsudc.c | 385 u32 is_short = 0; in s3c_hsudc_read_fifo() local 400 is_short = (rlen < hsep->ep.maxpacket); in s3c_hsudc_read_fifo() 414 if (is_short || hsreq->req.actual == hsreq->req.length) { in s3c_hsudc_read_fifo()
|
D | goku_udc.c | 409 unsigned bufferspace, is_short, dbuff; in read_fifo() local 446 is_short = (size < ep->ep.maxpacket); in read_fifo() 449 ep->ep.name, size, is_short ? "/S" : "", in read_fifo() 471 if (unlikely(is_short || req->req.actual == req->req.length)) { in read_fifo()
|
D | dummy_hcd.c | 1357 int is_short, to_host; in transfer() local 1380 is_short = 1; in transfer() 1391 is_short = 0; in transfer() 1396 is_short = 1; in transfer() 1419 if (is_short) { in transfer()
|
D | net2280.c | 717 unsigned count, tmp, is_short; in read_fifo() local 767 is_short = (count == 0) || ((count % ep->ep.maxpacket) != 0); in read_fifo() 770 ep->ep.name, count, is_short ? " (short)" : "", in read_fifo() 796 return is_short || ((req->req.actual == req->req.length) && in read_fifo()
|
/linux-4.4.14/arch/arc/include/asm/ |
D | kprobes.h | 23 int is_short; member
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | fifo.c | 510 int is_short; in usbhsf_pio_try_push() local 536 is_short = total_len < maxp; in usbhsf_pio_try_push() 560 else if (is_short) in usbhsf_pio_try_push() 568 if (is_short) in usbhsf_pio_try_push() 913 int is_short = pkt->trans % usbhs_pipe_get_maxpacket(pipe); in usbhsf_dma_push_done() local 919 else if (is_short) in usbhsf_dma_push_done()
|
/linux-4.4.14/arch/arc/kernel/ |
D | kprobes.c | 34 p->ainsn.is_short = is_short_instr((unsigned long)p->addr); in arch_prepare_kprobe() 156 if (!p->ainsn.is_short) { in setup_singlestep()
|