Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/tegra-video/
H A Dvi.h59 int (*channel_host1x_syncpt_init)(struct tegra_vi_channel *chan); member
H A Dtegra20.c566 .channel_host1x_syncpt_init = tegra20_channel_host1x_syncpt_init,
H A Dtegra210.c806 .channel_host1x_syncpt_init = tegra210_channel_host1x_syncpt_init,
H A Dvi.c1130 ret = vi->ops->channel_host1x_syncpt_init(chan); in tegra_channel_init()