Searched refs:snd_hdac_read_parm_uncached (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_device.c | 304 * snd_hdac_read_parm_uncached - read a codec parameter without caching 312 int snd_hdac_read_parm_uncached(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm_uncached() function 322 EXPORT_SYMBOL_GPL(snd_hdac_read_parm_uncached); variable 361 parm = snd_hdac_read_parm_uncached(codec, nid, AC_PAR_NODE_COUNT); in snd_hdac_get_sub_nodes()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_device.c | 304 * snd_hdac_read_parm_uncached - read a codec parameter without caching 312 int snd_hdac_read_parm_uncached(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm_uncached() function 322 EXPORT_SYMBOL_GPL(snd_hdac_read_parm_uncached); variable 361 parm = snd_hdac_read_parm_uncached(codec, nid, AC_PAR_NODE_COUNT); in snd_hdac_get_sub_nodes()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hdaudio.h | 131 int snd_hdac_read_parm_uncached(struct hdac_device *codec, hda_nid_t nid,
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hdaudio.h | 135 int snd_hdac_read_parm_uncached(struct hdac_device *codec, hda_nid_t nid,
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_proc.c | 23 snd_hdac_read_parm_uncached(&(codec)->core, nid, parm)
|
H A D | hda_codec.c | 309 parm = snd_hdac_read_parm_uncached(&codec->core, nid, AC_PAR_DEVLIST_LEN); in snd_hda_get_num_devices() 426 codec->wcaps[i] = snd_hdac_read_parm_uncached(&codec->core, in read_widget_caps()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_proc.c | 23 snd_hdac_read_parm_uncached(&(codec)->core, nid, parm)
|
H A D | hda_codec.c | 309 parm = snd_hdac_read_parm_uncached(&codec->core, nid, AC_PAR_DEVLIST_LEN); in snd_hda_get_num_devices() 426 codec->wcaps[i] = snd_hdac_read_parm_uncached(&codec->core, in read_widget_caps()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | hdac_hdmi.c | 229 param = snd_hdac_read_parm_uncached(hdev, nid, AC_PAR_DEVLIST_LEN); in hdac_hdmi_get_port_len()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | hdac_hdmi.c | 229 param = snd_hdac_read_parm_uncached(hdev, nid, AC_PAR_DEVLIST_LEN); in hdac_hdmi_get_port_len()
|
Completed in 26 milliseconds