Home
last modified time | relevance | path

Searched refs:path_idx (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_generic.c933 static void resume_path_from_idx(struct hda_codec *codec, int path_idx) in resume_path_from_idx() argument
935 struct nid_path *path = snd_hda_get_path_from_idx(codec, path_idx); in resume_path_from_idx()
1150 static bool path_has_mixer(struct hda_codec *codec, int path_idx, int ctl_type) in path_has_mixer() argument
1152 struct nid_path *path = snd_hda_get_path_from_idx(codec, path_idx); in path_has_mixer()
1365 int *path_idx, in try_assign_dacs()
1381 path = snd_hda_get_path_from_idx(codec, path_idx[i]); in try_assign_dacs()
1404 invalidate_nid_path(codec, path_idx[j]); in try_assign_dacs()
1405 path_idx[j] = 0; in try_assign_dacs()
1446 path_idx[i] = snd_hda_get_path_idx(codec, path); in try_assign_dacs()
1608 const hda_nid_t *pins, hda_nid_t *dacs, int *path_idx) in map_singles()
1363 try_assign_dacs(struct hda_codec *codec, int num_outs, const hda_nid_t *pins, hda_nid_t *dacs, int *path_idx, const struct badness_table *bad) try_assign_dacs() argument
1607 map_singles(struct hda_codec *codec, int outs, const hda_nid_t *pins, hda_nid_t *dacs, int *path_idx) map_singles() argument
1643 check_aamix_out_path(struct hda_codec *codec, int path_idx) check_aamix_out_path() argument
1718 refill_shared_dacs(struct hda_codec *codec, int num_outs, hda_nid_t *dacs, int *path_idx) refill_shared_dacs() argument
2151 create_extra_out(struct hda_codec *codec, int path_idx, const char *pfx, int cidx) create_extra_out() argument
5907 set_output_and_unmute(struct hda_codec *codec, int path_idx) set_output_and_unmute() argument
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_generic.c933 static void resume_path_from_idx(struct hda_codec *codec, int path_idx) in resume_path_from_idx() argument
935 struct nid_path *path = snd_hda_get_path_from_idx(codec, path_idx); in resume_path_from_idx()
1156 static bool path_has_mixer(struct hda_codec *codec, int path_idx, int ctl_type) in path_has_mixer() argument
1158 struct nid_path *path = snd_hda_get_path_from_idx(codec, path_idx); in path_has_mixer()
1371 int *path_idx, in try_assign_dacs()
1387 path = snd_hda_get_path_from_idx(codec, path_idx[i]); in try_assign_dacs()
1410 invalidate_nid_path(codec, path_idx[j]); in try_assign_dacs()
1411 path_idx[j] = 0; in try_assign_dacs()
1452 path_idx[i] = snd_hda_get_path_idx(codec, path); in try_assign_dacs()
1614 const hda_nid_t *pins, hda_nid_t *dacs, int *path_idx) in map_singles()
1369 try_assign_dacs(struct hda_codec *codec, int num_outs, const hda_nid_t *pins, hda_nid_t *dacs, int *path_idx, const struct badness_table *bad) try_assign_dacs() argument
1613 map_singles(struct hda_codec *codec, int outs, const hda_nid_t *pins, hda_nid_t *dacs, int *path_idx) map_singles() argument
1649 check_aamix_out_path(struct hda_codec *codec, int path_idx) check_aamix_out_path() argument
1724 refill_shared_dacs(struct hda_codec *codec, int num_outs, hda_nid_t *dacs, int *path_idx) refill_shared_dacs() argument
2157 create_extra_out(struct hda_codec *codec, int path_idx, const char *pfx, int cidx) create_extra_out() argument
5800 set_output_and_unmute(struct hda_codec *codec, int path_idx) set_output_and_unmute() argument
[all...]
/kernel/linux/linux-5.10/net/wireless/
H A Dnl80211.c6723 int path_idx = cb->args[2]; in nl80211_dump_mpath() local
6742 err = rdev_dump_mpath(rdev, wdev->netdev, path_idx, dst, in nl80211_dump_mpath()
6755 path_idx++; in nl80211_dump_mpath()
6759 cb->args[2] = path_idx; in nl80211_dump_mpath()
6922 int path_idx = cb->args[2]; in nl80211_dump_mpp() local
6941 err = rdev_dump_mpp(rdev, wdev->netdev, path_idx, dst, in nl80211_dump_mpp()
6954 path_idx++; in nl80211_dump_mpp()
6958 cb->args[2] = path_idx; in nl80211_dump_mpp()
/kernel/linux/linux-6.6/net/wireless/
H A Dnl80211.c7751 int path_idx = cb->args[2]; in nl80211_dump_mpath() local
7771 err = rdev_dump_mpath(rdev, wdev->netdev, path_idx, dst, in nl80211_dump_mpath()
7784 path_idx++; in nl80211_dump_mpath()
7788 cb->args[2] = path_idx; in nl80211_dump_mpath()
7951 int path_idx = cb->args[2]; in nl80211_dump_mpp() local
7971 err = rdev_dump_mpp(rdev, wdev->netdev, path_idx, dst, in nl80211_dump_mpp()
7984 path_idx++; in nl80211_dump_mpp()
7988 cb->args[2] = path_idx; in nl80211_dump_mpp()

Completed in 47 milliseconds