Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-hw.c559 if ((pipe->available_res & resources) != resources) { in mxc_isi_channel_acquire()
566 pipe->available_res &= ~resources; in mxc_isi_channel_acquire()
580 pipe->available_res |= pipe->acquired_res; in mxc_isi_channel_release()
617 if ((chained_pipe->available_res & resources) != resources) { in mxc_isi_channel_chain()
624 chained_pipe->available_res &= ~resources; in mxc_isi_channel_chain()
645 chained_pipe->available_res |= chained_pipe->chained_res; in mxc_isi_channel_unchain()
H A Dimx8-isi-core.h255 u8 available_res; member
H A Dimx8-isi-pipe.c762 pipe->available_res = MXC_ISI_CHANNEL_RES_LINE_BUF in mxc_isi_pipe_init()