Symbol: tegra_csi_channel
drivers/staging/media/tegra-video/csi.c
112
static void csi_chan_update_blank_intervals(struct tegra_csi_channel *csi_chan,
drivers/staging/media/tegra-video/csi.c
159
struct tegra_csi_channel *csi_chan = to_csi_chan(subdev);
drivers/staging/media/tegra-video/csi.c
186
struct tegra_csi_channel *csi_chan = to_csi_chan(subdev);
drivers/staging/media/tegra-video/csi.c
229
struct tegra_csi_channel *csi_chan = to_csi_chan(subdev);
drivers/staging/media/tegra-video/csi.c
247
static unsigned int csi_get_pixel_rate(struct tegra_csi_channel *csi_chan)
drivers/staging/media/tegra-video/csi.c
262
void tegra_csi_calc_settle_time(struct tegra_csi_channel *csi_chan,
drivers/staging/media/tegra-video/csi.c
29
static inline struct tegra_csi_channel *to_csi_chan(struct v4l2_subdev *subdev)
drivers/staging/media/tegra-video/csi.c
304
struct tegra_csi_channel *csi_chan = to_csi_chan(subdev);
drivers/staging/media/tegra-video/csi.c
31
return container_of(subdev, struct tegra_csi_channel, subdev);
drivers/staging/media/tegra-video/csi.c
393
struct tegra_csi_channel *csi_chan = to_csi_chan(subdev);
drivers/staging/media/tegra-video/csi.c
463
struct tegra_csi_channel *chan;
drivers/staging/media/tegra-video/csi.c
598
static int tegra_csi_channel_init(struct tegra_csi_channel *chan)
drivers/staging/media/tegra-video/csi.c
652
struct tegra_csi_channel *csi_chan = to_csi_chan(sd);
drivers/staging/media/tegra-video/csi.c
663
struct tegra_csi_channel *chan;
drivers/staging/media/tegra-video/csi.c
682
struct tegra_csi_channel *chan, *tmp;
drivers/staging/media/tegra-video/csi.c
84
struct tegra_csi_channel *csi_chan = to_csi_chan(subdev);
drivers/staging/media/tegra-video/csi.h
109
int (*csi_start_streaming)(struct tegra_csi_channel *csi_chan);
drivers/staging/media/tegra-video/csi.h
110
void (*csi_stop_streaming)(struct tegra_csi_channel *csi_chan);
drivers/staging/media/tegra-video/csi.h
111
void (*csi_err_recover)(struct tegra_csi_channel *csi_chan);
drivers/staging/media/tegra-video/csi.h
159
void tegra_csi_calc_settle_time(struct tegra_csi_channel *csi_chan,
drivers/staging/media/tegra-video/tegra210.c
1076
tegra210_csi_port_stop_streaming(struct tegra_csi_channel *csi_chan, u8 portno)
drivers/staging/media/tegra-video/tegra210.c
1116
static int tegra210_csi_start_streaming(struct tegra_csi_channel *csi_chan)
drivers/staging/media/tegra-video/tegra210.c
1136
static void tegra210_csi_stop_streaming(struct tegra_csi_channel *csi_chan)
drivers/staging/media/tegra-video/tegra210.c
905
static void tegra210_csi_port_recover(struct tegra_csi_channel *csi_chan,
drivers/staging/media/tegra-video/tegra210.c
957
static void tegra210_csi_error_recover(struct tegra_csi_channel *csi_chan)
drivers/staging/media/tegra-video/tegra210.c
967
tegra210_csi_port_start_streaming(struct tegra_csi_channel *csi_chan,
drivers/staging/media/tegra-video/vi.c
1341
struct tegra_csi_channel *csi_chan;
drivers/staging/media/tegra-video/vi.c
1356
struct tegra_csi_channel *csi_chan;
drivers/staging/media/tegra-video/vi.c
1364
struct tegra_csi_channel, list);