Home
last modified time | relevance | path

Searched refs:gtk (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.6.21/tools/perf/ui/gtk/ !
DBuild3 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.6.21/drivers/net/wireless/intel/iwlwifi/mvm/ !
Dd3.c1410 } gtk[WOWLAN_GTK_KEYS_NUM]; member
1765 new_key_id = status->gtk[0].flags & in iwl_mvm_set_key_rx_seq()
1891 ((status->gtk[0].len && keyidx == status->gtk[0].id) || in iwl_mvm_d3_update_keys()
1892 (status->gtk[1].len && keyidx == status->gtk[1].id))) { in iwl_mvm_d3_update_keys()
1935 BUILD_BUG_ON(sizeof(conf.key) < sizeof(status->gtk[0].key)); in iwl_mvm_gtk_rekey()
1952 for (i = 0; i < ARRAY_SIZE(status->gtk); i++) { in iwl_mvm_gtk_rekey()
1953 if (!status->gtk[i].len) in iwl_mvm_gtk_rekey()
1956 conf.conf.keyidx = status->gtk[i].id; in iwl_mvm_gtk_rekey()
1960 memcpy(conf.conf.key, status->gtk[i].key, in iwl_mvm_gtk_rekey()
1961 sizeof(status->gtk[i].key)); in iwl_mvm_gtk_rekey()
[all …]
/linux-6.6.21/tools/perf/Documentation/ !
DBuild.txt37 perf, libperf, gtk
41 gtk-in.o libperf-in.o perf-in.o
44 libperf-gtk.so <- gtk-in.o libperf-in.o
Dperf-annotate.txt96 --gtk:: Use the GTK interface.
Dperf-config.txt214 tui.*, gtk.*::
Dperf-report.txt321 --gtk:: Use the GTK2 interface.
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/fw/api/ !
Dd3.h651 struct iwl_wowlan_gtk_status_v1 gtk; member
682 struct iwl_wowlan_gtk_status_v2 gtk[WOWLAN_GTK_KEYS_NUM]; member
718 struct iwl_wowlan_gtk_status_v2 gtk[WOWLAN_GTK_KEYS_NUM]; member
756 struct iwl_wowlan_gtk_status_v3 gtk[WOWLAN_GTK_KEYS_NUM]; member
793 struct iwl_wowlan_gtk_status_v3 gtk[WOWLAN_GTK_KEYS_NUM]; member
828 struct iwl_wowlan_gtk_status_v3 gtk[WOWLAN_GTK_KEYS_NUM]; member
/linux-6.6.21/tools/perf/ !
DBuild61 gtk-y += ui/gtk/
DMakefile.perf417 ALL_PROGRAMS += $(OUTPUT)libperf-gtk.so
418 GTK_IN := $(OUTPUT)gtk-in.o
676 $(Q)$(MAKE) $(build)=gtk
678 $(OUTPUT)libperf-gtk.so: $(GTK_IN) $(PERFLIBS)
935 install-gtk: $(OUTPUT)libperf-gtk.so
938 $(INSTALL) $(OUTPUT)libperf-gtk.so '$(DESTDIR_SQ)$(libdir_SQ)'
940 install-gtk:
943 install-tools: all install-gtk
1000 install-tests: all install-gtk
1187 .PHONY: all install clean config-clean strip install-gtk
DMakefile.config783 …FLAGS_GTK2=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/n…
794 GTK_CFLAGS += $(shell $(PKG_CONFIG) --cflags gtk+-2.0 2>/dev/null)
795 GTK_LIBS := $(shell $(PKG_CONFIG) --libs gtk+-2.0 2>/dev/null)
/linux-6.6.21/scripts/kconfig/ !
Dgconf-cfg.sh25 if ! ${HOSTPKG_CONFIG} --atleast-version=2.0.0 gtk+-2.0; then
/linux-6.6.21/net/mac80211/ !
Dkey.c366 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()
534 rcu_assign_pointer(link_sta->gtk[idx], new); in ieee80211_key_replace()
568 rcu_assign_pointer(link->gtk[idx], new); in ieee80211_key_replace()
891 old_key = key_mtx_dereference(sdata->local, link_sta->gtk[idx]); in ieee80211_key_link()
898 link->gtk[idx]); in ieee80211_key_link()
1180 for (i = 0; i < ARRAY_SIZE(sta->deflink.gtk); i++) { in ieee80211_free_sta_keys()
1181 key = key_mtx_dereference(local, sta->deflink.gtk[i]); in ieee80211_free_sta_keys()
Drx.c1868 key = rcu_dereference(rx->link_sta->gtk[idx]); in ieee80211_rx_get_bigtk()
1870 key = rcu_dereference(rx->link->gtk[idx]); in ieee80211_rx_get_bigtk()
1872 key = rcu_dereference(rx->link_sta->gtk[idx2]); in ieee80211_rx_get_bigtk()
1874 key = rcu_dereference(rx->link->gtk[idx2]); in ieee80211_rx_get_bigtk()
1986 rx->key = rcu_dereference(rx->link_sta->gtk[mmie_keyidx]); in ieee80211_rx_h_decrypt()
1989 rx->key = rcu_dereference(rx->link->gtk[mmie_keyidx]); in ieee80211_rx_h_decrypt()
2008 key = rcu_dereference(rx->link_sta->gtk[i]); in ieee80211_rx_h_decrypt()
2015 key = rcu_dereference(rx->link->gtk[i]); in ieee80211_rx_h_decrypt()
2045 rx->key = rcu_dereference(rx->link_sta->gtk[keyidx]); in ieee80211_rx_h_decrypt()
2050 rx->key = rcu_dereference(rx->link->gtk[keyidx]); in ieee80211_rx_h_decrypt()
Dsta_info.h527 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS + member
Dieee80211_i.h977 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS + member
/linux-6.6.21/tools/build/Documentation/ !
DBuild.txt139 CFLAGS_gtk += '...' - adds CFLAGS for gtk build object
141 CFLAGS_REMOVE_gtk += '...' - removes CFLAGS for gtk build object
/linux-6.6.21/tools/build/feature/ !
DMakefile217 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) -Wno-deprecated-declarations
220 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
/linux-6.6.21/drivers/staging/media/atomisp/ !
DTODO113 gtk-v4l tool.
/linux-6.6.21/Documentation/translations/zh_CN/doc-guide/ !
Dkernel-doc.rst13 .. note:: 内核文档格式与javadoc、gtk-doc或Doxygen看似很相似,但由于历史原因,
/linux-6.6.21/drivers/net/wireless/ath/wil6210/ !
Dcfg80211.c1686 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()
Dwil6210.h861 u8 gtk[WMI_MAX_KEY_LEN]; member
/linux-6.6.21/drivers/staging/rtl8712/ !
Drtl871x_ioctl_linux.c99 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.6.21/Documentation/translations/it_IT/doc-guide/ !
Dkernel-doc.rst18 .. note:: Il formato kernel-doc può sembrare simile a gtk-doc o Doxygen ma
/linux-6.6.21/Documentation/doc-guide/ !
Dkernel-doc.rst13 gtk-doc or Doxygen, yet distinctively different, for historical
/linux-6.6.21/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ !
Dcfg80211.c5873 struct cfg80211_gtk_rekey_data *gtk) in brcmf_cfg80211_set_rekey_data() argument
5883 memcpy(gtk_le.kck, gtk->kck, sizeof(gtk_le.kck)); in brcmf_cfg80211_set_rekey_data()
5884 memcpy(gtk_le.kek, gtk->kek, sizeof(gtk_le.kek)); in brcmf_cfg80211_set_rekey_data()
5885 memcpy(gtk_le.replay_counter, gtk->replay_ctr, in brcmf_cfg80211_set_rekey_data()

12