Lines Matching defs:codec

22 static int cs8409_parse_auto_config(struct hda_codec *codec)  in cs8409_parse_auto_config()
55 static struct cs8409_spec *cs8409_alloc_spec(struct hda_codec *codec) in cs8409_alloc_spec()
72 static inline int cs8409_vendor_coef_get(struct hda_codec *codec, unsigned int idx) in cs8409_vendor_coef_get()
78 static inline void cs8409_vendor_coef_set(struct hda_codec *codec, unsigned int idx, in cs8409_vendor_coef_set()
91 static void cs8409_disable_i2c_clock(struct hda_codec *codec) in cs8409_disable_i2c_clock()
120 static void cs8409_enable_i2c_clock(struct hda_codec *codec) in cs8409_enable_i2c_clock()
146 static int cs8409_i2c_wait_complete(struct hda_codec *codec) in cs8409_i2c_wait_complete()
159 static void cs8409_set_i2c_dev_addr(struct hda_codec *codec, unsigned int addr) in cs8409_set_i2c_dev_addr()
178 struct hda_codec *codec = scodec->codec; in cs8409_i2c_set_page() local
199 struct hda_codec *codec = scodec->codec; in cs8409_i2c_read() local
242 struct hda_codec *codec = scodec->codec; in cs8409_i2c_bulk_read() local
287 struct hda_codec *codec = scodec->codec; in cs8409_i2c_write() local
328 struct hda_codec *codec = scodec->codec; in cs8409_i2c_bulk_write() local
361 static int cs8409_init(struct hda_codec *codec) in cs8409_init()
371 static int cs8409_build_controls(struct hda_codec *codec) in cs8409_build_controls()
384 static void cs8409_enable_ur(struct hda_codec *codec, int flag) in cs8409_enable_ur()
400 static void cs8409_fix_caps(struct hda_codec *codec, unsigned int nid) in cs8409_fix_caps()
453 struct hda_codec *codec = snd_kcontrol_chip(kctrl); in cs42l42_volume_get() local
512 struct hda_codec *codec = snd_kcontrol_chip(kctrl); in cs42l42_volume_put() local
544 struct hda_codec *codec, in cs42l42_playback_pcm_hook()
573 struct hda_codec *codec, in cs42l42_capture_pcm_hook()
726 struct hda_codec *codec = cs42l42->codec; in cs42l42_resume() local
764 struct hda_codec *codec = cs42l42->codec; in cs42l42_suspend() local
802 static void cs8409_free(struct hda_codec *codec) in cs8409_free()
825 static void cs8409_cs42l42_jack_unsol_event(struct hda_codec *codec, unsigned int res) in cs8409_cs42l42_jack_unsol_event()
857 static int cs8409_cs42l42_suspend(struct hda_codec *codec) in cs8409_cs42l42_suspend()
882 static void cs8409_cs42l42_hw_init(struct hda_codec *codec) in cs8409_cs42l42_hw_init()
930 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in cs8409_cs42l42_exec_verb() local
962 void cs8409_cs42l42_fixups(struct hda_codec *codec, const struct hda_fixup *fix, int action) in cs8409_cs42l42_fixups()
1069 static void dolphin_jack_unsol_event(struct hda_codec *codec, unsigned int res) in dolphin_jack_unsol_event()
1105 static void dolphin_hw_init(struct hda_codec *codec) in dolphin_hw_init()
1147 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in dolphin_exec_verb() local
1182 void dolphin_fixups(struct hda_codec *codec, const struct hda_fixup *fix, int action) in dolphin_fixups()
1270 static int patch_cs8409(struct hda_codec *codec) in patch_cs8409()