Lines Matching defs:codec
23 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in hda_codec_match() local
44 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in hda_codec_unsol_event() local
59 int snd_hda_codec_set_name(struct hda_codec *codec, const char *name) in snd_hda_codec_set_name()
84 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_probe() local
147 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_remove() local
164 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_shutdown() local
193 static inline bool codec_probed(struct hda_codec *codec) in codec_probed()
199 static void request_codec_module(struct hda_codec *codec) in request_codec_module()
228 static void codec_bind_module(struct hda_codec *codec) in codec_bind_module()
239 static bool is_likely_hdmi_codec(struct hda_codec *codec) in is_likely_hdmi_codec()
258 #define is_likely_hdmi_codec(codec) false argument
261 static int codec_bind_generic(struct hda_codec *codec) in codec_bind_generic()
281 #define is_generic_config(codec) \ argument
284 #define is_generic_config(codec) 0 argument
296 int snd_hda_codec_configure(struct hda_codec *codec) in snd_hda_codec_configure()