Home
last modified time | relevance | path

Searched refs:vimc_allocator (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/media/test-drivers/vimc/
Dvimc-core.c19 unsigned int vimc_allocator; variable
20 module_param_named(allocator, vimc_allocator, uint, 0444);
288 if (vimc_allocator == VIMC_ALLOCATOR_DMA_CONTIG) in vimc_probe()
Dvimc-common.h38 extern unsigned int vimc_allocator;
Dvimc-capture.c428 if (vimc_allocator == VIMC_ALLOCATOR_VMALLOC) in vimc_cap_add()
433 q->mem_ops = vimc_allocator == VIMC_ALLOCATOR_DMA_CONTIG in vimc_cap_add()