Home
last modified time | relevance | path

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

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