Searched +full:eoc +full:- +full:level (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | lp8727_charger.txt | 4 - compatible: "ti,lp8727" 5 - reg: I2C slave address 27h 8 - interrupts: interrupt specifier (see interrupt binding[0]) 9 - debounce-ms: interrupt debounce time. (u32) 12 - charger-type: "ac" or "usb" (string) 13 - eoc-level: value of 'enum lp8727_eoc_level' (u8) 14 - charging-current: value of 'enum lp8727_ichg' (u8) 16 [0]: Documentation/devicetree/bindings/interrupt-controller/interrupts.txt 25 interrupt-parent = <&gpio5>; /* base = 128 */ 28 debounce-ms = <300>; [all …]
|
H A D | ti,lp8727.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sebastian Reichel <sre@kernel.org> 13 - $ref: power-supply.yaml# 25 debounce-ms: 34 charger-type: 36 - ac 37 - usb 39 eoc-level: [all …]
|
/freebsd/contrib/file/doc/ |
H A D | magic.man | 37 .Bl -tag -width ".Dv message" 42 .Bl -bullet -compact 44 The first direct offset of the magic entry (at continuation level 0), 50 A continuation offset relative to the end of the last up-level field 56 .Bl -tag -width ".Dv lestring16" 58 A one-byte value. 60 A two-byte value in this machine's native byte order. 62 A four-byte value in this machine's native byte order. 64 An eight-byte value in this machine's native byte order. 66 A 32-bit single precision IEEE floating point number in this machine's native byte order. [all …]
|
/freebsd/contrib/file/src/ |
H A D | der.c | 1 /*- 32 * http://blog.engelke.com/2014/10/17/parsing-ber-and-der-encoded-asn-1-objects/ 62 #define DER_BAD CAST(uint32_t, -1) 118 "eoc", "bool", "int", "bit_str", "octet_str", 125 "oid-iri", "rel-oid-iri", 165 tag = tag * 128 + c[(*p)++] - 0x80; in gettag() 216 if (len > UINT32_MAX - *p || *p + len > l) { in getlength() 249 "20%c%c-%c%c-%c%c %c%c:%c%c:%c%c GMT", d[0], d[1], d[2], in der_data() 257 if (z < blen - 2) in der_data() 258 snprintf(buf + z, blen - z, "%.2x", d[i]); in der_data() [all …]
|
/freebsd/share/termcap/ |
H A D | termcap | 38 # << EOH - after reordering, above header lines survive and this line dies >> 50 # Terminal names look like <manufacturer> <model> - <modes/options> 61 # w Wide - in 132 column mode. 63 # na No arrow keys - termcap ignores arrow keys which are 85 # Comments in this file begin with # - they cannot appear in the middle 93 # cap_mkdb -f /usr/share/misc/termcap /etc/termcap 102 # # -------------------------------- 110 # It has been tried in a minimal way -- the Agile did not blow up! 113 # Ralph Keirstead (ralph@sri-unix); 122 1620-m8|1640-m8|diablo 1620 w/8 column left margin:\ [all …]
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 7 # bug-ncurses@gnu.org 19 # under the ncurses MIT-style license. That was the effect of the agreement 33 # some portions of the data are derivative work under a compatible MIT-style 36 #------------------------------------------------------------------------------ 37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying 38 # https://invisible-island.net/personal/copyrights.html#removing_notes 39 #------------------------------------------------------------------------------ 48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu 54 # This file describes the capabilities of various character-cell terminals, 55 # as needed by software such as screen-oriented editors. [all …]
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 4 This is a high-level summary of the most important changes. 11 ---------------- 13 - [OpenSSL 3.0](#openssl-30) 14 - [OpenSSL 1.1.1](#openssl-111) 15 - [OpenSSL 1.1.0](#openssl-110) 16 - [OpenSSL 1.0.2](#openssl-102) 17 - [OpenSSL 1.0.1](#openssl-101) 18 - [OpenSSL 1.0.0](#openssl-100) 19 - [OpenSSL 0.9.x](#openssl-09x) 22 ----------- [all …]
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | NormalizationTest.txt | 1 # NormalizationTest-4.0.0.txt 2 # Date: 2003-02-25,23:12:31 GMT [MD] 62 00A0;00A0;00A0;0020;0020; # ( ; ; ; ; ; ) NO-BREAK SPACE 515 0DDC;0DDC;0DD9 0DCF;0DDC;0DD9 0DCF; # (ො; ො; ො; ො; ො; ) SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA 516 … 0DCA;0DDD;0DD9 0DCF 0DCA; # (ෝ; ෝ; ො◌්; ෝ; ො◌්; ) SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA 1086 2004;2004;2004;0020;0020; # ( ; ; ; ; ; ) THREE-PER-EM SPACE 1087 2005;2005;2005;0020;0020; # ( ; ; ; ; ; ) FOUR-PER-EM SPACE 1088 2006;2006;2006;0020;0020; # ( ; ; ; ; ; ) SIX-PER-EM SPACE 1093 2011;2011;2011;2010;2010; # (‑; ‑; ‑; ‐; ‐; ) NON-BREAKING HYPHEN 1098 202F;202F;202F;0020;0020; # ( ; ; ; ; ; ) NARROW NO-BREAK SPACE [all …]
|