Lines Matching defs:codec

25 static int codec_pm_lock(struct hdac_device *codec)  in codec_pm_lock()
30 static void codec_pm_unlock(struct hdac_device *codec, int lock) in codec_pm_unlock()
40 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_volatile_reg() local
67 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_writeable_reg() local
116 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_readable_reg() local
156 static int hda_reg_read_stereo_amp(struct hdac_device *codec, in hda_reg_read_stereo_amp()
174 static int hda_reg_write_stereo_amp(struct hdac_device *codec, in hda_reg_write_stereo_amp()
204 static int hda_reg_read_coef(struct hdac_device *codec, unsigned int reg, in hda_reg_read_coef()
222 static int hda_reg_write_coef(struct hdac_device *codec, unsigned int reg, in hda_reg_write_coef()
242 struct hdac_device *codec = context; in hda_reg_read() local
281 struct hdac_device *codec = context; in hda_reg_write() local
374 int snd_hdac_regmap_init(struct hdac_device *codec) in snd_hdac_regmap_init()
391 void snd_hdac_regmap_exit(struct hdac_device *codec) in snd_hdac_regmap_exit()
408 int snd_hdac_regmap_add_vendor_verb(struct hdac_device *codec, in snd_hdac_regmap_add_vendor_verb()
425 static int reg_raw_write(struct hdac_device *codec, unsigned int reg, in reg_raw_write()
440 #define CALL_RAW_FUNC(codec, func_call) \ argument
459 int snd_hdac_regmap_write_raw(struct hdac_device *codec, unsigned int reg, in snd_hdac_regmap_write_raw()
466 static int reg_raw_read(struct hdac_device *codec, unsigned int reg, in reg_raw_read()
480 static int __snd_hdac_regmap_read_raw(struct hdac_device *codec, in __snd_hdac_regmap_read_raw()
495 int snd_hdac_regmap_read_raw(struct hdac_device *codec, unsigned int reg, in snd_hdac_regmap_read_raw()
505 int snd_hdac_regmap_read_raw_uncached(struct hdac_device *codec, in snd_hdac_regmap_read_raw_uncached()
511 static int reg_raw_update(struct hdac_device *codec, unsigned int reg, in reg_raw_update()
549 int snd_hdac_regmap_update_raw(struct hdac_device *codec, unsigned int reg, in snd_hdac_regmap_update_raw()
556 static int reg_raw_update_once(struct hdac_device *codec, unsigned int reg, in reg_raw_update_once()
583 int snd_hdac_regmap_update_raw_once(struct hdac_device *codec, unsigned int reg, in snd_hdac_regmap_update_raw_once()
594 void snd_hdac_regmap_sync(struct hdac_device *codec) in snd_hdac_regmap_sync()