Home
last modified time | relevance | path

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

/linux/drivers/media/platform/marvell/
H A Dmcam-core.h168 unsigned int dma_buf_size; /* allocated size */ member
/linux/Documentation/admin-guide/media/
H A Dcafe_ccic.rst42 - dma_buf_size: The size of DMA buffers to allocate. Note that this
/linux/drivers/i2c/busses/
H A Di2c-tegra.c286 unsigned int dma_buf_size; member
425 dma_free_coherent(i2c_dev->dma_dev, i2c_dev->dma_buf_size, in tegra_i2c_release_dma()
468 i2c_dev->dma_buf_size = i2c_dev->hw->quirks->max_write_len + in tegra_i2c_init_dma()
471 dma_buf = dma_alloc_coherent(i2c_dev->dma_dev, i2c_dev->dma_buf_size, in tegra_i2c_init_dma()
/linux/drivers/media/pci/ddbridge/
H A Dddbridge-core.c91 static int dma_buf_size = 21; variable
92 module_param(dma_buf_size, int, 0444);
93 MODULE_PARM_DESC(dma_buf_size,
2256 dma->size = dma_buf_size * 128 * 47; in ddb_dma_init()
2263 dma->size = dma_buf_size * 128 * 47; in ddb_dma_init()
3426 if (dma_buf_size < 1) in ddb_init_ddbridge()
3427 dma_buf_size = 1; in ddb_init_ddbridge()
3428 if (dma_buf_size > 43) in ddb_init_ddbridge()
3429 dma_buf_size = 43; in ddb_init_ddbridge()