/kernel/linux/linux-5.10/tools/perf/ui/gtk/ |
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
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
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
|
D | perf-annotate.txt | 89 --gtk:: Use the GTK interface.
|
D | perf-config.txt | 216 tui.*, gtk.*::
|
D | perf-report.txt | 305 --gtk:: Use the GTK2 interface.
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | d3.c | 1416 union iwl_all_tsc_rsc *rsc = &status->gtk[0].rsc.all_tsc_rsc; in iwl_mvm_set_key_rx_seq() 1478 &data->status->gtk[0].rsc.all_tsc_rsc; in iwl_mvm_d3_update_keys() 1565 iwlmvm_wowlan_gtk_idx(&status->gtk[0]), in iwl_mvm_setup_connection_keep() 1578 memcpy(conf.conf.key, status->gtk[0].key, in iwl_mvm_setup_connection_keep() 1584 memcpy(conf.conf.key, status->gtk[0].key, in iwl_mvm_setup_connection_keep() 1590 memcpy(conf.conf.key, status->gtk[0].key, 16); in iwl_mvm_setup_connection_keep() 1594 status->gtk[0].tkip_mic_key, 8); in iwl_mvm_setup_connection_keep() 1698 BUILD_BUG_ON(sizeof(v6->gtk.decrypt_key) > in iwl_mvm_parse_wowlan_status_common() 1699 sizeof(status->gtk[0].key)); in iwl_mvm_parse_wowlan_status_common() 1700 BUILD_BUG_ON(sizeof(v6->gtk.tkip_mic_key) > in iwl_mvm_parse_wowlan_status_common() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | d3.h | 617 struct iwl_wowlan_gtk_status_v1 gtk; member 648 struct iwl_wowlan_gtk_status gtk[WOWLAN_GTK_KEYS_NUM]; member 683 struct iwl_wowlan_gtk_status gtk[WOWLAN_GTK_KEYS_NUM]; member 721 struct iwl_wowlan_gtk_status gtk[1]; member 738 static inline u8 iwlmvm_wowlan_gtk_idx(struct iwl_wowlan_gtk_status *gtk) in iwlmvm_wowlan_gtk_idx() argument 740 return gtk->key_flags & IWL_WOWLAN_GTK_IDX_MASK; in iwlmvm_wowlan_gtk_idx()
|
/kernel/linux/linux-5.10/tools/perf/ |
D | Build | 55 gtk-y += ui/gtk/
|
D | Makefile.perf | 386 ALL_PROGRAMS += $(OUTPUT)libperf-gtk.so 387 GTK_IN := $(OUTPUT)gtk-in.o 659 $(Q)$(MAKE) $(build)=gtk 661 $(OUTPUT)libperf-gtk.so: $(GTK_IN) $(PERFLIBS) 901 install-gtk: $(OUTPUT)libperf-gtk.so 904 $(INSTALL) $(OUTPUT)libperf-gtk.so '$(DESTDIR_SQ)$(libdir_SQ)' 906 install-gtk: 909 install-tools: all install-gtk 971 install-tests: all install-gtk 1070 .PHONY: all install clean config-clean strip install-gtk
|
D | Makefile.config | 726 …FLAGS_GTK2=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/n… 737 GTK_CFLAGS += $(shell $(PKG_CONFIG) --cflags gtk+-2.0 2>/dev/null) 738 GTK_LIBS := $(shell $(PKG_CONFIG) --libs gtk+-2.0 2>/dev/null)
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
D | gconf-cfg.sh | 22 if ! pkg-config --atleast-version=2.0.0 gtk+-2.0; then
|
/kernel/linux/linux-5.10/tools/build/Documentation/ |
D | Build.txt | 139 CFLAGS_gtk += '...' - adds CFLAGS for gtk build object 141 CFLAGS_REMOVE_gtk += '...' - removes CFLAGS for gtk build object
|
/kernel/linux/linux-5.10/tools/build/feature/ |
D | Makefile | 202 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) -Wno-deprecated-declarations 205 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | key.c | 479 rcu_assign_pointer(sta->gtk[idx], new); in ieee80211_key_replace() 829 old_key = key_mtx_dereference(sdata->local, sta->gtk[idx]); in ieee80211_key_link() 1079 for (i = 0; i < ARRAY_SIZE(sta->gtk); i++) { in ieee80211_free_sta_keys() 1080 key = key_mtx_dereference(local, sta->gtk[i]); in ieee80211_free_sta_keys()
|
D | sta_info.h | 571 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS + member
|
D | rx.c | 1884 key = rcu_dereference(rx->sta->gtk[idx]); in ieee80211_rx_get_bigtk() 1888 key = rcu_dereference(rx->sta->gtk[idx2]); in ieee80211_rx_get_bigtk() 2004 rx->key = rcu_dereference(rx->sta->gtk[mmie_keyidx]); in ieee80211_rx_h_decrypt() 2027 key = rcu_dereference(rx->sta->gtk[i]); in ieee80211_rx_h_decrypt() 2064 rx->key = rcu_dereference(rx->sta->gtk[keyidx]); in ieee80211_rx_h_decrypt()
|
D | cfg.c | 541 key = key_mtx_dereference(local, sta->gtk[key_idx]); in ieee80211_del_key() 591 key = rcu_dereference(sta->gtk[key_idx]); in ieee80211_get_key()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 1663 memcpy(vif->gtk, params->key, params->key_len); in wil_cfg80211_add_key() 2049 key_params.key = vif->gtk; in wil_cfg80211_ap_recovery() 2190 memset(vif->gtk, 0, WMI_MAX_KEY_LEN); in wil_cfg80211_stop_ap()
|
D | wil6210.h | 859 u8 gtk[WMI_MAX_KEY_LEN]; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
D | rtl871x_ioctl_linux.c | 101 union Keytype *gtk = padapter->securitypriv.XGrptxmickey; in handle_group_key() local 111 memcpy(gtk[param->u.crypt.idx - 1].skey, in handle_group_key()
|
/kernel/linux/linux-5.10/Documentation/doc-guide/ |
D | kernel-doc.rst | 10 gtk-doc or Doxygen, yet distinctively different, for historical
|
/kernel/linux/linux-5.10/Documentation/translations/it_IT/doc-guide/ |
D | kernel-doc.rst | 15 .. note:: Il formato kernel-doc può sembrare simile a gtk-doc o Doxygen ma
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.c | 5418 struct cfg80211_gtk_rekey_data *gtk) in brcmf_cfg80211_set_rekey_data() argument 5428 memcpy(gtk_le.kck, gtk->kck, sizeof(gtk_le.kck)); in brcmf_cfg80211_set_rekey_data() 5429 memcpy(gtk_le.kek, gtk->kek, sizeof(gtk_le.kek)); in brcmf_cfg80211_set_rekey_data() 5430 memcpy(gtk_le.replay_counter, gtk->replay_ctr, in brcmf_cfg80211_set_rekey_data()
|