Home
last modified time | relevance | path

Searched refs:buf_alloc_size (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/media/platform/ti/omap3isp/
Dispstat.c349 dma_free_coherent(dev, stat->buf_alloc_size, buf->virt_addr, in isp_stat_bufs_free()
360 stat->buf_alloc_size = 0; in isp_stat_bufs_free()
415 if (stat->buf_alloc_size >= size) { in isp_stat_bufs_alloc()
432 stat->buf_alloc_size = size; in isp_stat_bufs_alloc()
704 stat->buf_alloc_size) { in isp_stat_try_enable()
Dispstat.h108 u32 buf_alloc_size; member