Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/tegra-video/
Dcsi.h102 int (*csi_start_streaming)(struct tegra_csi_channel *csi_chan); member
Dcsi.c331 ret = csi->ops->csi_start_streaming(csi_chan); in tegra_csi_enable_stream()
586 csi->ops->csi_start_streaming(csi_chan); in tegra_csi_error_recover()
Dtegra210.c984 .csi_start_streaming = tegra210_csi_start_streaming,