Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/tegra-video/
Dcsi.h109 int (*csi_start_streaming)(struct tegra_csi_channel *csi_chan); member
Dcsi.c344 ret = csi->ops->csi_start_streaming(csi_chan); in tegra_csi_enable_stream()
658 csi->ops->csi_start_streaming(csi_chan); in tegra_csi_error_recover()
Dtegra210.c1208 .csi_start_streaming = tegra210_csi_start_streaming,