/linux-4.4.14/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
|
/linux-4.4.14/drivers/usb/wusbcore/ |
D | security.c | 50 wusbhc->gtk.descr.bLength = sizeof(wusbhc->gtk.descr) + in wusbhc_sec_create() 51 sizeof(wusbhc->gtk.data); in wusbhc_sec_create() 52 wusbhc->gtk.descr.bDescriptorType = USB_DT_KEY; in wusbhc_sec_create() 53 wusbhc->gtk.descr.bReserved = 0; in wusbhc_sec_create() 101 const size_t key_size = sizeof(wusbhc->gtk.data); in wusbhc_generate_gtk() 106 wusbhc->gtk.descr.tTKID[0] = (tkid >> 0) & 0xff; in wusbhc_generate_gtk() 107 wusbhc->gtk.descr.tTKID[1] = (tkid >> 8) & 0xff; in wusbhc_generate_gtk() 108 wusbhc->gtk.descr.tTKID[2] = (tkid >> 16) & 0xff; in wusbhc_generate_gtk() 110 get_random_bytes(wusbhc->gtk.descr.bKeyData, key_size); in wusbhc_generate_gtk() 123 const size_t key_size = sizeof(wusbhc->gtk.data); in wusbhc_sec_start() [all …]
|
D | wusbhc.h | 295 } __attribute__((packed)) gtk; member
|
/linux-4.4.14/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 | 69 --gtk:: Use the GTK interface.
|
D | perf-report.txt | 242 --gtk:: Use the GTK2 interface.
|
/linux-4.4.14/tools/perf/ |
D | Makefile.perf | 276 ALL_PROGRAMS += $(OUTPUT)libperf-gtk.so 277 GTK_IN := $(OUTPUT)gtk-in.o 279 install-gtk: $(OUTPUT)libperf-gtk.so 282 $(INSTALL) $(OUTPUT)libperf-gtk.so '$(DESTDIR_SQ)$(libdir_SQ)' 320 $(Q)$(MAKE) $(build)=gtk 322 $(OUTPUT)libperf-gtk.so: $(GTK_IN) $(PERFLIBS) 513 install-gtk: 515 install-tools: all install-gtk 559 install-tests: all install-gtk 609 .PHONY: all install clean config-clean strip install-gtk
|
D | Build | 45 gtk-y += ui/gtk/
|
/linux-4.4.14/tools/build/feature/ |
D | Makefile | 52 …-laudit -I/usr/include/slang -lslang $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) $… 108 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) 111 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
|
/linux-4.4.14/scripts/kconfig/ |
D | Makefile | 216 HOSTLOADLIBES_gconf = `pkg-config --libs gtk+-2.0 gmodule-2.0 libglade-2.0` 217 HOSTCFLAGS_gconf.o = `pkg-config --cflags gtk+-2.0 gmodule-2.0 libglade-2.0` \ 262 @if `pkg-config --exists gtk+-2.0 gmodule-2.0 libglade-2.0`; then \ 263 if `pkg-config --atleast-version=2.0.0 gtk+-2.0`; then \
|
/linux-4.4.14/drivers/usb/host/whci/ |
D | wusb.c | 203 const void *gtk, size_t key_size) in whc_set_gtk() argument 210 ret = whc_set_key(whc, whc->n_devices, tkid, gtk, key_size, true); in whc_set_gtk()
|
D | whcd.h | 163 const void *gtk, size_t key_size);
|
/linux-4.4.14/net/mac80211/ |
D | key.c | 338 rcu_assign_pointer(sta->gtk[idx], new); in ieee80211_key_replace() 629 old_key = key_mtx_dereference(sdata->local, sta->gtk[idx]); in ieee80211_key_link() 823 for (i = 0; i < ARRAY_SIZE(sta->gtk); i++) { in ieee80211_free_sta_keys() 824 key = key_mtx_dereference(local, sta->gtk[i]); in ieee80211_free_sta_keys()
|
D | sta_info.h | 396 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS]; member
|
D | rx.c | 1594 rx->key = rcu_dereference(rx->sta->gtk[mmie_keyidx]); in ieee80211_rx_h_decrypt() 1615 key = rcu_dereference(rx->sta->gtk[i]); in ieee80211_rx_h_decrypt() 1667 rx->key = rcu_dereference(rx->sta->gtk[keyidx]); in ieee80211_rx_h_decrypt()
|
D | cfg.c | 280 key = key_mtx_dereference(local, sta->gtk[key_idx]); in ieee80211_del_key() 329 key = rcu_dereference(sta->gtk[key_idx]); in ieee80211_get_key()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | d3.c | 1387 union iwl_all_tsc_rsc *rsc = &status->gtk.rsc.all_tsc_rsc; in iwl_mvm_set_key_rx_seq() 1443 union iwl_all_tsc_rsc *sc = &data->status->gtk.rsc.all_tsc_rsc; in iwl_mvm_d3_update_gtks() 1521 .conf.keyidx = status->gtk.key_index, in iwl_mvm_setup_connection_keep() 1527 memcpy(conf.conf.key, status->gtk.decrypt_key, in iwl_mvm_setup_connection_keep() 1532 memcpy(conf.conf.key, status->gtk.decrypt_key, 16); in iwl_mvm_setup_connection_keep() 1536 status->gtk.tkip_mic_key, 8); in iwl_mvm_setup_connection_keep()
|
D | fw-api-d3.h | 360 struct iwl_wowlan_gtk_status gtk; member
|
/linux-4.4.14/tools/perf/config/ |
D | Makefile | 418 …FLAGS_GTK2=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/n… 427 GTK_CFLAGS += $(shell $(PKG_CONFIG) --cflags gtk+-2.0 2>/dev/null) 428 GTK_LIBS := $(shell $(PKG_CONFIG) --libs gtk+-2.0 2>/dev/null)
|
/linux-4.4.14/tools/build/Documentation/ |
D | Build.txt | 139 CFLAGS_gtk += '...' - alters CFLAGS for gtk build object
|