| /freebsd-src/sys/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | cyttsp.txt | 4 - compatible : must be "cypress,cyttsp-i2c" or "cypress,cyttsp-spi" 5 - reg : Device I2C address or SPI chip select number 6 - spi-max-frequency : Maximum SPI clocking speed of the device (for cyttsp-spi) 7 - interrupts : (gpio) interrupt to which the chip is connected 9 - bootloader-key : the 8-byte bootloader key that is required to switch 16 - reset-gpios : the reset gpio the chip is connected to 18 - touchscreen-size-x : horizontal resolution of touchscreen (in pixels) 19 - touchscreen-size-y : vertical resolution of touchscreen (in pixels) 20 - touchscreen-fuzz-x : horizontal noise value of the absolute input device 22 - touchscreen-fuzz-y : vertical noise value of the absolute input device [all …]
|
| H A D | cypress,cy8ctma340.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 14 - Javier Martinez Canillas <javier@dowhile0.org> 15 - Linus Walleij <linus.walleij@linaro.org> 18 - $ref: touchscreen.yaml# 26 - const: cypress,cy8ctma340 27 - const: cypress,cy8ctst341 28 - const: cypress,cyttsp-spi 31 - const: cypress,cyttsp-i2c [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/input/ |
| H A D | pxa27x-keypad.txt | 4 - compatible : should be "marvell,pxa27x-keypad" 5 - reg : Address and length of the register set for the device 6 - interrupts : The interrupt for the keypad controller 7 - marvell,debounce-interval : How long time the key will be 9 is debounce interval for direct key and bit[15:0] is debounce 10 interval for matrix key. The value is in binary number of 2ms 13 Please refer to matrix-keymap.txt 16 - marvell,direct-key-count : How many direct keyes are used. 17 - marvell,direct-key-mask : The mask indicates which keyes 20 - marvell,direct-key-low-active : Direct key status register [all …]
|
| H A D | syna,rmi4.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jason A. Donenfeld <Jason@zx2c4.com> 11 - Matthias Schiffer <matthias.schiffer@ew.tq-group.com 12 - Vincent Huang <vincent.huang@tw.synaptics.com> 22 - syna,rmi4-i2c 23 - syna,rmi4-spi 28 '#address-cells': 31 '#size-cells': [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-trigger-pattern.txt | 3 The pattern is given by a series of tuples, of brightness and duration (ms). 6 new value, and writing malformed pattern deactivates any active one. 8 1. For gradual dimming, the dimming interval now is set as 50 milliseconds. So 9 the tuple with duration less than dimming interval (50ms) is treated as a step 19 It will make the LED go gradually from zero-intensity to max (255) intensity in 24 255-| / \ / \ / 28 0-| / \/ \/ 29 +---0----1----2----3----4----5----6------------> time (s) 32 use zero-time lengths (the brightness must be same as the previous tuple's). So 44 255-| +---------+ +---------+ [all …]
|
| /freebsd-src/usr.sbin/bluetooth/hccontrol/ |
| H A D | le.c | 79 int interval; in le_set_scan_param() local 91 if (strcmp(argv[0], "active") == 0) in le_set_scan_param() 98 interval = (int)(atof(argv[1])/0.625); in le_set_scan_param() 99 interval = (interval < 4)? 4: interval; in le_set_scan_param() 101 window = (window < 4) ? 4 : interval; in le_set_scan_param() 118 cp.le_scan_interval = interval; in le_set_scan_param() 185 while ((ch = getopt(argc, argv , "n:f:u:")) != -1) { in parse_param() 225 *len = curbuf - buf; in parse_param() 455 while ((ch = getopt(argc, argv , "m:M:t:o:p:a:c:f:")) != -1) { in le_set_advertising_param() 484 memcpy(&cp.direct_address, he->h_addr, sizeof(cp.direct_address)); in le_set_advertising_param() [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | adi,max31827.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Analog Devices MAX31827, MAX31828, MAX31829 Low-Power Temperature Switch 10 - Daniel Matyas <daniel.matyas@analog.com> 13 Analog Devices MAX31827, MAX31828, MAX31829 Low-Power Temperature Switch with 15 https://www.analog.com/media/en/technical-documentation/data-sheets/MAX31827-MAX31829.pdf 20 - const: adi,max31827 21 - items: 22 - enum: [all …]
|
| /freebsd-src/sys/contrib/device-tree/src/arm/st/ |
| H A D | ste-href-tvk1281618-r3.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 #include <dt-bindings/interrupt-controller/irq.h> 8 #include <dt-bindings/input/input.h> 12 compatible = "gpio-keys"; 13 #address-cells = <1>; 14 #size-cells = <0>; 15 vdd-supply = <&ab8500_ldo_aux1_reg>; 16 pinctrl-names = "default"; 17 pinctrl-0 = <&hall_tvk_mode>; 32 interrupt-parent = <&gpio2>; [all …]
|
| /freebsd-src/contrib/ntp/ntpd/ |
| H A D | ntpd-opts.def | 1 /* -*- Mode: Text -*- */ 7 prog-name = "ntpd"; 8 prog-title = "set clock via Network Time Protocol daemon"; 11 #include ntpdbase-opts.def 14 explain = <<- _END_EXPLAIN 17 doc-section = { 18 ds-typ [all...] |
| H A D | ntpd.1ntpdmdoc | 4 .\" EDIT THIS FILE WITH CAUTION (ntpd-opts.mdoc) 6 .\" It has been AutoGen-ed May 25, 2024 at 12:03:54 AM by AutoGen 5.18.16 7 .\" From the definitions ntpd-opts.def 8 .\" and the template file agmdoc-cmd.tpl 17 .Op Fl \-option\-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc 27 Network Time Protocol (NTP) version 4, as defined by RFC\-5905, 29 version 3, as defined by RFC\-1305, and versions 1 30 and 2, as defined by RFC\-1059 and RFC\-1119, respectively. 34 utility does most computations in 64\-bit floating point 35 arithmetic and does relatively clumsy 64\-bit fixed point operations [all …]
|
| H A D | ntpd.mdoc.in | 4 .\" EDIT THIS FILE WITH CAUTION (ntpd-opts.mdoc) 6 .\" It has been AutoGen-ed May 25, 2024 at 12:03:54 AM by AutoGen 5.18.16 7 .\" From the definitions ntpd-opts.def 8 .\" and the template file agmdoc-cmd.tpl 17 .Op Fl \-option\-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc 27 Network Time Protocol (NTP) version 4, as defined by RFC\-5905, 29 version 3, as defined by RFC\-1305, and versions 1 30 and 2, as defined by RFC\-1059 and RFC\-1119, respectively. 34 utility does most computations in 64\-bit floating point 35 arithmetic and does relatively clumsy 64\-bit fixed point operations [all …]
|
| H A D | ntpd.1ntpdman | 2 . it 1 an-trap 15 .\" EDIT THIS FILE WITH CAUTION (in-mem file) 17 .\" It has been AutoGen-ed May 25, 2024 at 12:04:07 AM by AutoGen 5.18.16 18 .\" From the definitions ntpd-opts.def 19 .\" and the template file agman-cmd.tpl 21 \f\*[B-Font]ntpd\fP 22 \- NTP daemon program 24 \f\*[B-Font]ntpd\fP 26 [\f\*[B-Font]\-flags\f[]] 27 [\f\*[B-Font]\-flag\f[] [\f\*[I-Font]value\f[]]] [all …]
|
| H A D | ntpd.man.in | 2 . it 1 an-trap 15 .\" EDIT THIS FILE WITH CAUTION (in-mem file) 17 .\" It has been AutoGen-ed May 25, 2024 at 12:04:07 AM by AutoGen 5.18.16 18 .\" From the definitions ntpd-opts.def 19 .\" and the template file agman-cmd.tpl 21 \f\*[B-Font]ntpd\fP 22 \- NTP daemon program 24 \f\*[B-Font]ntpd\fP 26 [\f\*[B-Font]\-flags\f[]] 27 [\f\*[B-Font]\-flag\f[] [\f\*[I-Font]value\f[]]] [all …]
|
| /freebsd-src/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8994-sony-xperia-kitakami.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/input/gpio-keys.h> 18 * and requires driver-side changes (including CPR, be warned!!). 21 qcom,msm-id = <207 0x20000>, <207 0x20001>; 23 qcom,pmic-i [all...] |
| H A D | msm8998-sony-xperia-yoshino.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 8 #include <dt-bindings/input/input.h> 9 #include <dt-bindings/leds/common.h> 10 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 18 qcom,msm-id = <0x124 0x20000>, <0x124 0x20001>; /* 8998v2, v2.1 */ 19 qcom,board-i [all...] |
| H A D | msm8998-oneplus-common.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * OnePlus 5(T) (cheeseburger / dumpling) common device tree source based on msm8998-mtp.dtsi 9 /dts-v1/; 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 20 qcom,msm-id = <292 0x20001>; /* 8998 v2.1 */ 23 #address-cells = <2>; 24 #size-cells = <2>; 29 compatible = "simple-framebuffer"; 47 power-domains = <&mmcc MDSS_GDSC>; [all …]
|
| H A D | sdm845-sony-xperia-tama.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/input/input.h> 7 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 15 qcom,msm-id = <321 0x20001>; /* SDM845 v2.1 */ 16 qcom,board-id = <8 0>; 24 stdout-path = "serial0:115200n8"; 27 gpio-keys { 28 compatible = "gpio-keys"; 30 pinctrl-0 = <&focus_n &snapshot_n &vol_down_n &vol_up_n>; [all …]
|
| H A D | sdm630-sony-xperia-nile.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/input/input.h> 12 #include <dt-bindings/input/gpio-keys.h> 13 #include <dt-bindings/leds/common.h> 17 qcom,msm-i [all...] |
| /freebsd-src/sys/contrib/openzfs/man/man4/ |
| H A D | zfs.4 | 9 .\" usr/src/OPENSOLARIS.LICENSE or https://opensource.org/licenses/CDDL-1.0. 31 .Bl -tag -width Ds 102 Turbo L2ARC warm-up. 103 When the L2ARC is cold the fill interval will be set as fast as possible. 106 Min feed interval in milliseconds. 179 Percent of ARC size allowed for L2ARC-only headers. 229 Max write bytes per interval. 252 before moving on to the next top-level vdev. 255 Enable metaslab group biasing based on their vdevs' over- o [all...] |
| /freebsd-src/usr.sbin/ntp/doc/ |
| H A D | ntpd.8 | |
| /freebsd-src/sys/net80211/ |
| H A D | ieee80211_mesh.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 48 uint8_t conf_pselid; /* Active Path Sel. Proto. ID */ 49 uint8_t conf_pmetid; /* Active Metric Identifier */ 61 /* 2-254 reserved */ 69 /* 2-254 reserved */ 77 /* 2-254 reserved */ 85 /* 2-254 rserved */ 95 /* 3-254 reserved */ 128 * the active active path selection metric identifier [all …]
|
| /freebsd-src/contrib/ntp/html/drivers/ |
| H A D | driver36.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 13 <!-- #BeginDate format:En2m -->15-Nov-2012 06:42<!-- #EndDate --> 20 Autotune Port: <tt>/dev/icom</tt>; 1200/9600 baud, 8-bits, no parity<br> 23 …nected via an optional attenuator and cable to either the microphone or line-in port of a workstat… 24 <p>The driver requires an audio codec or sound card with sampling rate 8 kHz and μ-law compandin… 25 …ms relative to the broadcast time when tracking a station. However, variations up to 0.3 ms can be… 26 … with a 2.4-GHz P4 running FreeBSD 6.1 is generally within 0.1 ms short-term with 0.4 ms jitter. T… 30 …-kHz μ-law companded codec samples using maximum-likelihood techniques which exploit the consid… 31 …ecision radio clock for WWV transmissions. Electrical Engineering Report 97-8-1, University of Del… [all …]
|
| /freebsd-src/share/man/man4/ |
| H A D | tcp.4 | 3 .\" Copyright (c) 2010-2011 The FreeBSD Foundation 50 protocol provides reliable, flow-controlled, two-way 52 It is a byte-stream protocol used to 58 Internet address format and, in addition, provides a per-host 70 .Dq active 73 Active sockets initiate connections to passive 77 sockets are created active; to create a 87 Only active sockets may use the 119 .Bl -ta [all...] |
| H A D | sctp.4 | 47 protocol provides reliable, flow-controlled, two-way 57 Internet address format and, in addition, provides a per-host 72 .Dq active 75 Active sockets initiate connections to passive 79 sockets are created active; to create a 90 Only active sockets may use the 105 third leg of the four-way handshake. 116 protocol directly supports multi-homing. 129 transport protocol is also multi-streamed. 130 Multi-streaming refers to the ability to send sub-ordered flows of [all …]
|
| /freebsd-src/contrib/ntp/html/ |
| H A D | history.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 12 <!-- #BeginDate format:En2m -->10-Mar-2014 05:07<!-- #EndDate --> 27 … and upgrade circa 2003. Headway violations result in an optional <em>kiss-o'-death</em> (KoD) pac… 29 …interval to 3 (8 s), which reduces the risetime to 250 s. This may be useful for rapid convergence… 32 …es such as ACTS which make a call at each poll interval. Until the training is complete the poll i… 33 …interval of 300 s occurs, after which the frequency is directly calculated and the discipline then… 35 …at one-hour intervals. This apparently makes embedded systems folks nervous, since this can tire t… 41 …ode was designed to reduce the need for the local clock driver, as it is active only if no server … 43 …interval after a lengthy outage, it sends polls at that interval until receiving a response. At th… [all …]
|