/linux/drivers/staging/media/hantro/ |
A D | hantro_jpeg.c | 332 ctx->jpeg_enc.bounce_buffer.size = in hantro_jpeg_enc_init() 336 ctx->jpeg_enc.bounce_buffer.cpu = in hantro_jpeg_enc_init() 338 ctx->jpeg_enc.bounce_buffer.size, in hantro_jpeg_enc_init() 339 &ctx->jpeg_enc.bounce_buffer.dma, in hantro_jpeg_enc_init() 342 if (!ctx->jpeg_enc.bounce_buffer.cpu) in hantro_jpeg_enc_init() 351 ctx->jpeg_enc.bounce_buffer.size, in hantro_jpeg_enc_exit() 352 ctx->jpeg_enc.bounce_buffer.cpu, in hantro_jpeg_enc_exit() 353 ctx->jpeg_enc.bounce_buffer.dma, in hantro_jpeg_enc_exit()
|
A D | hantro_h1_jpeg_enc.c | 40 vepu_write_relaxed(vpu, ctx->jpeg_enc.bounce_buffer.dma, in hantro_h1_jpeg_enc_set_buffers() 42 vepu_write_relaxed(vpu, ctx->jpeg_enc.bounce_buffer.size, in hantro_h1_jpeg_enc_set_buffers() 155 ctx->jpeg_enc.bounce_buffer.cpu, bytesused); in hantro_jpeg_enc_done()
|
A D | rockchip_vpu2_hw_jpeg_enc.c | 71 vepu_write_relaxed(vpu, ctx->jpeg_enc.bounce_buffer.dma, in rockchip_vpu2_jpeg_enc_set_buffers() 73 vepu_write_relaxed(vpu, ctx->jpeg_enc.bounce_buffer.size, in rockchip_vpu2_jpeg_enc_set_buffers()
|
A D | hantro_hw.h | 51 struct hantro_aux_buf bounce_buffer; member
|
/linux/drivers/net/ethernet/amazon/ena/ |
A D | ena_eth_com.c | 49 u8 *bounce_buffer) in ena_com_write_bounce_buffer_to_dev() argument 79 bounce_buffer, (llq_info->desc_list_entry_size) / 8); in ena_com_write_bounce_buffer_to_dev() 96 u8 *bounce_buffer = pkt_ctrl->curr_bounce_buf; in ena_com_write_header_to_bounce() local 112 if (unlikely(!bounce_buffer)) { in ena_com_write_header_to_bounce() 118 memcpy(bounce_buffer + header_offset, header_src, header_len); in ena_com_write_header_to_bounce() 126 u8 *bounce_buffer; in get_sq_desc_llq() local 129 bounce_buffer = pkt_ctrl->curr_bounce_buf; in get_sq_desc_llq() 131 if (unlikely(!bounce_buffer)) { in get_sq_desc_llq() 137 sq_desc = bounce_buffer + pkt_ctrl->idx * io_sq->desc_entry_size; in get_sq_desc_llq()
|
/linux/drivers/tty/hvc/ |
A D | hvc_vio.c | 230 unsigned char bounce_buffer[16]; in udbg_hvc_putc() local 245 bounce_buffer[0] = c; in udbg_hvc_putc() 246 count = hvterm_raw_put_chars(0, bounce_buffer, 1); in udbg_hvc_putc()
|
/linux/drivers/mtd/nand/raw/ |
A D | r852.c | 207 memcpy(dev->bounce_buffer, buf, R852_DMA_LEN); in r852_do_dma() 224 memcpy((void *)buf, dev->bounce_buffer, R852_DMA_LEN); in r852_do_dma() 897 dev->bounce_buffer = dma_alloc_coherent(&pci_dev->dev, R852_DMA_LEN, in r852_probe() 900 if (!dev->bounce_buffer) in r852_probe() 958 dma_free_coherent(&pci_dev->dev, R852_DMA_LEN, dev->bounce_buffer, in r852_probe() 992 dma_free_coherent(&pci_dev->dev, R852_DMA_LEN, dev->bounce_buffer, in r852_remove()
|
A D | r852.h | 117 uint8_t *bounce_buffer; /* virtual address of bounce buffer */ member
|
/linux/drivers/mmc/host/ |
A D | sdhci-esdhc-mcf.c | 330 host->bounce_buffer, length); in esdhc_mcf_copy_to_bounce_buffer() 332 esdhc_mcf_buffer_swap32((u32 *)host->bounce_buffer, in esdhc_mcf_copy_to_bounce_buffer() 466 if (!host->bounce_buffer) { in sdhci_esdhc_mcf_probe()
|
A D | sdhci.c | 631 if (host->bounce_buffer) { in sdhci_pre_dma_transfer() 647 host->bounce_buffer, length); in sdhci_pre_dma_transfer() 862 if (host->bounce_buffer) in sdhci_sdma_address() 2948 if (host->flags & SDHCI_REQ_USE_DMA && !host->bounce_buffer) in sdhci_pre_req() 3088 if (host->bounce_buffer) { in sdhci_request_done() 3111 host->bounce_buffer, in sdhci_request_done() 4104 host->bounce_buffer = devm_kmalloc(mmc_dev(mmc), in sdhci_allocate_bounce_buffer() 4107 if (!host->bounce_buffer) { in sdhci_allocate_bounce_buffer() 4119 host->bounce_buffer, in sdhci_allocate_bounce_buffer() 4124 devm_kfree(mmc_dev(mmc), host->bounce_buffer); in sdhci_allocate_bounce_buffer() [all …]
|
A D | sdhci.h | 484 char *bounce_buffer; /* For packing SDMA reads/writes */ member
|
/linux/include/linux/iio/ |
A D | iio-opaque.h | 55 void *bounce_buffer; member
|
/linux/drivers/gpu/drm/via/ |
A D | via_dmablit.h | 47 unsigned char *bounce_buffer; member
|
A D | via_dmablit.c | 200 vfree(vsg->bounce_buffer); in via_free_sg_info() 201 vsg->bounce_buffer = NULL; in via_free_sg_info() 583 vsg->bounce_buffer = NULL; in via_build_sg_info()
|
/linux/drivers/rpmsg/ |
A D | qcom_smd.c | 220 void *bounce_buffer; member 554 ptr = channel->bounce_buffer; in qcom_smd_channel_recv_single() 826 channel->bounce_buffer = kmalloc(bb_size, GFP_KERNEL); in qcom_smd_channel_open() 827 if (!channel->bounce_buffer) in qcom_smd_channel_open() 868 kfree(channel->bounce_buffer); in qcom_smd_channel_close() 869 channel->bounce_buffer = NULL; in qcom_smd_channel_close()
|
/linux/drivers/net/ethernet/ibm/ |
A D | ibmveth.h | 148 void *bounce_buffer; member
|
A D | ibmveth.c | 598 adapter->bounce_buffer = dma_alloc_coherent(&adapter->vdev->dev, in ibmveth_open() 601 if (!adapter->bounce_buffer) { in ibmveth_open() 690 adapter->bounce_buffer, adapter->bounce_buffer_dma); in ibmveth_close() 1090 skb_copy_from_linear_data(skb, adapter->bounce_buffer, in ibmveth_start_xmit()
|
/linux/drivers/iio/ |
A D | industrialio-buffer.c | 1895 iio_dev_opaque->bounce_buffer, in iio_push_to_buffers_with_ts_unaligned() 1899 iio_dev_opaque->bounce_buffer = bb; in iio_push_to_buffers_with_ts_unaligned() 1902 memcpy(iio_dev_opaque->bounce_buffer, data, data_sz); in iio_push_to_buffers_with_ts_unaligned() 1904 iio_dev_opaque->bounce_buffer, in iio_push_to_buffers_with_ts_unaligned()
|