| /linux/drivers/base/ |
| H A D | arch_topology.c | 501 int cluster_id, int core_id) in parse_core() argument 520 cpu_topology[cpu].cluster_id = cluster_id; in parse_core() 541 cpu_topology[cpu].cluster_id = cluster_id; in parse_core() 552 int cluster_id, int depth) in parse_cluster() argument 601 ret = parse_core(c, package_id, cluster_id, core_id++); in parse_cluster() 769 if (cpuid_topo->cluster_id != cpu_topo->cluster_id) in update_siblings_masks() 772 if (cpuid_topo->cluster_id >= 0) { in update_siblings_masks() 810 cpu_topo->cluster_id = -1; in reset_cpu_topology() 912 cpu_topology[cpu].cluster_id = topology_id; in parse_acpi_topology()
|
| H A D | topology.c | 70 define_id_show_func(cluster_id, "%d"); 71 static DEVICE_ATTR_RO(cluster_id);
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | nan.c | 58 const u8 *cluster_id) in mt7925_nan_set_cluster_id() argument 60 if (!cluster_id) in mt7925_nan_set_cluster_id() 63 req->cluster_high = cpu_to_le16(cluster_id[4] | cluster_id[5] << 8); in mt7925_nan_set_cluster_id() 64 req->cluster_low = cpu_to_le16((u16)cluster_id[3]); in mt7925_nan_set_cluster_id() 144 memcpy(mvif->nan.conf.cluster_id, conf->cluster_id, ETH_ALEN); in mt7925_nan_update_conf() 209 mt7925_nan_set_cluster_id(p_nan_req_tlv, conf->cluster_id); in mt7925_nan_enable() 305 mt7925_nan_cluster_id_tlv(struct sk_buff *skb, const u8 *cluster_id) in mt7925_nan_cluster_id_tlv() argument 310 if (!skb || !cluster_id) in mt7925_nan_cluster_id_tlv() 321 memcpy(cluster_tlv->cluster_id, cluster_id, ETH_ALEN); in mt7925_nan_cluster_id_tlv() 381 mt7925_nan_cluster_id_tlv(skb, conf->cluster_id) || in mt7925_nan_change_configure() [all …]
|
| H A D | nan.h | 132 u8 cluster_id[ETH_ALEN]; member 273 u8 cluster_id[ETH_ALEN]; member 288 u8 cluster_id[ETH_ALEN]; member
|
| /linux/drivers/cpufreq/ |
| H A D | tegra186-cpufreq.c | 235 unsigned int edvd_offset, cluster_id; in tegra186_cpufreq_get() local 243 cluster_id = data->cpus[policy->cpu].bpmp_cluster_id; in tegra186_cpufreq_get() 244 cluster = &data->clusters[cluster_id]; in tegra186_cpufreq_get() 261 struct tegra186_cpufreq_cluster *cluster, unsigned int cluster_id, in tegra_cpufreq_bpmp_read_lut() argument 281 req.cluster_id = cluster_id; in tegra_cpufreq_bpmp_read_lut()
|
| /linux/include/linux/ |
| H A D | arch_topology.h | 65 int cluster_id; member 77 #define topology_cluster_id(cpu) (cpu_topology[cpu].cluster_id)
|
| /linux/drivers/perf/ |
| H A D | qcom_l2_pmu.c | 142 int cluster_id; member 753 if (cluster->cluster_id != cpu_cluster_id) in l2_cache_associate_cpu_with_cluster() 758 cluster->cluster_id); in l2_cache_associate_cpu_with_cluster() 858 cluster->cluster_id = fw_cluster_id; in l2_cache_pmu_probe_cluster()
|
| /linux/drivers/clk/imx/ |
| H A D | clk-scu.c | 270 unsigned long cluster_id; in clk_scu_atf_set_cpu_rate() local 273 cluster_id = 0; in clk_scu_atf_set_cpu_rate() 275 cluster_id = 1; in clk_scu_atf_set_cpu_rate() 281 cluster_id, rate, 0, 0, 0, 0, &res); in clk_scu_atf_set_cpu_rate()
|
| /linux/sound/usb/ |
| H A D | stream.c | 890 u16 cluster_id, wLength, cluster_wLength; in snd_usb_get_audioformat_uac3() 961 cluster_id = le16_to_cpu(as->wClusterDescrID); in snd_usb_get_audioformat_uac3() 962 if (!cluster_id) { in snd_usb_get_audioformat_uac3() 980 cluster_id, in snd_usb_get_audioformat_uac3() 1006 cluster_id, in snd_usb_get_audioformat_uac3() 899 u16 cluster_id, wLength, cluster_wLength; snd_usb_get_audioformat_uac3() local
|
| H A D | mixer.c | 706 static int get_cluster_channels_v3(struct mixer_build *state, unsigned int cluster_id) in get_cluster_channels_v3() argument 715 cluster_id, in get_cluster_channels_v3() 728 usb_audio_err(state->chip, "cannot request logical cluster ID: %d (err: %d)\n", cluster_id, err); in get_cluster_channels_v3()
|
| /linux/tools/perf/util/ |
| H A D | env.h | 16 int cluster_id; 15 int cluster_id; global() member
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_debugfs.c | 1086 int cluster_id, table_id; in i40e_dbg_command_write() local 1095 &cluster_id, &table_id, &index); in i40e_dbg_command_write() 1104 cluster_id, table_id, index, buff_len); in i40e_dbg_command_write() 1109 ret = i40e_aq_debug_dump(&pf->hw, cluster_id, table_id, in i40e_dbg_command_write()
|
| H A D | i40e_adminq_cmd.h | 2266 u8 cluster_id; member 2277 u8 cluster_id; member
|
| H A D | i40e_prototype.h | 394 int i40e_aq_debug_dump(struct i40e_hw *hw, u8 cluster_id,
|
| H A D | i40e_common.c | 3961 int i40e_aq_debug_dump(struct i40e_hw *hw, u8 cluster_id, in i40e_aq_debug_dump() argument 3984 cmd->cluster_id = cluster_id; in i40e_aq_debug_dump()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt792x.h | 170 u8 cluster_id[ETH_ALEN]; member
|
| /linux/net/mac80211/ |
| H A D | cfg.c | 378 if (is_zero_ether_addr(dst->cluster_id)) in ieee80211_nan_conf_copy() 379 ether_addr_copy(dst->cluster_id, src->cluster_id); in ieee80211_nan_conf_copy() 5290 const u8 *cluster_id, bool new_cluster, in ieee80211_nan_cluster_joined() argument 5301 ether_addr_copy(sdata->u.nan.conf.cluster_id, cluster_id); in ieee80211_nan_cluster_joined() 5303 cfg80211_nan_cluster_joined(ieee80211_vif_to_wdev(vif), cluster_id, in ieee80211_nan_cluster_joined()
|
| /linux/sound/soc/sdca/ |
| H A D | sdca_asoc.c | 1619 int cluster_id = sdca_range(range, SDCA_CLUSTER_CLUSTERID, i); in set_cluster() local 1622 cluster = sdca_id_find_cluster(dev, function, cluster_id); in set_cluster()
|
| /linux/net/wireless/ |
| H A D | trace.h | 4316 const u8 *cluster_id, 4318 TP_ARGS(wdev, cluster_id, new_cluster), 4321 MAC_ENTRY(cluster_id) 4326 MAC_ASSIGN(cluster_id, cluster_id); 4330 WDEV_PR_ARG, __entry->cluster_id,
|
| H A D | core.c | 282 eth_zero_addr(wdev->u.nan.cluster_id); in cfg80211_stop_nan()
|
| H A D | nl80211.c | 16595 ether_addr_copy(conf->cluster_id, in nl80211_parse_nan_conf() 16598 conf->cluster_id[0] = 0x50; in nl80211_parse_nan_conf() 16599 conf->cluster_id[1] = 0x6f; in nl80211_parse_nan_conf() 16600 conf->cluster_id[2] = 0x9a; in nl80211_parse_nan_conf() 16601 conf->cluster_id[3] = 0x01; in nl80211_parse_nan_conf() 16602 get_random_bytes(&conf->cluster_id[4], 2); in nl80211_parse_nan_conf() 23494 const u8 *cluster_id, bool new_cluster, in cfg80211_nan_cluster_joined() argument 23502 trace_cfg80211_nan_cluster_joined(wdev, cluster_id, new_cluster); in cfg80211_nan_cluster_joined() 23504 memcpy(wdev->u.nan.cluster_id, cluster_id, ETH_ALEN); in cfg80211_nan_cluster_joined() 23517 nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, cluster_id) || in cfg80211_nan_cluster_joined()
|
| /linux/tools/perf/ |
| H A D | builtin-stat.c | 1738 id.cluster = topo->cluster_id; in perf_env__get_cpu_aggr_by_cpu() 1757 id.cluster = topo->cluster_id;
|
| /linux/include/net/ |
| H A D | cfg80211.h | 4199 u8 cluster_id[ETH_ALEN] __aligned(2); member 7323 u8 cluster_id[ETH_ALEN] __aligned(2); member 10845 const u8 *cluster_id, bool new_cluster,
|
| H A D | mac80211.h | 7968 const u8 *cluster_id, bool new_cluster,
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 7219 int unc_pkg_id, domain_id, cluster_id; in probe_intel_uncore_frequency_cluster() local 7234 cluster_id = read_sysfs_int(path); in probe_intel_uncore_frequency_cluster() 7237 sprintf(name_buf, "UMHz%d.%d", domain_id, cluster_id); in probe_intel_uncore_frequency_cluster() 7260 …cy package%d domain%d cluster%d: %d - %d MHz ", unc_pkg_id, domain_id, cluster_id, k / 1000, l / 1… in probe_intel_uncore_frequency_cluster()
|