Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/tegra-video/
H A Dcsi.h110 void (*csi_stop_streaming)(struct tegra_csi_channel *csi_chan); member
H A Dcsi.c365 csi->ops->csi_stop_streaming(csi_chan); in tegra_csi_enable_stream()
402 csi->ops->csi_stop_streaming(csi_chan); in tegra_csi_disable_stream()
648 csi->ops->csi_stop_streaming(csi_chan); in tegra_csi_error_recover()
H A Dtegra210.c1209 .csi_stop_streaming = tegra210_csi_stop_streaming,