Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_common.c192 struct wowlan_triggers *triggers; in wpa_get_wowlan_triggers() local
203 triggers = os_zalloc(sizeof(*triggers)); in wpa_get_wowlan_triggers()
204 if (triggers == NULL) in wpa_get_wowlan_triggers()
210 &triggers->trigger) in wpa_get_wowlan_triggers()
234 os_free(triggers); in wpa_get_wowlan_triggers()
235 triggers = NULL; in wpa_get_wowlan_triggers()
247 return triggers; in wpa_get_wowlan_triggers()
H A Ddriver_nl80211_capa.c530 struct nlattr *triggers[MAX_NL80211_WOWLAN_TRIG + 1]; in wiphy_info_wowlan_triggers() local
535 if (nla_parse_nested(triggers, MAX_NL80211_WOWLAN_TRIG, in wiphy_info_wowlan_triggers()
539 if (triggers[NL80211_WOWLAN_TRIG_ANY]) in wiphy_info_wowlan_triggers()
541 if (triggers[NL80211_WOWLAN_TRIG_DISCONNECT]) in wiphy_info_wowlan_triggers()
543 if (triggers[NL80211_WOWLAN_TRIG_MAGIC_PKT]) in wiphy_info_wowlan_triggers()
545 if (triggers[NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE]) in wiphy_info_wowlan_triggers()
547 if (triggers[NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST]) in wiphy_info_wowlan_triggers()
549 if (triggers[NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE]) in wiphy_info_wowlan_triggers()
551 if (triggers[NL80211_WOWLAN_TRIG_RFKILL_RELEASE]) in wiphy_info_wowlan_triggers()
H A Ddriver_nl80211.c9329 const struct wowlan_triggers *triggers) in nl80211_set_wowlan() argument
9342 (triggers->any && in nl80211_set_wowlan()
9344 (triggers->disconnect && in nl80211_set_wowlan()
9346 (triggers->magic_pkt && in nl80211_set_wowlan()
9348 (triggers->gtk_rekey_failure && in nl80211_set_wowlan()
9350 (triggers->eap_identity_req && in nl80211_set_wowlan()
9352 (triggers->four_way_handshake && in nl80211_set_wowlan()
9354 (triggers->rfkill_release && in nl80211_set_wowlan()
H A Ddriver.h3477 int (*set_wowlan)(void *priv, const struct wowlan_triggers *triggers);
/dragonfly/sys/dev/drm/amd/display/modules/freesync/
H A Dfreesync.c775 struct dc_static_screen_events triggers = {0}; in mod_freesync_handle_v_update() local
869 triggers.overlay_update = true; in mod_freesync_handle_v_update()
870 triggers.surface_update = true; in mod_freesync_handle_v_update()
873 num_streams, &triggers); in mod_freesync_handle_v_update()
885 struct dc_static_screen_events triggers = {0}; in mod_freesync_update_state() local
954 triggers.overlay_update = true; in mod_freesync_update_state()
955 triggers.surface_update = true; in mod_freesync_update_state()
958 num_streams, &triggers); in mod_freesync_update_state()
1259 triggers.overlay_update = true; in mod_freesync_notify_mode_change()
1260 triggers.surface_update = true; in mod_freesync_notify_mode_change()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddbgcnt.def30 which is bad, or which triggers the bad behavior downstream
/dragonfly/contrib/cvs-1.12/
H A DREADME56 developers, multiple directories, triggers to enable/log/control
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Ddriver_i.h685 const struct wowlan_triggers *triggers) in wpa_drv_wowlan() argument
689 return wpa_s->driver->set_wowlan(wpa_s->drv_priv, triggers); in wpa_drv_wowlan()
H A Dwpa_supplicant.c5036 struct wowlan_triggers *triggers; in wpas_set_wowlan_triggers() local
5042 triggers = wpa_get_wowlan_triggers(wpa_s->conf->wowlan_triggers, capa); in wpas_set_wowlan_triggers()
5043 if (triggers) { in wpas_set_wowlan_triggers()
5044 ret = wpa_drv_wowlan(wpa_s, triggers); in wpas_set_wowlan_triggers()
5045 os_free(triggers); in wpas_set_wowlan_triggers()
H A DREADME-WPS191 is in progress. GUI programs can use these as triggers for suggesting
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddbgcnt.def30 which is bad, or which triggers the bad behavior downstream
H A Dcommon.opt551 Warn if a loop with constant number of iterations triggers undefined behavior.
H A Dmatch.pd2659 A ? B : B -> B triggers and the fold-const.c one can optimize
/dragonfly/contrib/binutils-2.27/binutils/
H A DREADME186 testcase that triggers the problem. In the case of a gas problem, we
/dragonfly/usr.bin/calendar/calendars/
H A Dcalendar.history501 12/16 Pokemon episode (Electric Soldier Porygon) triggers attacks of
/dragonfly/contrib/tcsh-6/
H A Dcomplete.tcsh843 provides queryformat requires scripts state triggers \
1148 sync triggers unlock user users verify where)
/dragonfly/contrib/zstd/
H A DCHANGELOG259 api : `nbThreads` becomes `nbWorkers` : 1 triggers asynchronous mode
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcppopts.texi164 Make all warnings into hard errors. Source code which triggers warnings
H A Dextend.texi14240 labels, but if @code{#pragma extern_prefix} triggers first we have no
H A Dinvoke.texi13058 debugging impossible. It also triggers a bug in the HP-UX 8 and HP-UX 9
/dragonfly/contrib/binutils-2.27/gprof/
H A Dgprof.texi1520 @code{gprof}'s @samp{-A} option triggers an annotated source listing,
2189 the @samp{-d} option triggers debugging output
H A Dgprof.info1297 `gprof''s `-A' option triggers an annotated source listing, which lists
1912 triggers debugging output (to stdout) which can be helpful in
/dragonfly/usr.sbin/ppp/
H A Dppp.8.m41033 that triggers a dial.
5025 triggers the connection to connect once the link is up despite the
/dragonfly/contrib/byacc/
H A DCHANGES341 which triggers this bug, causing the IFS assignment to persist for the
/dragonfly/games/fortune/datfiles/
H A Dfortunes-o11118 With their fingers on their triggers, knee deep in gore.