Lines Matching defs:dev
37 static int codec_exec_verb(struct hdac_device *dev, unsigned int cmd, in codec_exec_verb()
852 static void snd_hda_codec_dev_release(struct device *dev) in snd_hda_codec_dev_release()
1604 find_mixer_ctl(struct hda_codec *codec, const char *name, int dev, int idx) in find_mixer_ctl()
2941 static int hda_codec_runtime_suspend(struct device *dev) in hda_codec_runtime_suspend()
2960 static int hda_codec_runtime_resume(struct device *dev) in hda_codec_runtime_resume()
2978 static int hda_codec_pm_prepare(struct device *dev) in hda_codec_pm_prepare()
2984 static void hda_codec_pm_complete(struct device *dev) in hda_codec_pm_complete()
2997 static int hda_codec_pm_suspend(struct device *dev) in hda_codec_pm_suspend()
3003 static int hda_codec_pm_resume(struct device *dev) in hda_codec_pm_resume()
3009 static int hda_codec_pm_freeze(struct device *dev) in hda_codec_pm_freeze()
3015 static int hda_codec_pm_thaw(struct device *dev) in hda_codec_pm_thaw()
3021 static int hda_codec_pm_restore(struct device *dev) in hda_codec_pm_restore()
3322 int dev, err; in snd_hda_codec_build_pcms() local
3406 struct device *dev = hda_codec_dev(codec); in codec_set_power_save() local