Home
last modified time | relevance | path

Searched refs:path_idx (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish_utils.py127 for path_idx in resource_path_list:
130 child_path_list = self.list_request(path_idx)
/openbmc/linux/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() argument
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() argument
[all …]
/openbmc/linux/net/wireless/
H A Dnl80211.c7781 int path_idx = cb->args[2]; in nl80211_dump_mpath()
7801 err = rdev_dump_mpath(rdev, wdev->netdev, path_idx, dst, in nl80211_dump_mpath()
7814 path_idx++; in nl80211_dump_mpath()
7818 cb->args[2] = path_idx; in nl80211_dump_mpath()
7981 int path_idx = cb->args[2]; in nl80211_dump_mpp()
8001 err = rdev_dump_mpp(rdev, wdev->netdev, path_idx, dst, in nl80211_dump_mpp()
8014 path_idx++; in nl80211_dump_mpp()
8018 cb->args[2] = path_idx; in nl80211_dump_mpp()
7776 int path_idx = cb->args[2]; nl80211_dump_mpath() local
7976 int path_idx = cb->args[2]; nl80211_dump_mpp() local