Lines Matching full:actual
79 pkt->actual = 0; in usbhs_pkt_push()
423 pkt->actual = pkt->length; in usbhs_dcp_dir_switch_done()
535 buf = pkt->buf + pkt->actual; in usbhsf_pio_try_push()
536 len = pkt->length - pkt->actual; in usbhsf_pio_try_push()
564 pkt->actual += total_len; in usbhsf_pio_try_push()
566 if (pkt->actual < pkt->length) in usbhsf_pio_try_push()
585 pkt->length, pkt->actual, *is_done, pkt->zero); in usbhsf_pio_try_push()
673 buf = pkt->buf + pkt->actual; in usbhsf_pio_try_pop()
674 len = pkt->length - pkt->actual; in usbhsf_pio_try_pop()
679 * update actual length first here to decide disable pipe. in usbhsf_pio_try_pop()
683 pkt->actual += total_len; in usbhsf_pio_try_pop()
685 if ((pkt->actual == pkt->length) || /* receive all data */ in usbhsf_pio_try_pop()
734 pkt->length, pkt->actual, *is_done, pkt->zero); in usbhsf_pio_try_pop()
836 desc = dmaengine_prep_slave_single(chan, pkt->dma + pkt->actual, in usbhsf_dma_xfer_preparing()
881 int len = pkt->length - pkt->actual; in usbhsf_dma_prepare_push()
900 if ((uintptr_t)(pkt->buf + pkt->actual) & align_mask) in usbhsf_dma_prepare_push()
948 pkt->actual += pkt->trans; in usbhsf_dma_push_done()
950 if (pkt->actual < pkt->length) in usbhsf_dma_push_done()
1079 if ((uintptr_t)(pkt->buf + pkt->actual) & 0x7) /* 8byte alignment */ in usbhsf_dma_try_pop_with_rx_irq()
1088 len = min(pkt->length - pkt->actual, len); in usbhsf_dma_try_pop_with_rx_irq()
1148 pkt->actual += pkt->trans; in usbhsf_dma_pop_done_with_rx_irq()
1150 if ((pkt->actual == pkt->length) || /* receive all data */ in usbhsf_dma_pop_done_with_rx_irq()
1199 pkt->actual = usbhs_dma_calc_received_size(pkt, chan, rcv_len); in usbhsf_dma_pop_done_with_usb_dmac()