Home
last modified time | relevance | path

Searched refs:is_nid_contained (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_generic.c251 static bool is_nid_contained(struct nid_path *path, hda_nid_t nid) in is_nid_contained() function
270 (anchor_nid > 0 && is_nid_contained(path, anchor_nid)) || in get_nid_path()
271 (anchor_nid < 0 && !is_nid_contained(path, anchor_nid))) in get_nid_path()
1651 is_nid_contained(path, spec->mixer_nid)) in check_aamix_out_path()
1695 if (!spec->mixer_nid || !is_nid_contained(path, spec->mixer_nid)) in indep_hp_possible()
1703 if (path && is_nid_contained(path, spec->mixer_nid)) in indep_hp_possible()
1708 if (path && is_nid_contained(path, spec->mixer_nid)) in indep_hp_possible()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_generic.c251 static bool is_nid_contained(struct nid_path *path, hda_nid_t nid) in is_nid_contained() function
270 (anchor_nid > 0 && is_nid_contained(path, anchor_nid)) || in get_nid_path()
271 (anchor_nid < 0 && !is_nid_contained(path, anchor_nid))) in get_nid_path()
1657 is_nid_contained(path, spec->mixer_nid)) in check_aamix_out_path()
1701 if (!spec->mixer_nid || !is_nid_contained(path, spec->mixer_nid)) in indep_hp_possible()
1709 if (path && is_nid_contained(path, spec->mixer_nid)) in indep_hp_possible()
1714 if (path && is_nid_contained(path, spec->mixer_nid)) in indep_hp_possible()

Completed in 17 milliseconds