Home
last modified time | relevance | path

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

12345678910>>...36

/freebsd-14.2/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mm-venice-gw72xx-0x-rs422.dts7 * - GPIO4_0 rs485_en needs to be driven high (active)
8 * - GPIO4_2 rs485_hd needs to be driven low (in-active)
10 * - RS485_EN needs to be pulled high
11 * - RS485_HALF needs to be low
H A Dimx8mm-venice-gw72xx-0x-rs485.dtso7 * - GPIO4_0 rs485_en needs to be driven high (active)
8 * - GPIO4_2 rs485_hd needs to be driven high (active)
10 * - RS485_EN needs to be pulled high
11 * - RS485_HALF needs to be pulled high
H A Dimx8mm-venice-gw73xx-0x-rs422.dts7 * - GPIO4_0 rs485_en needs to be driven high (active)
8 * - GPIO4_2 rs485_hd needs to be driven low (in-active)
10 * - RS485_EN needs to be pulled high
11 * - RS485_HALF needs to be low
H A Dimx8mm-venice-gw72xx-0x-rs485.dts7 * - GPIO4_0 rs485_en needs to be driven high (active)
8 * - GPIO4_2 rs485_hd needs to be driven high (active)
10 * - RS485_EN needs to be pulled high
11 * - RS485_HALF needs to be pulled high
H A Dimx8mm-venice-gw72xx-0x-rs422.dtso7 * - GPIO4_0 rs485_en needs to be driven high (active)
8 * - GPIO4_2 rs485_hd needs to be driven low (in-active)
10 * - RS485_EN needs to be pulled high
11 * - RS485_HALF needs to be low
H A Dimx8mm-venice-gw73xx-0x-rs422.dtso7 * - GPIO4_0 rs485_en needs to be driven high (active)
8 * - GPIO4_2 rs485_hd needs to be driven low (in-active)
10 * - RS485_EN needs to be pulled high
11 * - RS485_HALF needs to be low
H A Dimx8mm-venice-gw73xx-0x-rs485.dts7 * - GPIO4_0 rs485_en needs to be driven high (active)
8 * - GPIO4_2 rs485_hd needs to be driven high (active)
10 * - RS485_EN needs to be pulled high
11 * - RS485_HALF needs to be pulled high
H A Dimx8mm-venice-gw73xx-0x-rs485.dtso7 * - GPIO4_0 rs485_en needs to be driven high (active)
8 * - GPIO4_2 rs485_hd needs to be driven high (active)
10 * - RS485_EN needs to be pulled high
11 * - RS485_HALF needs to be pulled high
/freebsd-14.2/contrib/unbound/validator/
H A Dval_sigcrypt.c447 if(n->needs[algo] == 0) { in algo_needs_init_dnskey_add()
448 n->needs[algo] = 1; in algo_needs_init_dnskey_add()
466 n->needs[algo] = 1; in algo_needs_init_list()
487 if(n->needs[algo] == 0) { in algo_needs_init_ds()
488 n->needs[algo] = 1; in algo_needs_init_ds()
499 if(n->needs[algo]) { in algo_needs_set_secure()
500 n->needs[algo] = 0; in algo_needs_set_secure()
510 if(n->needs[algo]) n->needs[algo] = 2; /* need it, but bogus */ in algo_needs_set_bogus()
525 if(n->needs[i] == 2) in algo_needs_missing()
633 struct algo_needs needs; in dnskeyset_verify_rrset() local
[all …]
H A Dval_utils.c586 struct algo_needs needs; in val_verify_DNSKEY_with_DS() local
635 if(!sigalg || algo_needs_set_secure(&needs, in val_verify_DNSKEY_with_DS()
645 algo_needs_set_bogus(&needs, in val_verify_DNSKEY_with_DS()
669 if(sigalg && (alg=algo_needs_missing(&needs)) != 0) { in val_verify_DNSKEY_with_DS()
718 struct algo_needs needs; in val_verify_DNSKEY_with_TA() local
748 else memset(&needs, 0, sizeof(needs)); in val_verify_DNSKEY_with_TA()
778 if(!sigalg || algo_needs_set_secure(&needs, in val_verify_DNSKEY_with_TA()
788 algo_needs_set_bogus(&needs, in val_verify_DNSKEY_with_TA()
810 if(!sigalg || algo_needs_set_secure(&needs, in val_verify_DNSKEY_with_TA()
820 algo_needs_set_bogus(&needs, in val_verify_DNSKEY_with_TA()
[all …]
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_refclock.c1756 u_int needs; /* needed number of samples */ in refclock_checkburst() local
1775 needs = peer->reach; in refclock_checkburst()
1776 needs -= (needs >> 1) & 0x55; in refclock_checkburst()
1777 needs = (needs & 0x33) + ((needs >> 2) & 0x33); in refclock_checkburst()
1778 needs = (needs + (needs >> 4)) & 0x0F; in refclock_checkburst()
1779 if (needs > 6) in refclock_checkburst()
1780 needs = 6; in refclock_checkburst()
1781 else if (needs < 3) in refclock_checkburst()
1782 needs = 3; in refclock_checkburst()
1783 if (clk_cnt_sample(pp) < needs) in refclock_checkburst()
/freebsd-14.2/sys/contrib/device-tree/Bindings/mux/
H A Dmux-consumer.yaml28 If it is required to provide the state that the mux controller needs to
34 the consumers want to control the mux controller. If the consumer needs
35 needs to set multiple states in a mux controller, then property
36 "mux-controls" can be used. If the consumer needs to set the mux
/freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-lte-sku.dtsi24 * modem needs to cover certain init steps (GSI init), and
25 * the AP needs to wait for it.
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DREADME.txt22 * libcxxabi needs the demangler to implement __cxa_demangle, which is
25 * LLVM needs a copy for a bunch of places, and cannot rely on the
43 Because the core demangler needs to work in libcxxabi, everything
44 needs to be declared in an anonymous namespace (see
/freebsd-14.2/sys/contrib/device-tree/Bindings/firmware/
H A Dintel,stratix10-svc.txt5 configured from HPS, there needs to be a way for HPS to notify SDM the
9 To meet the whole system security needs and support virtual machine requesting
12 exception layers must channel through the EL3 software whenever it needs
/freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/
H A Datmel,at91-pinctrl.txt89 PULL_UP (1 << 0): indicate this pin needs a pull up.
90 MULTIDRIVE (1 << 1): indicate this pin needs to be configured as multi-drive.
92 DEGLITCH (1 << 2): indicate this pin needs deglitch.
93 PULL_DOWN (1 << 3): indicate this pin needs a pull down.
94 DIS_SCHMIT (1 << 4): indicate this pin needs to the disable schmitt trigger.
104 DEBOUNCE (1 << 16): indicate this pin needs debounce.
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/pressure/
H A Dzpa2326.txt14 - vref-supply: an optional regulator that needs to be on to provide VREF
16 - vdd-supply: an optional regulator that needs to be on to provide VDD
/freebsd-14.2/usr.sbin/pw/tests/
H A Dhelper_functions.shin9 # Populate the files pw needs to use into $HOME
20 # Populate the files pw needs to use into $HOME/etc
/freebsd-14.2/contrib/file/
H A DTODO41 - The implementation of struct buffer needs re-thinking and more work.
44 needs negative offsets.
45 - Really the whole thing just needs here's an (offset, buffer, size)
/freebsd-14.2/contrib/libpcap/
H A DTODO12 what needs to be documented.
18 problems at the first glance which needs fixing:
/freebsd-14.2/sys/contrib/device-tree/Bindings/
H A Dcommon-properties.txt15 know the peripheral always needs to be accessed in big endian (BE) mode.
18 peripheral always needs to be accessed in little endian (LE) mode.
71 by all of its devices. The driver needs to know how many devices the
/freebsd-14.2/sys/contrib/device-tree/Bindings/mmc/
H A Dti-omap-hsmmc.txt43 - ti,needs-special-reset: Requires a special softreset sequence
44 - ti,needs-special-hs-handling: HSMMC IP needs special setting
117 not every application needs SDIO irq, e.g. MMC cards.
/freebsd-14.2/sys/contrib/openzfs/.github/workflows/
H A Dzfs-linux.yml36 needs: build
45 needs: testings
/freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/
H A Dsummit,smb347-charger.yaml89 summit,needs-inok-toggle:
91 description: INOK signal is fixed and polarity needs to be toggled
172 summit,needs-inok-toggle;
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/magnetometer/
H A Dasahi-kasei,ak8975.yaml45 an optional regulator that needs to be on to provide VDD power to
50 an optional regulator that needs to be on to provide VID power to

12345678910>>...36