Searched refs:gtk (Results 1 – 15 of 15) sorted by relevance
3 gtk-y += browser.o4 gtk-y += hists.o5 gtk-y += setup.o6 gtk-y += util.o7 gtk-y += helpline.o8 gtk-y += progress.o9 gtk-y += annotate.o10 gtk-y += zalloc.o12 $(OUTPUT)ui/gtk/zalloc.o: ../lib/zalloc.c FORCE
65 } gtk; member110 struct iwl_mld_mcast_key_data gtk[WOWLAN_GTK_KEYS_NUM]; member263 struct ieee80211_key_seq *aes_seq = gtk_data->gtk.aes_seq; in iwl_mld_convert_gtk_resume_seq()264 struct ieee80211_key_seq *tkip_seq = gtk_data->gtk.tkip_seq; in iwl_mld_convert_gtk_resume_seq()289 BUILD_BUG_ON(sizeof(wowlan_status->gtk[0].key) < in iwl_mld_convert_gtk_resume_data()291 BUILD_BUG_ON(ARRAY_SIZE(wowlan_status->gtk) < WOWLAN_GTK_KEYS_NUM); in iwl_mld_convert_gtk_resume_data()293 for (int notif_idx = 0; notif_idx < ARRAY_SIZE(wowlan_status->gtk); in iwl_mld_convert_gtk_resume_data()301 wowlan_status->gtk[status_idx].len = in iwl_mld_convert_gtk_resume_data()303 wowlan_status->gtk[status_idx].flags = in iwl_mld_convert_gtk_resume_data()305 wowlan_status->gtk[status_idx].id = in iwl_mld_convert_gtk_resume_data()[all …]
1411 } gtk[WOWLAN_GTK_KEYS_NUM]; member1841 if ((status->gtk[0].len && keyidx == status->gtk[0].id) || in iwl_mvm_d3_update_keys()1842 (status->gtk[1].len && keyidx == status->gtk[1].id)) in iwl_mvm_d3_update_keys()1869 for (i = 0; i < ARRAY_SIZE(status->gtk); i++) { in iwl_mvm_gtk_rekey()1870 if (!status->gtk[i].len) in iwl_mvm_gtk_rekey()1875 status->gtk[i].id); in iwl_mvm_gtk_rekey()1877 key = ieee80211_gtk_rekey_add(vif, status->gtk[i].id, in iwl_mvm_gtk_rekey()1878 status->gtk[i].key, in iwl_mvm_gtk_rekey()1879 sizeof(status->gtk[i].key), -1); in iwl_mvm_gtk_rekey()2017 BUILD_BUG_ON(sizeof(status->gtk[0].key) < sizeof(data->key)); in iwl_mvm_convert_gtk_v2()[all …]
37 perf, libperf, gtk41 gtk-in.o libperf-in.o perf-in.o44 libperf-gtk.so <- gtk-in.o libperf-in.o
96 --gtk:: Use the GTK interface.
220 tui.*, gtk.*::
354 --gtk:: Use the GTK2 interface.
9 PKG=gtk+-3.0
64 gtk-y += ui/gtk/
476 ALL_PROGRAMS += $(OUTPUT)libperf-gtk.so477 GTK_IN := $(OUTPUT)gtk-in.o807 $(Q)$(MAKE) $(build)=gtk809 $(OUTPUT)libperf-gtk.so: $(GTK_IN) $(PERFLIBS)1067 install-gtk: $(OUTPUT)libperf-gtk.so1070 $(INSTALL) $(OUTPUT)libperf-gtk.so '$(DESTDIR_SQ)$(libdir_SQ)'1072 install-gtk:1075 install-tools: all install-gtk1127 install-tests: all install-gtk1347 .PHONY: all install clean config-clean strip install-gtk
806 …FLAGS_GTK2=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/n…817 GTK_CFLAGS += $(shell $(PKG_CONFIG) --cflags gtk+-2.0 2>/dev/null)818 GTK_LIBS := $(shell $(PKG_CONFIG) --libs gtk+-2.0 2>/dev/null)
139 CFLAGS_gtk += '...' - adds CFLAGS for gtk build object141 CFLAGS_REMOVE_gtk += '...' - removes CFLAGS for gtk build object
249 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) -Wno-deprecated-declarations252 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
2014 key = rcu_dereference(rx->link_sta->gtk[idx]); in ieee80211_rx_get_bigtk()2016 key = rcu_dereference(rx->link->gtk[idx]); in ieee80211_rx_get_bigtk()2018 key = rcu_dereference(rx->link_sta->gtk[idx2]); in ieee80211_rx_get_bigtk()2020 key = rcu_dereference(rx->link->gtk[idx2]); in ieee80211_rx_get_bigtk()2132 rx->key = rcu_dereference(rx->link_sta->gtk[mmie_keyidx]); in ieee80211_rx_h_decrypt()2135 rx->key = rcu_dereference(rx->link->gtk[mmie_keyidx]); in ieee80211_rx_h_decrypt()2154 key = rcu_dereference(rx->link_sta->gtk[i]); in ieee80211_rx_h_decrypt()2161 key = rcu_dereference(rx->link->gtk[i]); in ieee80211_rx_h_decrypt()2191 rx->key = rcu_dereference(rx->link_sta->gtk[keyidx]); in ieee80211_rx_h_decrypt()2196 rx->key = rcu_dereference(rx->link->gtk[keyidx]); in ieee80211_rx_h_decrypt()
777 link_sta->gtk[key_idx]); in ieee80211_lookup_key()785 key = wiphy_dereference(local->hw.wiphy, link->gtk[key_idx]); in ieee80211_lookup_key()