Searched refs:gtk (Results 1 - 30 of 30) sorted by relevance

/linux-4.1.27/tools/build/feature/
H A Dtest-gtk2-infobar.c2 #include <gtk/gtk.h>
H A Dtest-gtk2.c2 #include <gtk/gtk.h>
H A DMakefile49 $(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -laudit -I/usr/include/slang -lslang $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) $(FLAGS_PERL_EMBED) $(FLAGS_PYTHON_EMBED) -DPACKAGE='"perf"' -lbfd -ldl -lz -llzma
97 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
100 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
/linux-4.1.27/tools/perf/ui/gtk/
H A Dsetup.c1 #include "gtk.h"
H A Dgtk.h7 #include <gtk/gtk.h>
H A Dhelpline.c4 #include "gtk.h"
H A Dbrowser.c7 #include "gtk.h"
H A Dprogress.c3 #include "gtk.h"
H A Dutil.c3 #include "gtk.h"
H A Dannotate.c1 #include "gtk.h"
H A Dhists.c7 #include "gtk.h"
/linux-4.1.27/drivers/usb/wusbcore/
H A Dsecurity.c50 wusbhc->gtk.descr.bLength = sizeof(wusbhc->gtk.descr) + wusbhc_sec_create()
51 sizeof(wusbhc->gtk.data); wusbhc_sec_create()
52 wusbhc->gtk.descr.bDescriptorType = USB_DT_KEY; wusbhc_sec_create()
53 wusbhc->gtk.descr.bReserved = 0; wusbhc_sec_create()
101 const size_t key_size = sizeof(wusbhc->gtk.data); wusbhc_generate_gtk()
106 wusbhc->gtk.descr.tTKID[0] = (tkid >> 0) & 0xff; wusbhc_generate_gtk()
107 wusbhc->gtk.descr.tTKID[1] = (tkid >> 8) & 0xff; wusbhc_generate_gtk()
108 wusbhc->gtk.descr.tTKID[2] = (tkid >> 16) & 0xff; wusbhc_generate_gtk()
110 get_random_bytes(wusbhc->gtk.descr.bKeyData, key_size); wusbhc_generate_gtk()
123 const size_t key_size = sizeof(wusbhc->gtk.data); wusbhc_sec_start()
129 &wusbhc->gtk.descr.bKeyData, key_size); wusbhc_sec_start()
209 &wusbhc->gtk.descr, wusbhc->gtk.descr.bLength, wusb_dev_set_gtk()
545 size_t key_size = sizeof(wusbhc->gtk.data); wusbhc_gtk_rekey_work()
553 /* roll the gtk index. */ wusbhc_gtk_rekey_work()
590 &wusbhc->gtk.descr.bKeyData, key_size); wusbhc_gtk_rekey_work()
H A Dwusbhc.h295 } __attribute__((packed)) gtk; member in struct:wusbhc
/linux-4.1.27/scripts/kconfig/
H A DMakefile204 HOSTLOADLIBES_gconf = `pkg-config --libs gtk+-2.0 gmodule-2.0 libglade-2.0`
205 HOSTCFLAGS_gconf.o = `pkg-config --cflags gtk+-2.0 gmodule-2.0 libglade-2.0` \
278 @if `pkg-config --exists gtk+-2.0 gmodule-2.0 libglade-2.0`; then \
279 if `pkg-config --atleast-version=2.0.0 gtk+-2.0`; then \
291 echo >&2 "* You need gtk+-2.0, glib-2.0 and libglade-2.0."; \
H A Dgconf.c18 #include <gtk/gtk.h>
/linux-4.1.27/drivers/usb/host/whci/
H A Dwusb.c203 const void *gtk, size_t key_size) whc_set_gtk()
210 ret = whc_set_key(whc, whc->n_devices, tkid, gtk, key_size, true); whc_set_gtk()
202 whc_set_gtk(struct wusbhc *wusbhc, u32 tkid, const void *gtk, size_t key_size) whc_set_gtk() argument
H A Dwhcd.h163 const void *gtk, size_t key_size);
/linux-4.1.27/tools/perf/config/
H A DMakefile387 FLAGS_GTK2=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
396 GTK_CFLAGS += $(shell $(PKG_CONFIG) --cflags gtk+-2.0 2>/dev/null)
397 GTK_LIBS := $(shell $(PKG_CONFIG) --libs gtk+-2.0 2>/dev/null)
/linux-4.1.27/tools/perf/
H A Dperf.c97 if (!prefixcmp(var, "gtk.") && !strcmp(var + 4, c->cmd)) browser_command_config()
103 * returns 0 for "no tui", 1 for "use tui", 2 for "use gtk",
H A Dbuiltin-annotate.c301 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), cmd_annotate()
H A Dbuiltin-report.c637 OPT_BOOLEAN(0, "gtk", &report.use_gtk, "Use the GTK2 interface"), cmd_report()
/linux-4.1.27/net/mac80211/
H A Dkey.c336 rcu_assign_pointer(sta->gtk[idx], new); ieee80211_key_replace()
626 old_key = key_mtx_dereference(sdata->local, sta->gtk[idx]); ieee80211_key_link()
820 for (i = 0; i < ARRAY_SIZE(sta->gtk); i++) { ieee80211_free_sta_keys()
821 key = key_mtx_dereference(local, sta->gtk[i]); ieee80211_free_sta_keys()
H A Dsta_info.h257 * @gtk: group keys negotiated with this station, if any
349 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS]; member in struct:sta_info
H A Dcfg.c278 key = key_mtx_dereference(local, sta->gtk[key_idx]); ieee80211_del_key()
326 key = rcu_dereference(sta->gtk[key_idx]); ieee80211_get_key()
H A Drx.c1564 rx->key = rcu_dereference(rx->sta->gtk[mmie_keyidx]); ieee80211_rx_h_decrypt()
1585 key = rcu_dereference(rx->sta->gtk[i]); ieee80211_rx_h_decrypt()
1637 rx->key = rcu_dereference(rx->sta->gtk[keyidx]); ieee80211_rx_h_decrypt()
/linux-4.1.27/tools/perf/util/
H A Dutil.h137 #define PERF_GTK_DSO "libperf-gtk.so"
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Dd3.c1384 union iwl_all_tsc_rsc *rsc = &status->gtk.rsc.all_tsc_rsc; iwl_mvm_set_key_rx_seq()
1440 union iwl_all_tsc_rsc *sc = &data->status->gtk.rsc.all_tsc_rsc; iwl_mvm_d3_update_gtks()
1518 .conf.keyidx = status->gtk.key_index, iwl_mvm_setup_connection_keep()
1524 memcpy(conf.conf.key, status->gtk.decrypt_key, iwl_mvm_setup_connection_keep()
1529 memcpy(conf.conf.key, status->gtk.decrypt_key, 16); iwl_mvm_setup_connection_keep()
1533 status->gtk.tkip_mic_key, 8); iwl_mvm_setup_connection_keep()
H A Dfw-api-d3.h355 struct iwl_wowlan_gtk_status gtk; member in struct:iwl_wowlan_status
/linux-4.1.27/drivers/input/tablet/
H A Dwacom_serial4.c26 * by Frederic Lepied and Raph Levien <raph@gtk.org>.
/linux-4.1.27/net/wireless/
H A Dtrace.h246 "magic pkt: %d, gtk rekey failure: %d, eap identify req: %d, "

Completed in 559 milliseconds