Searched refs:sd_pre_dma_transfer (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | rtsx_pci_sdmmc.c | 137 * sd_pre_dma_transfer - do dma_map_sg() or using cookie 144 static int sd_pre_dma_transfer(struct realtek_pci_sdmmc *host, in sd_pre_dma_transfer() function 190 sd_pre_dma_transfer(host, data, true); in sdmmc_pre_req() 880 host->using_cookie = sd_pre_dma_transfer(host, data, false); in sdmmc_request()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | rtsx_pci_sdmmc.c | 140 * sd_pre_dma_transfer - do dma_map_sg() or using cookie 147 static int sd_pre_dma_transfer(struct realtek_pci_sdmmc *host, in sd_pre_dma_transfer() function 193 sd_pre_dma_transfer(host, data, true); in sdmmc_pre_req() 883 host->using_cookie = sd_pre_dma_transfer(host, data, false); in sdmmc_request()
|
Completed in 5 milliseconds