Home
last modified time | relevance | path

Searched refs:bounce_buffer_size (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/iio/
H A Diio-opaque.h32 * @bounce_buffer_size: size of currently allocate bounce buffer
64 size_t bounce_buffer_size; member
/linux/drivers/mmc/host/
H A Dsdhci.c669 if (length > host->bounce_buffer_size) { in sdhci_pre_dma_transfer()
672 host->bounce_buffer_size); in sdhci_pre_dma_transfer()
688 host->bounce_buffer_size, in sdhci_pre_dma_transfer()
3115 if (length > host->bounce_buffer_size) { in sdhci_request_done_dma()
3118 host->bounce_buffer_size, in sdhci_request_done_dma()
3121 length = host->bounce_buffer_size; in sdhci_request_done_dma()
3125 host->bounce_buffer_size, in sdhci_request_done_dma()
3135 host->bounce_buffer_size, in sdhci_request_done_dma()
4242 host->bounce_buffer_size = bounce_size; in sdhci_allocate_bounce_buffer()
H A Dsdhci.h545 unsigned int bounce_buffer_size; member
/linux/drivers/iio/
H A Dindustrialio-buffer.c2420 if (iio_dev_opaque->bounce_buffer_size != indio_dev->scan_bytes) { in iio_push_to_buffers_with_ts_unaligned()
2429 iio_dev_opaque->bounce_buffer_size = indio_dev->scan_bytes; in iio_push_to_buffers_with_ts_unaligned()