Searched refs:pipelines (Results 1 – 2 of 2) sorted by relevance
156 struct list_head pipelines; member
311 list_add_tail(&p->list, &fmd->pipelines); in fimc_md_pipeline_create()319 while (!list_empty(&fmd->pipelines)) { in fimc_md_pipelines_free()322 p = list_entry(fmd->pipelines.next, typeof(*p), list); in fimc_md_pipelines_free()1335 INIT_LIST_HEAD(&fmd->pipelines); in fimc_md_probe()