Home
last modified time | relevance | path

Searched refs:tegra_csi_channel (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/media/tegra-video/
H A Dcsi.h62 struct tegra_csi_channel { struct
109 int (*csi_start_streaming)(struct tegra_csi_channel *csi_chan);
110 void (*csi_stop_streaming)(struct tegra_csi_channel *csi_chan);
111 void (*csi_err_recover)(struct tegra_csi_channel *csi_chan);
155 void tegra_csi_calc_settle_time(struct tegra_csi_channel *csi_chan,
H A Dcsi.c31 return container_of(subdev, struct tegra_csi_channel, subdev); in to_csi_chan()
84 struct tegra_csi_channel *csi_chan = to_csi_chan(subdev); in csi_get_format()
159 struct tegra_csi_channel *csi_chan = to_csi_chan(subdev); in csi_enum_frameintervals()
186 struct tegra_csi_channel *csi_chan = to_csi_chan(subdev); in csi_set_format()
228 struct tegra_csi_channel *csi_chan = to_csi_chan(subdev); in tegra_csi_g_frame_interval()
296 struct tegra_csi_channel *csi_chan = to_csi_chan(subdev); in tegra_csi_enable_stream()
385 struct tegra_csi_channel *csi_chan = to_csi_chan(subdev); in tegra_csi_disable_stream()
455 struct tegra_csi_channel *chan; in tegra_csi_channel_alloc()
644 struct tegra_csi_channel *csi_chan = to_csi_chan(sd); in tegra_csi_error_recover()
655 struct tegra_csi_channel *chan; in tegra_csi_channels_init()
[all …]
H A Dtegra210.c905 static void tegra210_csi_port_recover(struct tegra_csi_channel *csi_chan, in tegra210_csi_port_recover()
957 static void tegra210_csi_error_recover(struct tegra_csi_channel *csi_chan) in tegra210_csi_error_recover()
967 tegra210_csi_port_start_streaming(struct tegra_csi_channel *csi_chan, in tegra210_csi_port_start_streaming()
1076 tegra210_csi_port_stop_streaming(struct tegra_csi_channel *csi_chan, u8 portno) in tegra210_csi_port_stop_streaming()
1116 static int tegra210_csi_start_streaming(struct tegra_csi_channel *csi_chan) in tegra210_csi_start_streaming()
1136 static void tegra210_csi_stop_streaming(struct tegra_csi_channel *csi_chan) in tegra210_csi_stop_streaming()
H A Dvi.c1338 struct tegra_csi_channel *csi_chan; in tegra_v4l2_nodes_cleanup_tpg()
1353 struct tegra_csi_channel *csi_chan; in tegra_v4l2_nodes_setup_tpg()
1361 struct tegra_csi_channel, list); in tegra_v4l2_nodes_setup_tpg()