Home
last modified time | relevance | path

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

/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-m2m.c286 m2m->chained_count++; in mxc_isi_m2m_vb2_prepare_streaming()
346 if (ctx->chained && --m2m->chained_count == 0) in mxc_isi_m2m_vb2_unprepare_streaming()
700 if (m2m->chained_count > 0) in mxc_isi_m2m_suspend()
714 if (m2m->chained_count > 0) in mxc_isi_m2m_resume()
H A Dimx8-isi-core.h275 int chained_count; member