/linux-6.1.9/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
|
/linux-6.1.9/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 | 96 --gtk:: Use the GTK interface.
|
D | perf-report.txt | 318 --gtk:: Use the GTK2 interface.
|
D | perf-config.txt | 217 tui.*, gtk.*::
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | d3.c | 1393 } gtk; member 1753 new_key_id = status->gtk.flags & in iwl_mvm_set_key_rx_seq() 1896 status->gtk.flags & IWL_WOWLAN_GTK_IDX_MASK, in iwl_mvm_setup_connection_keep() 1908 BUILD_BUG_ON(sizeof(conf.key) < sizeof(status->gtk.key)); in iwl_mvm_setup_connection_keep() 1910 memcpy(conf.conf.key, status->gtk.key, sizeof(status->gtk.key)); in iwl_mvm_setup_connection_keep() 1950 BUILD_BUG_ON(sizeof(status->gtk.key) < sizeof(data->key)); in iwl_mvm_convert_gtk_v2() 1953 sizeof(status->gtk.key)); in iwl_mvm_convert_gtk_v2() 1955 status->gtk.len = data->key_len; in iwl_mvm_convert_gtk_v2() 1956 status->gtk.flags = data->key_flags; in iwl_mvm_convert_gtk_v2() 1958 memcpy(status->gtk.key, data->key, sizeof(data->key)); in iwl_mvm_convert_gtk_v2() [all …]
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | d3.h | 647 struct iwl_wowlan_gtk_status_v1 gtk; member 678 struct iwl_wowlan_gtk_status_v2 gtk[WOWLAN_GTK_KEYS_NUM]; member 714 struct iwl_wowlan_gtk_status_v2 gtk[WOWLAN_GTK_KEYS_NUM]; member 752 struct iwl_wowlan_gtk_status_v3 gtk[WOWLAN_GTK_KEYS_NUM]; member 789 struct iwl_wowlan_gtk_status_v3 gtk[WOWLAN_GTK_KEYS_NUM]; member
|
/linux-6.1.9/tools/perf/ |
D | Build | 57 gtk-y += ui/gtk/
|
D | Makefile.perf | 407 ALL_PROGRAMS += $(OUTPUT)libperf-gtk.so 408 GTK_IN := $(OUTPUT)gtk-in.o 679 $(Q)$(MAKE) $(build)=gtk 681 $(OUTPUT)libperf-gtk.so: $(GTK_IN) $(PERFLIBS) 932 install-gtk: $(OUTPUT)libperf-gtk.so 935 $(INSTALL) $(OUTPUT)libperf-gtk.so '$(DESTDIR_SQ)$(libdir_SQ)' 937 install-gtk: 940 install-tools: all install-gtk 1007 install-tests: all install-gtk 1146 .PHONY: all install clean config-clean strip install-gtk
|
D | Makefile.config | 817 …FLAGS_GTK2=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/n… 828 GTK_CFLAGS += $(shell $(PKG_CONFIG) --cflags gtk+-2.0 2>/dev/null) 829 GTK_LIBS := $(shell $(PKG_CONFIG) --libs gtk+-2.0 2>/dev/null)
|
/linux-6.1.9/scripts/kconfig/ |
D | gconf-cfg.sh | 22 if ! ${HOSTPKG_CONFIG} --atleast-version=2.0.0 gtk+-2.0; then
|
/linux-6.1.9/net/mac80211/ |
D | key.c | 366 key = key_mtx_dereference(sdata->local, link->gtk[idx]); in __ieee80211_set_default_key() 400 key = key_mtx_dereference(sdata->local, link->gtk[idx]); in __ieee80211_set_default_mgmt_key() 426 key = key_mtx_dereference(sdata->local, link->gtk[idx]); in __ieee80211_set_default_beacon_key() 530 rcu_assign_pointer(link_sta->gtk[idx], new); in ieee80211_key_replace() 564 rcu_assign_pointer(link->gtk[idx], new); in ieee80211_key_replace() 882 old_key = key_mtx_dereference(sdata->local, link_sta->gtk[idx]); in ieee80211_key_link() 889 link->gtk[idx]); in ieee80211_key_link() 1167 for (i = 0; i < ARRAY_SIZE(sta->deflink.gtk); i++) { in ieee80211_free_sta_keys() 1168 key = key_mtx_dereference(local, sta->deflink.gtk[i]); in ieee80211_free_sta_keys()
|
D | rx.c | 1888 key = rcu_dereference(rx->link_sta->gtk[idx]); in ieee80211_rx_get_bigtk() 1890 key = rcu_dereference(rx->link->gtk[idx]); in ieee80211_rx_get_bigtk() 1892 key = rcu_dereference(rx->link_sta->gtk[idx2]); in ieee80211_rx_get_bigtk() 1894 key = rcu_dereference(rx->link->gtk[idx2]); in ieee80211_rx_get_bigtk() 2006 rx->key = rcu_dereference(rx->link_sta->gtk[mmie_keyidx]); in ieee80211_rx_h_decrypt() 2009 rx->key = rcu_dereference(rx->link->gtk[mmie_keyidx]); in ieee80211_rx_h_decrypt() 2028 key = rcu_dereference(rx->link_sta->gtk[i]); in ieee80211_rx_h_decrypt() 2035 key = rcu_dereference(rx->link->gtk[i]); in ieee80211_rx_h_decrypt() 2065 rx->key = rcu_dereference(rx->link_sta->gtk[keyidx]); in ieee80211_rx_h_decrypt() 2070 rx->key = rcu_dereference(rx->link->gtk[keyidx]); in ieee80211_rx_h_decrypt()
|
D | sta_info.h | 526 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS + member
|
D | ieee80211_i.h | 960 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS + member
|
D | cfg.c | 617 link_sta->gtk[key_idx]); in ieee80211_lookup_key() 626 key = rcu_dereference_check_key_mtx(local, link->gtk[key_idx]); in ieee80211_lookup_key()
|
/linux-6.1.9/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
|
/linux-6.1.9/tools/build/feature/ |
D | Makefile | 219 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) -Wno-deprecated-declarations 222 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
|
/linux-6.1.9/Documentation/translations/zh_CN/doc-guide/ |
D | kernel-doc.rst | 13 .. note:: 内核文档格式与javadoc、gtk-doc或Doxygen看似很相似,但由于历史原因,
|
/linux-6.1.9/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 1686 memcpy(vif->gtk, params->key, params->key_len); in wil_cfg80211_add_key() 2072 key_params.key = vif->gtk; in wil_cfg80211_ap_recovery() 2214 memset(vif->gtk, 0, WMI_MAX_KEY_LEN); in wil_cfg80211_stop_ap()
|
D | wil6210.h | 861 u8 gtk[WMI_MAX_KEY_LEN]; member
|
/linux-6.1.9/drivers/staging/rtl8712/ |
D | rtl871x_ioctl_linux.c | 99 union Keytype *gtk = padapter->securitypriv.XGrptxmickey; in handle_group_key() local 109 memcpy(gtk[param->u.crypt.idx - 1].skey, in handle_group_key()
|
/linux-6.1.9/Documentation/doc-guide/ |
D | kernel-doc.rst | 13 gtk-doc or Doxygen, yet distinctively different, for historical
|
/linux-6.1.9/Documentation/translations/it_IT/doc-guide/ |
D | kernel-doc.rst | 16 .. note:: Il formato kernel-doc può sembrare simile a gtk-doc o Doxygen ma
|
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.c | 5471 struct cfg80211_gtk_rekey_data *gtk) in brcmf_cfg80211_set_rekey_data() argument 5481 memcpy(gtk_le.kck, gtk->kck, sizeof(gtk_le.kck)); in brcmf_cfg80211_set_rekey_data() 5482 memcpy(gtk_le.kek, gtk->kek, sizeof(gtk_le.kek)); in brcmf_cfg80211_set_rekey_data() 5483 memcpy(gtk_le.replay_counter, gtk->replay_ctr, in brcmf_cfg80211_set_rekey_data()
|