Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Drenesas_sdhi_sys_dmac.c223 sg_init_one(&host->bounce_sg, host->bounce_buf, sg->length); in renesas_sdhi_sys_dmac_start_dma_rx()
224 host->sg_ptr = &host->bounce_sg; in renesas_sdhi_sys_dmac_start_dma_rx()
299 sg_init_one(&host->bounce_sg, host->bounce_buf, sg->length); in renesas_sdhi_sys_dmac_start_dma_tx()
300 memcpy(host->bounce_buf, sg_vaddr, host->bounce_sg.length); in renesas_sdhi_sys_dmac_start_dma_tx()
302 host->sg_ptr = &host->bounce_sg; in renesas_sdhi_sys_dmac_start_dma_tx()
Dtmio_mmc.h153 struct scatterlist bounce_sg; member
Dtmio_mmc_core.c480 if (host->sg_ptr == &host->bounce_sg) { in tmio_mmc_check_bounce_buffer()
484 memcpy(sg_vaddr, host->bounce_buf, host->bounce_sg.length); in tmio_mmc_check_bounce_buffer()
Dusdhi6rol0.c177 struct scatterlist bounce_sg; member
/Linux-v4.19/drivers/usb/host/whci/
Dwhcd.h94 struct scatterlist *bounce_sg; member
Dqset.c261 sg = std->bounce_sg; in qset_copy_bounce_to_sg()
581 std->bounce_sg = sg; in qset_add_urb_sg_linearize()