Lines Matching defs:adev
251 static int wm97xx_ac97_probe(struct ac97_codec_device *adev)
258 struct wm97xx_pdata *pdata = snd_ac97_codec_get_platdata(adev);
260 wm97xx = devm_kzalloc(ac97_codec_dev2dev(adev),
265 wm97xx->dev = ac97_codec_dev2dev(adev);
266 wm97xx->ac97 = snd_ac97_compat_alloc(adev);
271 ac97_set_drvdata(adev, wm97xx);
273 adev->vendor_id);
279 switch (adev->vendor_id) {
322 static int wm97xx_ac97_remove(struct ac97_codec_device *adev)
324 struct wm97xx_priv *wm97xx = ac97_get_drvdata(adev);