Home
last modified time | relevance | path

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

/linux/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()
/linux/arch/arc/include/asm/
H A Dkprobes.h22 int is_short; member
/linux/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()
/linux/drivers/usb/renesas_usbhs/
H A Dfifo.c513 int is_short; in usbhsf_pio_try_push() local
539 is_short = total_len < maxp; in usbhsf_pio_try_push()
568 else if (is_short) in usbhsf_pio_try_push()
576 if (is_short) in usbhsf_pio_try_push()
946 int is_short = pkt->trans % usbhs_pipe_get_maxpacket(pipe); in usbhsf_dma_push_done() local
952 else if (is_short) in usbhsf_dma_push_done()
/linux/drivers/usb/gadget/udc/
H A Dudc-xilinx.c589 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()
H A Ddummy_hcd.c1418 int is_short, to_host; in transfer() local
1441 is_short = 1; in transfer()
1452 is_short = 0; in transfer()
1457 is_short = 1; in transfer()
1480 if (is_short) { in transfer()
H A Drenesas_usbf.c1064 static void usbf_epn_dma_out_send_dma(struct usbf_ep *epn, dma_addr_t addr, u32 npkt, bool is_short) in usbf_epn_dma_out_send_dma() argument
1069 if (is_short) { in usbf_epn_dma_out_send_dma()
1135 static size_t usbf_epn_dma_out_complete_dma(struct usbf_ep *epn, bool is_short) in usbf_epn_dma_out_complete_dma() argument
1146 if (is_short) { in usbf_epn_dma_out_complete_dma()
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()