Searched refs:bounce_buffer (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/amazon/ena/ |
D | ena_eth_com.c | 48 u8 *bounce_buffer) in ena_com_write_bounce_buffer_to_dev() argument 77 __iowrite64_copy(io_sq->desc_addr.pbuf_dev_addr + dst_offset, bounce_buffer, in ena_com_write_bounce_buffer_to_dev() 95 u8 *bounce_buffer = pkt_ctrl->curr_bounce_buf; in ena_com_write_header_to_bounce() local 110 if (unlikely(!bounce_buffer)) { in ena_com_write_header_to_bounce() 115 memcpy(bounce_buffer + header_offset, header_src, header_len); in ena_com_write_header_to_bounce() 123 u8 *bounce_buffer; in get_sq_desc_llq() local 126 bounce_buffer = pkt_ctrl->curr_bounce_buf; in get_sq_desc_llq() 128 if (unlikely(!bounce_buffer)) { in get_sq_desc_llq() 133 sq_desc = bounce_buffer + pkt_ctrl->idx * io_sq->desc_entry_size; in get_sq_desc_llq()
|
/linux-6.12.1/drivers/mtd/nand/raw/ |
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()
|
D | r852.h | 117 uint8_t *bounce_buffer; /* virtual address of bounce buffer */ member
|
/linux-6.12.1/drivers/tty/hvc/ |
D | hvc_vio.c | 232 unsigned char bounce_buffer[16]; in udbg_hvc_putc() local 247 bounce_buffer[0] = c; in udbg_hvc_putc() 248 count = hvterm_raw_put_chars(0, bounce_buffer, 1); in udbg_hvc_putc()
|
/linux-6.12.1/include/linux/iio/ |
D | iio-opaque.h | 63 void *bounce_buffer; member
|
/linux-6.12.1/drivers/mmc/host/ |
D | sdhci-esdhc-mcf.c | 332 host->bounce_buffer, length); in esdhc_mcf_copy_to_bounce_buffer() 334 esdhc_mcf_buffer_swap32((u32 *)host->bounce_buffer, in esdhc_mcf_copy_to_bounce_buffer() 468 if (!host->bounce_buffer) { in sdhci_esdhc_mcf_probe()
|
D | sdhci.c | 662 if (host->bounce_buffer) { in sdhci_pre_dma_transfer() 678 host->bounce_buffer, length); in sdhci_pre_dma_transfer() 889 if (host->bounce_buffer) in sdhci_sdma_address() 2989 if (host->flags & SDHCI_REQ_USE_DMA && !host->bounce_buffer) in sdhci_pre_req() 3123 if (host->bounce_buffer) { in sdhci_request_done() 3146 host->bounce_buffer, in sdhci_request_done() 4163 host->bounce_buffer = devm_kmalloc(mmc_dev(mmc), in sdhci_allocate_bounce_buffer() 4166 if (!host->bounce_buffer) { in sdhci_allocate_bounce_buffer() 4178 host->bounce_buffer, in sdhci_allocate_bounce_buffer() 4183 devm_kfree(mmc_dev(mmc), host->bounce_buffer); in sdhci_allocate_bounce_buffer() [all …]
|
D | sdhci.h | 491 char *bounce_buffer; /* For packing SDMA reads/writes */ member
|
/linux-6.12.1/drivers/rpmsg/ |
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-6.12.1/drivers/iio/adc/ |
D | ti-ads1298.c | 124 u32 bounce_buffer[ADS1298_MAX_CHANNELS]; member 492 u32 *bounce = priv->bounce_buffer; in ads1298_rdata_complete() 516 iio_push_to_buffers(indio_dev, priv->bounce_buffer); in ads1298_rdata_complete()
|
/linux-6.12.1/drivers/iio/ |
D | industrialio-buffer.c | 2424 iio_dev_opaque->bounce_buffer, in iio_push_to_buffers_with_ts_unaligned() 2428 iio_dev_opaque->bounce_buffer = bb; in iio_push_to_buffers_with_ts_unaligned() 2431 memcpy(iio_dev_opaque->bounce_buffer, data, data_sz); in iio_push_to_buffers_with_ts_unaligned() 2433 iio_dev_opaque->bounce_buffer, in iio_push_to_buffers_with_ts_unaligned()
|