Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-m2m.c534 m2m->chained_count++; in mxc_isi_m2m_streamon()
553 if (ctx->chained && --m2m->chained_count == 0) in mxc_isi_m2m_streamon()
586 if (ctx->chained && --m2m->chained_count == 0) in mxc_isi_m2m_streamoff()
H A Dimx8-isi-core.h275 int chained_count; member