Lines Matching defs:codec

25 #define codec_is_running(codec)				\  argument
29 #define codec_is_running(codec) true argument
36 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_volatile_reg() local
63 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_writeable_reg() local
112 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_readable_reg() local
152 static int hda_reg_read_stereo_amp(struct hdac_device *codec, in hda_reg_read_stereo_amp()
170 static int hda_reg_write_stereo_amp(struct hdac_device *codec, in hda_reg_write_stereo_amp()
200 static int hda_reg_read_coef(struct hdac_device *codec, unsigned int reg, in hda_reg_read_coef()
218 static int hda_reg_write_coef(struct hdac_device *codec, unsigned int reg, in hda_reg_write_coef()
238 struct hdac_device *codec = context; in hda_reg_read() local
267 struct hdac_device *codec = context; in hda_reg_write() local
348 int snd_hdac_regmap_init(struct hdac_device *codec) in snd_hdac_regmap_init()
365 void snd_hdac_regmap_exit(struct hdac_device *codec) in snd_hdac_regmap_exit()
382 int snd_hdac_regmap_add_vendor_verb(struct hdac_device *codec, in snd_hdac_regmap_add_vendor_verb()
399 static int reg_raw_write(struct hdac_device *codec, unsigned int reg, in reg_raw_write()
416 int snd_hdac_regmap_write_raw(struct hdac_device *codec, unsigned int reg, in snd_hdac_regmap_write_raw()
432 static int reg_raw_read(struct hdac_device *codec, unsigned int reg, in reg_raw_read()
449 int snd_hdac_regmap_read_raw(struct hdac_device *codec, unsigned int reg, in snd_hdac_regmap_read_raw()
474 int snd_hdac_regmap_update_raw(struct hdac_device *codec, unsigned int reg, in snd_hdac_regmap_update_raw()