Lines Matching refs:bounce_buffer
666 if (host->bounce_buffer) { in sdhci_pre_dma_transfer()
682 host->bounce_buffer, length); in sdhci_pre_dma_transfer()
893 if (host->bounce_buffer) in sdhci_sdma_address()
3033 if (host->flags & SDHCI_REQ_USE_DMA && !host->bounce_buffer) in sdhci_pre_req()
3107 if (host->bounce_buffer) { in sdhci_request_done_dma()
3129 host->bounce_buffer, in sdhci_request_done_dma()
4216 host->bounce_buffer = devm_kmalloc(mmc_dev(mmc), in sdhci_allocate_bounce_buffer()
4219 if (!host->bounce_buffer) { in sdhci_allocate_bounce_buffer()
4231 host->bounce_buffer, in sdhci_allocate_bounce_buffer()
4236 devm_kfree(mmc_dev(mmc), host->bounce_buffer); in sdhci_allocate_bounce_buffer()
4237 host->bounce_buffer = NULL; in sdhci_allocate_bounce_buffer()