Searched refs:snd_hdac_regmap_update_raw_once (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_regmap.h | 27 int snd_hdac_regmap_update_raw_once(struct hdac_device *codec, unsigned int reg,
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_regmap.h | 27 int snd_hdac_regmap_update_raw_once(struct hdac_device *codec, unsigned int reg,
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_regmap.c | 577 * snd_hdac_regmap_update_raw_once - initialize the register value only once 587 int snd_hdac_regmap_update_raw_once(struct hdac_device *codec, unsigned int reg, in snd_hdac_regmap_update_raw_once() function 592 EXPORT_SYMBOL_GPL(snd_hdac_regmap_update_raw_once); variable
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_regmap.c | 573 * snd_hdac_regmap_update_raw_once - initialize the register value only once 583 int snd_hdac_regmap_update_raw_once(struct hdac_device *codec, unsigned int reg, in snd_hdac_regmap_update_raw_once() function 588 EXPORT_SYMBOL_GPL(snd_hdac_regmap_update_raw_once); variable
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_codec.c | 1365 return snd_hdac_regmap_update_raw_once(&codec->core, cmd, mask, val); in snd_hda_codec_amp_init()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_codec.c | 1407 return snd_hdac_regmap_update_raw_once(&codec->core, cmd, mask, val); in snd_hda_codec_amp_init()
|
Completed in 13 milliseconds