Home
last modified time | relevance | path

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

/drivers/usb/gadget/rcar/
A Dfifo.c504 int is_short; in usbhsf_pio_try_push() local
530 is_short = total_len < maxp; in usbhsf_pio_try_push()
559 else if (is_short) in usbhsf_pio_try_push()
567 if (is_short) in usbhsf_pio_try_push()
811 int is_short = pkt->trans % usbhs_pipe_get_maxpacket(pipe); in usbhsf_dma_push_done() local
817 else if (is_short) in usbhsf_dma_push_done()
/drivers/usb/gadget/
A Ddwc2_udc_otg_xfer_dma.c182 u32 ep_tsr = 0, xfer_size = 0, is_short = 0; in complete_rx() local
221 is_short = !!(xfer_size % ep->ep.maxpacket); in complete_rx()
227 is_short, ep_tsr, req->req.length - req->req.actual); in complete_rx()
229 if (is_short || req->req.actual == req->req.length) { in complete_rx()
255 u32 ep_tsr = 0, xfer_size = 0, is_short = 0; in complete_tx() local
277 is_short = (xfer_size < ep->ep.maxpacket); in complete_tx()
284 is_short, ep_tsr, req->req.length - req->req.actual); in complete_tx()

Completed in 9 milliseconds