Lines Matching refs:tegra20_ac97
3 * tegra20_ac97.c - Tegra20 AC97 platform driver
31 #include "tegra20_ac97.h"
35 static struct tegra20_ac97 *workdata;
142 static inline void tegra20_ac97_start_playback(struct tegra20_ac97 *ac97)
155 static inline void tegra20_ac97_stop_playback(struct tegra20_ac97 *ac97)
164 static inline void tegra20_ac97_start_capture(struct tegra20_ac97 *ac97)
171 static inline void tegra20_ac97_stop_capture(struct tegra20_ac97 *ac97)
180 struct tegra20_ac97 *ac97 = snd_soc_dai_get_drvdata(dai);
212 struct tegra20_ac97 *ac97 = snd_soc_dai_get_drvdata(dai);
303 struct tegra20_ac97 *ac97;
308 ac97 = devm_kzalloc(&pdev->dev, sizeof(struct tegra20_ac97),
410 struct tegra20_ac97 *ac97 = dev_get_drvdata(&pdev->dev);