• Home
  • Raw
  • Download

Lines Matching refs:actual

79 	pkt->actual	= 0;  in usbhs_pkt_push()
421 pkt->actual = pkt->length; in usbhs_dcp_dir_switch_done()
533 buf = pkt->buf + pkt->actual; in usbhsf_pio_try_push()
534 len = pkt->length - pkt->actual; in usbhsf_pio_try_push()
562 pkt->actual += total_len; in usbhsf_pio_try_push()
564 if (pkt->actual < pkt->length) in usbhsf_pio_try_push()
583 pkt->length, pkt->actual, *is_done, pkt->zero); in usbhsf_pio_try_push()
671 buf = pkt->buf + pkt->actual; in usbhsf_pio_try_pop()
672 len = pkt->length - pkt->actual; in usbhsf_pio_try_pop()
681 pkt->actual += total_len; in usbhsf_pio_try_pop()
683 if ((pkt->actual == pkt->length) || /* receive all data */ in usbhsf_pio_try_pop()
732 pkt->length, pkt->actual, *is_done, pkt->zero); in usbhsf_pio_try_pop()
834 desc = dmaengine_prep_slave_single(chan, pkt->dma + pkt->actual, in usbhsf_dma_xfer_preparing()
879 int len = pkt->length - pkt->actual; in usbhsf_dma_prepare_push()
898 if ((uintptr_t)(pkt->buf + pkt->actual) & align_mask) in usbhsf_dma_prepare_push()
946 pkt->actual += pkt->trans; in usbhsf_dma_push_done()
948 if (pkt->actual < pkt->length) in usbhsf_dma_push_done()
1077 if ((uintptr_t)(pkt->buf + pkt->actual) & 0x7) /* 8byte alignment */ in usbhsf_dma_try_pop_with_rx_irq()
1086 len = min(pkt->length - pkt->actual, len); in usbhsf_dma_try_pop_with_rx_irq()
1146 pkt->actual += pkt->trans; in usbhsf_dma_pop_done_with_rx_irq()
1148 if ((pkt->actual == pkt->length) || /* receive all data */ in usbhsf_dma_pop_done_with_rx_irq()
1197 pkt->actual = usbhs_dma_calc_received_size(pkt, chan, rcv_len); in usbhsf_dma_pop_done_with_usb_dmac()