/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | as3711.txt | 23 feedback used: 24 - su2-feedback-voltage : voltage feedback is used 25 - su2-feedback-curr1 : CURR1 input used for current feedback 26 - su2-feedback-curr2 : CURR2 input used for current feedback 27 - su2-feedback-curr3 : CURR3 input used for current feedback 28 - su2-feedback-curr-auto: automatic current feedback selection 36 If "su2-feedback-curr-auto" is selected, one or more of the following properties 38 - su2-auto-curr1 : use CURR1 input for current feedback 39 - su2-auto-curr2 : use CURR2 input for current feedback 40 - su2-auto-curr3 : use CURR3 input for current feedback [all …]
|
/freebsd/sys/dev/evdev/ |
H A D | input.h | 104 … _IOW(EVDEV_IOC_MAGIC, 0x80, struct ff_effect) /* send a force effect to a force feedback device */ 156 * Values describing the status of a force-feedback effect 162 /* scheduling info for force feedback effect */ 168 /* trigger for force feedback effect */ 174 /* force feedback effect envelop */ 207 * Force feedback periodic effect types 237 * Force feedback effect types 269 * force feedback device properties
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | adi,max98388.yaml | 13 The MAX98388 is a mono Class-D speaker amplifier with I/V feedback. 32 description: slot number of the voltage feedback monitor 39 description: slot number of the current feedback monitor 47 For cases where a single combined channel for the I/V feedback data
|
H A D | wm8994.txt | 58 - wlf,lineout1-feedback : If present LINEOUT1 has common mode feedback 60 - wlf,lineout2-feedback : If present LINEOUT2 has common mode feedback
|
H A D | wlf,wm8994.yaml | 109 wlf,lineout1-feedback: 112 LINEOUT1 has common mode feedback connected. 114 wlf,lineout2-feedback: 117 LINEOUT2 has common mode feedback connected.
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | rohm,bd71847-regulator.yaml | 105 # connected to feedback-pin (over suitable resistors) is getting popular 138 Feedback-pin has pull-up connection to adjust voltage range. This is 141 rohm,feedback-pull-up-r1-ohms: 143 Feedback-pin has pull-up connection to adjust voltage range. This is 146 rohm,feedback-pull-up-r2-ohms: 148 Feedback-pin has pull-up connection to adjust voltage range. This is
|
H A D | rohm,bd71837-regulator.yaml | 110 # connected to feedback-pin (over suitable resistors) is getting popular 143 Feedback-pin has pull-up connection to adjust voltage range. This is 146 rohm,feedback-pull-up-r1-ohms: 148 Feedback-pin has pull-up connection to adjust voltage range. This is 151 rohm,feedback-pull-up-r2-ohms: 153 Feedback-pin has pull-up connection to adjust voltage range. This is
|
H A D | ltc3676.txt | 14 the resistor values of their external feedback voltage dividers: 18 values R1 and R2 of the feedback voltage divider in ohms. 20 Regulators sw1, sw2, sw3, sw4 can regulate the feedback reference from:
|
H A D | ltc3589.txt | 14 the resistor values of their external feedback voltage dividers: 18 values R1 and R2 of the feedback voltage divider in ohms. 20 Regulators sw1, sw2, sw3, and ldo2 can regulate the feedback reference from
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | kbkdf.c | 13 * section 5.1 ("counter mode") and section 5.2 ("feedback mode") in both HMAC 53 FEEDBACK enumerator 174 /* Setup K(0) for feedback mode. */ in derive() 185 /* Perform feedback, if appropriate. */ in derive() 186 if (mode == FEEDBACK && !EVP_MAC_update(ctx, k_i, k_i_len)) in derive() 305 && OPENSSL_strncasecmp("feedback", p->data, p->data_size) == 0) { in kbkdf_set_ctx_params() 306 ctx->mode = FEEDBACK; in kbkdf_set_ctx_params()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_KDF-KB.pod | 27 choices are "counter" and "feedback". "counter" is the default, and will be 83 Note that currently OpenSSL only implements counter and feedback modes. Other 116 This example derives 10 bytes using FEEDBACK-CMAC-AES256, with KI "secret", 131 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_MODE, "FEEDBACK", 0);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | DXILResource.cpp | 205 RI.Feedback.Type = FeedbackTy; in FeedbackTexture2D() 218 RI.Feedback.Type = FeedbackTy; in FeedbackTexture2DArray() 255 return Feedback == RHS.Feedback; in operator ==() 320 Tags.push_back(getIntMD(llvm::to_underlying(Feedback.Type))); in getAsMetadata() 356 Word1 = llvm::to_underlying(Feedback.Type); in getAnnotateProps()
|
/freebsd/sys/sys/ |
H A D | timeffc.h | 106 * Feedback clock specific info structure. The feedback clock's estimation of 120 * looser than the feedback clock equivalent, is much more reliable. The status 232 * wrappers around equivalent feedback or feed-forward functions. Provide access 233 * outside of kern_tc.c to the feedback clock equivalent functions for
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | EVP_KDF-KB.7 | 157 choices are \*(L"counter\*(R" and \*(L"feedback\*(R". \*(L"counter\*(R" is the default, and will be 219 Note that currently OpenSSL only implements counter and feedback modes. Other 253 This example derives 10 bytes using \s-1FEEDBACK\-CMAC\-AES256,\s0 with \s-1KI\s0 \*(L"secret\*(R", 269 \& *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_MODE, "FEEDBACK", 0);
|
H A D | des_modes.7 | 179 .SS "Cipher Feedback Mode (\s-1CFB\s0)" 180 .IX Subsection "Cipher Feedback Mode (CFB)" 205 .SS "Output Feedback Mode (\s-1OFB\s0)" 206 .IX Subsection "Output Feedback Mode (OFB)"
|
/freebsd/contrib/tnftp/ |
H A D | README | 45 FEEDBACK / BUG REPORTS 48 Please email feedback back to the maintainer:
|
/freebsd/tests/sys/netinet6/ |
H A D | redirect.py | 66 def send_packet(pkt, iface, feedback=False): argument 67 if feedback:
|
/freebsd/tests/sys/netinet/ |
H A D | redirect.py | 67 def send_packet(pkt, iface, feedback=False): argument 68 if feedback:
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_camellia_cts.txt | 14 # ke = KBKDF(mac = CMAC, mode = FEEDBACK, base_key, 24 # -kdfopt mode:FEEDBACK
|
/freebsd/sys/dev/sec/ |
H A D | sec.h | 90 } feedback; member 109 #define shd_done shd_control.feedback.done 110 #define shd_iccr0 shd_control.feedback.iccr0 111 #define shd_iccr1 shd_control.feedback.iccr1
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | spi-samsung.txt | 61 - samsung,spi-feedback-delay: The sampling phase shift to be applied on the 108 samsung,spi-feedback-delay = <0>;
|
/freebsd/share/man/man4/ |
H A D | tcp_rack.4 | 49 feedback, and Tail Loss Probe (TLP) leverages RACK 50 and sends a probe packet to trigger ACK feedback to avoid
|
/freebsd/lib/libsys/ |
H A D | ffclock.2 | 51 approach radically different from the feedback alternative implemented by the 54 robustness than a feedback approach when synchronising over the network.
|
/freebsd/crypto/heimdal/doc/doxyout/hdb/man/man3/ |
H A D | HDB.3 | 168 Auth feedback 170 This is a feedback call that allows backends that provides lockout functionality to register failur…
|
/freebsd/sys/dev/safe/ |
H A D | safereg.h | 389 #define SAFE_SA_CMD1_CRFEEDBACK 0x00000c00 /* crypto feedback mode */ 390 #define SAFE_SA_CMD1_64BIT 0x00000000 /* 64-bit crypto feedback */ 391 #define SAFE_SA_CMD1_8BIT 0x00000400 /* 8-bit crypto feedback */ 392 #define SAFE_SA_CMD1_1BIT 0x00000800 /* 1-bit crypto feedback */ 393 #define SAFE_SA_CMD1_128BIT 0x00000c00 /* 128-bit crypto feedback */
|