Home
last modified time | relevance | path

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

/openbmc/linux/include/media/
H A Dvideobuf2-core.h285 unsigned int skip_cache_sync_on_finish:1; member
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-sg.c217 if (buf->vb->skip_cache_sync_on_finish) in vb2_dma_sg_finish()
H A Dvideobuf2-dma-contig.c149 if (buf->vb->skip_cache_sync_on_finish) in vb2_dc_finish()
H A Dvideobuf2-core.c391 vb->skip_cache_sync_on_finish = 1; in init_buffer_cache_hints()
401 vb->skip_cache_sync_on_finish = 1; in init_buffer_cache_hints()
H A Dvideobuf2-v4l2.c360 vb->skip_cache_sync_on_finish = 1; in set_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()