Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tegra/
H A Dsor.c397 struct tegra_sor_ops { struct
398 const char *name;
399 int (*probe)(struct tegra_sor *sor);
400 void (*audio_enable)(struct tegra_sor *sor);
401 void (*audio_disable)(struct tegra_sor *sor);
/openbmc/u-boot/drivers/video/tegra124/
H A Dsor.c1064 static const struct video_bridge_ops tegra_sor_ops = { variable