Home
last modified time | relevance | path

Searched refs:skip_cache_sync_on_prepare (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/media/
H A Dvideobuf2-core.h284 unsigned int skip_cache_sync_on_prepare:1; member
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-sg.c206 if (buf->vb->skip_cache_sync_on_prepare) in vb2_dma_sg_prepare()
H A Dvideobuf2-dma-contig.c129 if (buf->vb->skip_cache_sync_on_prepare) in vb2_dc_prepare()
H A Dvideobuf2-v4l2.c363 vb->skip_cache_sync_on_prepare = 1; in set_buffer_cache_hints()
H A Dvideobuf2-core.c388 vb->skip_cache_sync_on_prepare = 1; in init_buffer_cache_hints()
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_fops.c389 if (!(vb->skip_cache_sync_on_finish && vb->skip_cache_sync_on_prepare)) in atomisp_buf_queue()