Home
last modified time | relevance | path

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

123

/dflybsd-src/contrib/wpa_supplicant/src/drivers/
H A Ddriver_common.c175 static int wpa_check_wowlan_trigger(const char *start, const char *trigger, in wpa_check_wowlan_trigger() argument
178 if (os_strcmp(start, trigger) != 0) in wpa_check_wowlan_trigger()
207 #define CHECK_TRIGGER(trigger) \ in wpa_get_wowlan_triggers() argument
208 wpa_check_wowlan_trigger(start, #trigger, \ in wpa_get_wowlan_triggers()
209 capa->wowlan_triggers.trigger, \ in wpa_get_wowlan_triggers()
210 &triggers->trigger) in wpa_get_wowlan_triggers()
/dflybsd-src/crypto/libressl/crypto/
H A Dcryptlib.c323 static int trigger = 0; in OPENSSL_cpuid_setup() local
329 if (trigger) in OPENSSL_cpuid_setup()
331 trigger = 1; in OPENSSL_cpuid_setup()
/dflybsd-src/sys/bus/gpio/gpio_intel/
H A Dgpio_cherryview.c86 uint16_t pin, int trigger, int polarity, int termination);
240 gpio_cherryview_map_intr(struct gpio_intel_softc *sc, uint16_t pin, int trigger, in gpio_cherryview_map_intr() argument
251 pin, trigger, polarity, reg1, reg2); in gpio_cherryview_map_intr()
273 if (trigger == ACPI_LEVEL_SENSITIVE) { in gpio_cherryview_map_intr()
372 if (trigger == ACPI_LEVEL_SENSITIVE) in gpio_cherryview_map_intr()
H A Dgpio_intel.c61 static int gpio_intel_alloc_intr(device_t dev, u_int pin, int trigger,
206 gpio_intel_alloc_intr(device_t dev, u_int pin, int trigger, int polarity, in gpio_intel_alloc_intr() argument
226 ret = sc->fns->map_intr(sc, pin, trigger, polarity, in gpio_intel_alloc_intr()
H A Dgpio_intel_var.h38 uint16_t pin, int trigger, int polarity, int termination);
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/
H A Dstandard_policies.hpp100 typedef hash_load_check_resize_trigger<false, size_type> trigger; typedef
104 typedef hash_standard_resize_policy<size_policy_type, trigger,
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/
H A Dstandard_policies.hpp100 typedef hash_load_check_resize_trigger<false, size_type> trigger; typedef
104 typedef hash_standard_resize_policy<size_policy_type, trigger,
/dflybsd-src/sys/platform/pc64/icu/
H A Delcr.c101 elcr_write_trigger(int irq, enum intr_trigger trigger) in elcr_write_trigger() argument
107 if (trigger == INTR_TRIGGER_LEVEL) in elcr_write_trigger()
/dflybsd-src/sys/dev/sound/pci/
H A Datiixp.c691 uint32_t trigger = 0; in atiixp_poll_callback() local
702 trigger |= (atiixp_poll_channel(&sc->pch) != 0) ? 1 : 0; in atiixp_poll_callback()
703 trigger |= (atiixp_poll_channel(&sc->rch) != 0) ? 2 : 0; in atiixp_poll_callback()
711 if (trigger & 1) in atiixp_poll_callback()
713 if (trigger & 2) in atiixp_poll_callback()
873 uint32_t trigger = 0; in atiixp_intr() local
889 trigger |= 1; in atiixp_intr()
892 trigger |= 2; in atiixp_intr()
921 if (trigger & 1) in atiixp_intr()
923 if (trigger & 2) in atiixp_intr()
H A Des137x.c725 uint32_t trigger = 0; in es_poll_callback() local
739 trigger |= 1 << i; in es_poll_callback()
749 if (trigger & (1 << i)) in es_poll_callback()
/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_timer.c175 u_int32_t *trigger, in ar9300_get_gen_timer_interrupts() argument
179 *trigger = ahp->ah_intr_gen_timer_trigger; in ar9300_get_gen_timer_interrupts()
/dflybsd-src/sys/dev/acpica/
H A Dacpi_resource.c117 enum intr_trigger trigger; in acpi_config_intr() local
148 trigger = INTR_TRIGGER_EDGE; in acpi_config_intr()
150 trigger = INTR_TRIGGER_LEVEL; in acpi_config_intr()
157 if (machintr_legacy_intr_find(irq, trigger, polarity) < 0) in acpi_config_intr()
160 BUS_CONFIG_INTR(dev, dev, irq, trigger, polarity); in acpi_config_intr()
/dflybsd-src/sys/bus/gpio/
H A Dgpio_if.m41 # XXX trigger, polarity and termination constants are currently used from
47 int trigger;
/dflybsd-src/sys/bus/gpio/gpio_acpi/
H A Dgpio_acpi.c58 int trigger; member
318 if (info->trigger == ACPI_EDGE_SENSITIVE) { in gpio_acpi_handle_event()
382 info->trigger = gpio->Triggering; in gpio_acpi_do_map_aei()
/dflybsd-src/tools/regression/bin/sh/builtins/
H A Dbreak1.012 # To trigger the bug, the following commands must be at the top level,
H A Dreturn5.013 # To trigger the bug, the following commands must be at the top level,
/dflybsd-src/sys/dev/sound/pcm/
H A Dvchan.c57 int trigger; member
75 info->trigger = PCMTRIG_STOP; in vchan_init()
144 if (!PCMTRIG_COMMON(go) || go == info->trigger) in vchan_trigger()
149 otrigger = info->trigger; in vchan_trigger()
150 info->trigger = go; in vchan_trigger()
H A Dchannel.c2183 if (go == c->trigger) in chn_trigger()
2196 c->trigger); in chn_trigger()
2197 if (c->trigger != PCMTRIG_START) { in chn_trigger()
2198 c->trigger = go; in chn_trigger()
2213 c->trigger); in chn_trigger()
2214 if (c->trigger == PCMTRIG_START) { in chn_trigger()
2215 c->trigger = go; in chn_trigger()
H A Dchannel_if.m150 METHOD int trigger {
H A Dchannel.h111 int trigger; member
/dflybsd-src/sys/dev/misc/evdev/
H A Dinput.h256 struct ff_trigger trigger; member
/dflybsd-src/sys/kern/
H A Dvfs_lock.c788 int trigger = (long)vmstats.v_page_count / (activevnodes * 2 + 1); in cleanfreevnode() local
843 obj->resident_page_count >= trigger) in cleanfreevnode()
/dflybsd-src/usr.bin/dsynth/
H A Dprogress.js86 $('#report input').val (txt).trigger('search');
/dflybsd-src/contrib/lvm2/dist/doc/
H A Dtagging.txt74 New tags set in (b) *do* trigger additional config file loads.
/dflybsd-src/contrib/xz/
H A DNEWS23 were required to trigger it. The crash occurred in the
403 LZMA2 data would trigger a bug in 5.0.1 and older (see the
563 LZMA2 data would trigger a bug in 5.0.1 and older (see the

123