Home
last modified time | relevance | path

Searched refs:num_completed (Results 1 – 6 of 6) sorted by relevance

/drivers/dma/qcom/
Dhidma_ll.c242 u32 num_completed = 0; in hidma_handle_tre_completion() local
280 num_completed++; in hidma_handle_tre_completion()
290 if (num_completed) { in hidma_handle_tre_completion()
292 HIDMA_EVRE_SIZE * num_completed); in hidma_handle_tre_completion()
300 return num_completed; in hidma_handle_tre_completion()
/drivers/dma/
Ddma-axi-dmac.c114 unsigned int num_completed; member
340 unsigned int start = active->num_completed - 1; in axi_dmac_compute_residue()
374 sg = &active->sg[active->num_completed]; in axi_dmac_transfer_done()
379 active->num_completed++; in axi_dmac_transfer_done()
392 if (active->num_completed == active->num_sgs || in axi_dmac_transfer_done()
395 active->num_completed = 0; /* wrap around */ in axi_dmac_transfer_done()
/drivers/acpi/acpica/
Ddbexec.c579 info->num_completed++; in acpi_db_method_thread()
581 if (info->num_completed == info->num_threads) { in acpi_db_method_thread()
Daclocal.h1184 u32 num_completed; member
/drivers/usb/gadget/udc/
Dnet2280.c1134 int num_completed = 0; in scan_dma_completions() local
1164 num_completed++; in scan_dma_completions()
1193 num_completed++; in scan_dma_completions()
1196 return num_completed; in scan_dma_completions()
2610 int num_completed; in handle_ep_small() local
2624 num_completed = scan_dma_completions(ep); in handle_ep_small()
2648 if (num_completed == 0) { in handle_ep_small()
/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c3518 u16 smid, num_completed; in complete_cmd_fusion() local
3552 num_completed = 0; in complete_cmd_fusion()
3626 num_completed++; in complete_cmd_fusion()
3667 return num_completed; in complete_cmd_fusion()
3672 if (num_completed) { in complete_cmd_fusion()
3688 return num_completed; in complete_cmd_fusion()