Home
last modified time | relevance | path

Searched refs:start_nid (Results 1 – 7 of 7) sorted by relevance

/linux/sound/hda/core/
H A Dsysfs.c381 for (i = 0, nid = codec->start_nid; i < codec->num_nodes; i++, nid++) { in widget_tree_create()
424 hda_nid_t start_nid, int num_nodes) in hda_widget_sysfs_reinit() argument
427 hda_nid_t end_nid = start_nid + num_nodes; in hda_widget_sysfs_reinit()
445 for (i = 0, nid = codec->start_nid; i < codec->num_nodes; i++, nid++) { in hda_widget_sysfs_reinit()
446 if (nid < start_nid || nid >= end_nid) in hda_widget_sysfs_reinit()
452 for (i = 0, nid = start_nid; i < num_nodes; i++, nid++) { in hda_widget_sysfs_reinit()
453 if (nid < codec->start_nid || nid >= codec->end_nid) in hda_widget_sysfs_reinit()
458 codec->widgets->nodes[nid - codec->start_nid]; in hda_widget_sysfs_reinit()
H A Dlocal.h11 int hda_widget_sysfs_reinit(struct hdac_device *codec, hda_nid_t start_nid,
/linux/sound/hda/common/
H A Dhwdep.c44 if (verb < codec->core.start_nid || in get_wcap_ioctl()
45 verb >= codec->core.start_nid + codec->core.num_nodes) { in get_wcap_ioctl()
48 verb -= codec->core.start_nid; in get_wcap_ioctl()
H A Dhda_local.h468 for ((nid) = (codec)->core.start_nid; (nid) < (codec)->core.end_nid; (nid)++)
484 if (nid < codec->core.start_nid || in get_wcaps()
485 nid >= codec->core.start_nid + codec->core.num_nodes) in get_wcaps()
487 return codec->wcaps[nid - codec->core.start_nid]; in get_wcaps()
511 if (nid >= codec->core.start_nid && in snd_hda_override_wcaps()
512 nid < codec->core.start_nid + codec->core.num_nodes) in snd_hda_override_wcaps()
513 codec->wcaps[nid - codec->core.start_nid] = val; in snd_hda_override_wcaps()
H A Dcodec.c431 nid = codec->core.start_nid; in read_widget_caps()
/linux/sound/hda/codecs/hdmi/
H A Dhdmi.c1569 hda_nid_t start_nid; in snd_hda_hdmi_parse_codec() local
1574 nodes = snd_hda_get_sub_nodes(codec, codec->core.afg, &start_nid); in snd_hda_hdmi_parse_codec()
1575 if (!start_nid || nodes < 0) { in snd_hda_hdmi_parse_codec()
1593 hda_nid_t nid = start_nid + i; in snd_hda_hdmi_parse_codec()
1606 hda_nid_t nid = start_nid + i; in snd_hda_hdmi_parse_codec()
/linux/include/sound/
H A Dhdaudio.h82 hda_nid_t start_nid, end_nid; member