Home
last modified time | relevance | path

Searched defs:tegra_vi_channel (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/staging/media/tegra-video/
H A Dvi.h181 struct tegra_vi_channel { struct
182 struct list_head list;
183 struct video_device video;
185 struct mutex video_lock;
186 struct media_pad pad;
188 struct tegra_vi *vi;
189 struct host1x_syncpt *frame_start_sp[GANG_PORTS_MAX];
190 struct host1x_syncpt *mw_ack_sp[GANG_PORTS_MAX];
192 spinlock_t sp_incr_lock[GANG_PORTS_MAX];
193 u32 next_out_sp_idx;
[all …]