Home
last modified time | relevance | path

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

1234

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_common.c222 struct wowlan_triggers *triggers; in wpa_get_wowlan_triggers() local
233 triggers = os_zalloc(sizeof(*triggers)); in wpa_get_wowlan_triggers()
234 if (triggers == NULL) in wpa_get_wowlan_triggers()
240 &triggers->trigger) in wpa_get_wowlan_triggers()
264 os_free(triggers); in wpa_get_wowlan_triggers()
265 triggers = NULL; in wpa_get_wowlan_triggers()
277 return triggers; in wpa_get_wowlan_triggers()
H A Ddriver_nl80211_capa.c811 struct nlattr *triggers[MAX_NL80211_WOWLAN_TRIG + 1]; in wiphy_info_wowlan_triggers() local
816 if (nla_parse_nested(triggers, MAX_NL80211_WOWLAN_TRIG, in wiphy_info_wowlan_triggers()
820 if (triggers[NL80211_WOWLAN_TRIG_ANY]) in wiphy_info_wowlan_triggers()
822 if (triggers[NL80211_WOWLAN_TRIG_DISCONNECT]) in wiphy_info_wowlan_triggers()
824 if (triggers[NL80211_WOWLAN_TRIG_MAGIC_PKT]) in wiphy_info_wowlan_triggers()
826 if (triggers[NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE]) in wiphy_info_wowlan_triggers()
828 if (triggers[NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST]) in wiphy_info_wowlan_triggers()
830 if (triggers[NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE]) in wiphy_info_wowlan_triggers()
832 if (triggers[NL80211_WOWLAN_TRIG_RFKILL_RELEASE]) in wiphy_info_wowlan_triggers()
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Dda9062-wdt.txt14 watchdog timeout triggers SHUTDOWN, if cleared the watchdog triggers
H A Datmel-sama5d4-wdt.txt11 "hardware": enable watchdog fault reset. A watchdog fault triggers
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dat91_adc.txt23 - atmel,adc-use-external-triggers: Boolean to enable the external triggers
56 atmel,adc-use-external-triggers;
/freebsd/tools/build/options/
H A DWITHOUT_WARNS3 which triggers warnings in environments that differ from the
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dbrcm,avs-tmon.txt11 - interrupts: temperature monitor interrupt, for high/low threshold triggers,
/freebsd/tools/test/stress2/misc/
H A Dmmap28.sh105 Truncating the mapped file triggers a panic when accessed beyond
H A Dmmap47.sh124 /* Both ftruncate() and fdatasync() triggers the problem */
H A Dmmap48.sh130 /* Both ftruncate() and fdatasync() triggers the problem */
/freebsd/tools/test/stress2/tools/
H A Dfail.sh65 nfs13.sh 20170323 tmpfs using options triggers this
/freebsd/sys/contrib/openzfs/contrib/debian/
H A DMakefile.am31 dist_noinst_DATA += %D%/openzfs-zfs-dkms.triggers
/freebsd/sys/contrib/zstd/programs/
H A DREADME.md96 When the name of the symlink has a specific value, it triggers an associated behavior.
99 …ing source file by default (use `--keep` to preserve). If zlib is not supported, triggers an error.
100 …oving source file by default (use `--keep` to preserve). If xz is not supported, triggers an error.
101 …ing source file by default (use `--keep` to preserve). If lzma is not supported, triggers an error.
102 …ll mimic `lz4` by compressing file using `.lz4` format. If lz4 is not supported, triggers an error.
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-pm8058.txt12 do they support external triggers. They are just powerful LED
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dbrcm,bcm2835-armctrl-ic.txt73 28: DMAALL - triggers on all dma interrupts (including channel 15)
/freebsd/contrib/file/m4/
H A Dvisibility.m448 dnl platforms (Cygwin 1.7) the use of -fvisibility triggers a warning
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dkeystone-navigator-dma.txt5 channels and flows for the QMSS(Queue Manager SubSystem) who triggers
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dacadia.dts176 * that it uses to generate snapshot triggers. We
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/
H A Dqcom,idle-state.txt17 interrupt to trigger the core back in to active. This triggers the cache
/freebsd/contrib/unbound/doc/
H A DTODO52 * retry-mode, where a bogus result triggers a retry-mode query, where a list
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTOptions.td68 "threads, this option triggers the collection on a per cpu core "
/freebsd/contrib/ntp/scripts/monitoring/
H A DREADME155 WARNING: This code is beta level - it triggers a memory leak;
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h712 const struct wowlan_triggers *triggers) in wpa_drv_wowlan() argument
716 return wpa_s->driver->set_wowlan(wpa_s->drv_priv, triggers); in wpa_drv_wowlan()
/freebsd/sys/contrib/xen/
H A Dsysctl.h231 XEN_GUEST_HANDLE_64(uint64) triggers; /* Cx trigger counts */
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-tyan-s8036.dts381 * triggers the clock on a D flip-flop. The /Q output of the

1234