Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Ddma.h289 uint64_t total_copied; member
/Zephyr-latest/drivers/usb/device/
Dusb_dc_smartbond.c665 ep_state->last_packet_size = rx_dma_status.total_copied; in handle_epx_rx_ev()
674 (rx_dma_status.total_copied + rx_dma_status.pending_length)) { in handle_epx_rx_ev()
740 ep_state->last_packet_size = tx_dma_status.total_copied + 1; in handle_epx_tx_ev()
/Zephyr-latest/drivers/dma/
Ddma_intel_adsp_gpdma.c407 stat->total_copied = ((uint64_t)llp_u << 32) | llp_l; in intel_adsp_gpdma_get_status()
Ddma_intel_adsp_hda.c252 stat->total_copied = ((uint64_t)llp_u << 32) | llp_l; in intel_adsp_hda_dma_status()
Ddma_mchp_xec.c616 status->total_copied = chan_data->total_curr_xfr_len; in dma_xec_get_status()
Ddma_smartbond.c844 stat->total_copied = dma_idx_reg * bus_width; in dma_smartbond_get_status()
Ddma_esp32_gdma.c477 status->total_copied = desc->dw0.length in dma_esp32_get_status()
/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c951 ep_state->last_packet_size = rx_dma_status.total_copied; in handle_epx_rx_ev()
960 (rx_dma_status.total_copied + rx_dma_status.pending_length)) { in handle_epx_rx_ev()
1047 ep_state->last_packet_size = tx_dma_status.total_copied + 1; in handle_epx_tx_ev()