Searched refs:allow_cache_hints (Results 1 – 3 of 3) sorted by relevance
587 unsigned int allow_cache_hints:1; member657 return q->allow_cache_hints && q->memory == VB2_MEMORY_MMAP; in vb2_queue_allows_cache_hints()
687 if (q->allow_cache_hints && q->io_modes & VB2_MMAP) in fill_buf_caps()699 if (!q->allow_cache_hints || memory != V4L2_MEMORY_MMAP) { in validate_memory_flags()
900 q->allow_cache_hints = (cache_hints[dev->inst] == 1); in vivid_create_queue()
Completed in 13 milliseconds