Lines Matching refs:hda_codec
22 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in hda_codec_match()
50 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in hda_codec_unsol_event()
57 static int codec_refresh_name(struct hda_codec *codec, const char *name) in codec_refresh_name()
68 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_probe()
117 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_remove()
128 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_shutdown()
157 static inline bool codec_probed(struct hda_codec *codec) in codec_probed()
163 static void codec_bind_module(struct hda_codec *codec) in codec_bind_module()
178 static bool is_likely_hdmi_codec(struct hda_codec *codec) in is_likely_hdmi_codec()
200 static int codec_bind_generic(struct hda_codec *codec) in codec_bind_generic()
239 int snd_hda_codec_configure(struct hda_codec *codec) in snd_hda_codec_configure()