| /linux/tools/perf/ui/gtk/ |
| H A D | Build | 3 gtk-y += browser.o 4 gtk-y += hists.o 5 gtk-y += setup.o 6 gtk-y += util.o 7 gtk-y += helpline.o 8 gtk-y += progress.o 9 gtk-y += annotate.o 10 gtk-y += zalloc.o 12 $(OUTPUT)ui/gtk/zalloc.o: ../lib/zalloc.c FORCE
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | d3.c | 1411 } gtk[WOWLAN_GTK_KEYS_NUM]; member 1852 if ((status->gtk[0].len && keyidx == status->gtk[0].id) || in iwl_mvm_d3_update_keys() 1853 (status->gtk[1].len && keyidx == status->gtk[1].id)) in iwl_mvm_d3_update_keys() 1880 for (i = 0; i < ARRAY_SIZE(status->gtk); i++) { in iwl_mvm_gtk_rekey() 1881 if (!status->gtk[i].len) in iwl_mvm_gtk_rekey() 1886 status->gtk[i].id); in iwl_mvm_gtk_rekey() 1888 key = ieee80211_gtk_rekey_add(vif, status->gtk[i].id, in iwl_mvm_gtk_rekey() 1889 status->gtk[i].key, in iwl_mvm_gtk_rekey() 1890 sizeof(status->gtk[i].key), -1); in iwl_mvm_gtk_rekey() 2028 BUILD_BUG_ON(sizeof(status->gtk[0].key) < sizeof(data->key)); in iwl_mvm_convert_gtk_v2() [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | d3.c | 95 } gtk; member 140 struct iwl_mld_mcast_key_data gtk[WOWLAN_GTK_KEYS_NUM]; member 293 struct ieee80211_key_seq *aes_seq = gtk_data->gtk.aes_seq; in iwl_mld_convert_gtk_resume_seq() 294 struct ieee80211_key_seq *tkip_seq = gtk_data->gtk.tkip_seq; in iwl_mld_convert_gtk_resume_seq() 320 BUILD_BUG_ON(sizeof(wowlan_status->gtk[0].key) < in iwl_mld_convert_gtk_resume_data() 322 BUILD_BUG_ON(ARRAY_SIZE(wowlan_status->gtk) < WOWLAN_GTK_KEYS_NUM); in iwl_mld_convert_gtk_resume_data() 324 for (int notif_idx = 0; notif_idx < ARRAY_SIZE(wowlan_status->gtk); in iwl_mld_convert_gtk_resume_data() 332 wowlan_status->gtk[status_idx].len = in iwl_mld_convert_gtk_resume_data() 334 wowlan_status->gtk[status_idx].flags = in iwl_mld_convert_gtk_resume_data() 336 wowlan_status->gtk[status_idx].id = in iwl_mld_convert_gtk_resume_data() [all …]
|
| /linux/tools/perf/Documentation/ |
| H A D | Build.txt | 37 perf, libperf, gtk 41 gtk-in.o libperf-in.o perf-in.o 44 libperf-gtk.so <- gtk-in.o libperf-in.o
|
| H A D | perf-annotate.txt | 96 --gtk:: Use the GTK interface.
|
| H A D | perf-config.txt | 220 tui.*, gtk.*::
|
| H A D | perf-report.txt | 354 --gtk:: Use the GTK2 interface.
|
| /linux/scripts/kconfig/ |
| H A D | gconf-cfg.sh | 9 PKG=gtk+-3.0
|
| /linux/tools/perf/ |
| H A D | Build | 66 gtk-y += ui/gtk/
|
| H A D | Makefile.perf | 477 ALL_PROGRAMS += $(OUTPUT)libperf-gtk.so 478 GTK_IN := $(OUTPUT)gtk-in.o 584 $(Q)$(MAKE) $(build)=gtk 586 $(OUTPUT)libperf-gtk.so: $(GTK_IN) $(PERFLIBS) 815 install-gtk: $(OUTPUT)libperf-gtk.so 818 $(INSTALL) $(OUTPUT)libperf-gtk.so '$(DESTDIR_SQ)$(libdir_SQ)' 820 install-gtk: 823 install-tools: all install-gtk 875 install-tests: all install-gtk [all...] |
| H A D | Makefile.config | 777 FLAGS_GTK2=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) 788 GTK_CFLAGS += $(shell $(PKG_CONFIG) --cflags gtk+-2.0 2>/dev/null) 789 GTK_LIBS := $(shell $(PKG_CONFIG) --libs gtk+-2.0 2>/dev/null)
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | wow.c | 393 memcpy(tmp, &aoac_rpt->gtk[NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY], in rtw89_wow_set_key_info_iter() 395 memcpy(&aoac_rpt->gtk[NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY], in rtw89_wow_set_key_info_iter() 396 &aoac_rpt->gtk[NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY], in rtw89_wow_set_key_info_iter() 398 memcpy(&aoac_rpt->gtk[NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY], in rtw89_wow_set_key_info_iter() 646 u32 cipher, u8 keyidx, u8 *gtk) in rtw89_wow_gtk_rekey() argument 666 memcpy(rekey_conf->key, gtk, in rtw89_wow_gtk_rekey() 670 key = ieee80211_gtk_rekey_add(wow_vif, keyidx, gtk, in rtw89_wow_gtk_rekey() 674 key = ieee80211_gtk_rekey_add(wow_vif, keyidx, gtk, in rtw89_wow_gtk_rekey() 712 aoac_rpt->gtk); in rtw89_wow_update_key_info()
|
| H A D | mac.c | 5908 memcpy(aoac_rpt->gtk, c2h->gtk, sizeof(aoac_rpt->gtk)); in rtw89_mac_c2h_wow_aoac_rpt()
|
| H A D | fw.h | 4286 u8 gtk[32]; member
|
| H A D | core.h | 7360 u8 gtk[32]; member
|
| /linux/tools/build/Documentation/ |
| H A D | Build.txt | 139 CFLAGS_gtk += '...' - adds CFLAGS for gtk build object 141 CFLAGS_REMOVE_gtk += '...' - removes CFLAGS for gtk build object
|
| /linux/tools/build/feature/ |
| H A D | Makefile | 244 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) -Wno-deprecated-declarations 247 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
|
| /linux/net/mac80211/ |
| H A D | rx.c | 2019 key = rcu_dereference(rx->link_sta->gtk[idx]); in ieee80211_rx_get_bigtk() 2021 key = rcu_dereference(rx->link->gtk[idx]); in ieee80211_rx_get_bigtk() 2023 key = rcu_dereference(rx->link_sta->gtk[idx2]); in ieee80211_rx_get_bigtk() 2025 key = rcu_dereference(rx->link->gtk[idx2]); in ieee80211_rx_get_bigtk() 2137 rx->key = rcu_dereference(rx->link_sta->gtk[mmie_keyidx]); in ieee80211_rx_h_decrypt() 2140 rx->key = rcu_dereference(rx->link->gtk[mmie_keyidx]); in ieee80211_rx_h_decrypt() 2159 key = rcu_dereference(rx->link_sta->gtk[i]); in ieee80211_rx_h_decrypt() 2166 key = rcu_dereference(rx->link->gtk[i]); in ieee80211_rx_h_decrypt() 2196 rx->key = rcu_dereference(rx->link_sta->gtk[keyidx]); in ieee80211_rx_h_decrypt() 2201 rx->key = rcu_dereference(rx->link->gtk[keyidx]); in ieee80211_rx_h_decrypt()
|
| H A D | sta_info.h | 535 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS + member
|
| H A D | ieee80211_i.h | 1104 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS + member
|
| H A D | cfg.c | 778 link_sta->gtk[key_idx]); in ieee80211_lookup_key() 786 key = wiphy_dereference(local->hw.wiphy, link->gtk[key_idx]); in ieee80211_lookup_key()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | cfg80211.c | 1684 memcpy(vif->gtk, params->key, params->key_len); in wil_cfg80211_add_key() 2069 key_params.key = vif->gtk; in wil_cfg80211_ap_recovery() 2213 memset(vif->gtk, 0, WMI_MAX_KEY_LEN); in wil_cfg80211_stop_ap()
|
| H A D | wil6210.h | 860 u8 gtk[WMI_MAX_KEY_LEN]; member
|
| /linux/Documentation/translations/it_IT/doc-guide/ |
| H A D | kernel-doc.rst | 13 .. note:: Il formato kernel-doc può sembrare simile a gtk-doc o Doxygen ma
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | cfg80211.c | 5928 struct cfg80211_gtk_rekey_data *gtk) in brcmf_cfg80211_set_rekey_data() argument 5938 memcpy(gtk_le.kck, gtk->kck, sizeof(gtk_le.kck)); in brcmf_cfg80211_set_rekey_data() 5939 memcpy(gtk_le.kek, gtk->kek, sizeof(gtk_le.kek)); in brcmf_cfg80211_set_rekey_data() 5940 memcpy(gtk_le.replay_counter, gtk->replay_ctr, in brcmf_cfg80211_set_rekey_data()
|