Lines Matching refs:bounce_buffer
631 if (host->bounce_buffer) { in sdhci_pre_dma_transfer()
647 host->bounce_buffer, length); in sdhci_pre_dma_transfer()
850 if (host->bounce_buffer) in sdhci_sdma_address()
2920 if (host->flags & SDHCI_REQ_USE_DMA && !host->bounce_buffer) in sdhci_pre_req()
3060 if (host->bounce_buffer) { in sdhci_request_done()
3083 host->bounce_buffer, in sdhci_request_done()
4075 host->bounce_buffer = devm_kmalloc(mmc_dev(mmc), in sdhci_allocate_bounce_buffer()
4078 if (!host->bounce_buffer) { in sdhci_allocate_bounce_buffer()
4090 host->bounce_buffer, in sdhci_allocate_bounce_buffer()
4095 devm_kfree(mmc_dev(mmc), host->bounce_buffer); in sdhci_allocate_bounce_buffer()
4096 host->bounce_buffer = NULL; in sdhci_allocate_bounce_buffer()