Searched refs:start_nid (Results 1 – 7 of 7) sorted by relevance
| /linux/sound/hda/core/ |
| H A D | sysfs.c | 381 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 D | local.h | 11 int hda_widget_sysfs_reinit(struct hdac_device *codec, hda_nid_t start_nid,
|
| /linux/sound/hda/common/ |
| H A D | hwdep.c | 44 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 D | hda_local.h | 468 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 D | codec.c | 431 nid = codec->core.start_nid; in read_widget_caps()
|
| /linux/sound/hda/codecs/hdmi/ |
| H A D | hdmi.c | 1569 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 D | hdaudio.h | 82 hda_nid_t start_nid, end_nid; member
|