Lines Matching refs:bounce_buffer
667 if (host->bounce_buffer) { in sdhci_pre_dma_transfer()
683 host->bounce_buffer, length); in sdhci_pre_dma_transfer()
898 if (host->bounce_buffer) in sdhci_sdma_address()
3023 if (host->flags & SDHCI_REQ_USE_DMA && !host->bounce_buffer) in sdhci_pre_req()
3157 if (host->bounce_buffer) { in sdhci_request_done()
3180 host->bounce_buffer, in sdhci_request_done()
4198 host->bounce_buffer = devm_kmalloc(mmc_dev(mmc), in sdhci_allocate_bounce_buffer()
4201 if (!host->bounce_buffer) { in sdhci_allocate_bounce_buffer()
4213 host->bounce_buffer, in sdhci_allocate_bounce_buffer()
4218 devm_kfree(mmc_dev(mmc), host->bounce_buffer); in sdhci_allocate_bounce_buffer()
4219 host->bounce_buffer = NULL; in sdhci_allocate_bounce_buffer()