Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c509 if (stage->vf_frame_allocated) { in pipeline_stage_destroy()
619 stage->vf_frame_allocated = false; in pipeline_stage_create()
644 stage->vf_frame_allocated = true; in pipeline_stage_create()
650 stage->vf_frame_allocated = true; in pipeline_stage_create()
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/
H A Dia_css_pipeline.h37 bool vf_frame_allocated; member