/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | gpio-matrix-keypad.txt | 4 The matrix keypad supports multiple row and column lines, a key can be 5 placed at each intersection of a unique row and a unique column. The matrix 6 keypad can sense a key-press and key-release by means of GPIO lines and 10 - compatible: Should be "gpio-matrix-keypad" 11 - row-gpios: List of gpios used as row lines. The gpio specifier 13 which these row lines are connected. 14 - col-gpios: List of gpios used as column lines. The gpio specifier 17 - linux,keymap: The definition can be found at 18 bindings/input/matrix-keymap.txt 21 - linux,no-autorepeat: do no enable autorepeat feature. [all …]
|
H A D | nvidia,tegra20-kbc.txt | 3 can be configured as row or column. The maximum column pin can be 8 4 and maximum row pins can be 16 for Tegra20/Tegra30. 7 - compatible: "nvidia,tegra20-kbc" 8 - reg: Register base address of KBC. 9 - interrupts: Interrupt number for the KBC. 10 - nvidia,kbc-row-pins: The KBC pins which are configured as row. This is an 12 - nvidia,kbc-col-pins: The KBC pins which are configured as column. This is an 14 - linux,keymap: The keymap for keys as described in the binding document 15 devicetree/bindings/input/matrix-keymap.txt. 16 - clocks: Must contain one entry, for the module clock. [all …]
|
H A D | ti,nspire-keypad.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/input/ti,nspire-keypad.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: TI-NSPIRE Keypad 10 - Andrew Davis <afd@ti.com> 13 - $ref: input.yaml# 14 - $ref: matrix-keymap.yaml# 19 - ti,nspire-keypad 30 scan-interval: [all …]
|
H A D | ti,nspire-keypad.txt | 1 TI-NSPIRE Keypad 4 - compatible: Compatible property value should be "ti,nspire-keypad". 6 - reg: Physical base address of the peripheral and length of memory mapped 9 - interrupts: The interrupt number for the peripheral. 11 - scan-interval: How often to scan in us. Based on a APB speed of 33MHz, the 12 maximum and minimum delay time is ~2000us and ~500us respectively 14 - row-delay: How long to wait before scanning each row. 16 - clocks: The clock this peripheral is attached to. 18 - linux,keymap: The keymap to use 19 (see Documentation/devicetree/bindings/input/matrix-keymap.txt) [all …]
|
H A D | qcom,pm8xxx-keypad.txt | 5 - compatible: 9 "qcom,pm8058-keypad" 10 "qcom,pm8921-keypad" 12 - reg: 14 Value type: <prop-encoded-array> 17 - interrupts: 19 Value type: <prop-encoded-array> 25 - linux,keymap: 27 Value type: <prop-encoded-array> 29 input/matrix-keymap.txt. [all …]
|
H A D | mediatek,mt6779-keypad.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/input/mediatek,mt6779-keypad.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Mattijs Korpershoek <mkorpershoek@baylibre.com> 13 - $ref: /schemas/input/matrix-keymap.yaml# 16 Mediatek's Keypad controller is used to interface a SoC with a matrix-type 17 keypad device. The keypad controller supports multiple row and column lines. 18 A key can be placed at each intersection of a unique row and a unique column. 19 The keypad controller can sense a key-press and key-release and report the [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ddr/ |
H A D | jedec,lpddr3-timings.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ddr/jedec,lpddr3-timings.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LPDDR3 SDRAM AC timing parameters for a given speed-bin 10 - Krzysztof Kozlowski <krzk@kernel.org> 14 const: jedec,lpddr3-timings 19 Maximum DDR clock frequency for the speed-bin, in Hz. 20 Property is deprecated, use max-freq. 23 max-freq: [all …]
|
H A D | jedec,lpddr2-timings.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ddr/jedec,lpddr2-timings.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LPDDR2 SDRAM AC timing parameters for a given speed-bin 10 - Krzysztof Kozlowski <krzk@kernel.org> 14 const: jedec,lpddr2-timings 16 max-freq: 19 Maximum DDR clock frequency for the speed-bin, in Hz. 21 min-freq: [all …]
|
H A D | jedec,lpddr3.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ddr/jedec,lpddr3.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LPDDR3 SDRAM compliant to JEDEC JESD209-3 10 - Krzysztof Kozlowski <krzk@kernel.org> 13 - $ref: jedec,lpddr-props.yaml# 18 - items: 19 - enum: 20 - samsung,K3QF2F20DB [all …]
|
H A D | jedec,lpddr2.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ddr/jedec,lpddr2.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LPDDR2 SDRAM compliant to JEDEC JESD209-2 10 - Krzysztof Kozlowski <krzk@kernel.org> 13 - $ref: jedec,lpddr-props.yaml# 18 - items: 19 - enum: 20 - elpida,ECB240ABACN [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos4210-smdkv310.dts | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. 7 * Copyright (c) 2010-2011 Linaro Ltd. 14 /dts-v1/; 16 #include <dt-bindings/gpio/gpio.h> 17 #include "exynos-mfc-reserved-memory.dtsi" 34 stdout-path = "serial1:115200n8"; 37 fixed-rate-clocks { 39 compatible = "samsung,clock-xxti"; 40 clock-frequency = <12000000>; [all …]
|
H A D | s5pv210-goni.dts | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (c) 2013-2014 Samsung Electronics, Co. Ltd. 13 /dts-v1/; 14 #include <dt-bindings/gpio/gpio.h> 15 #include <dt-bindings/interrupt-controller/irq.h> 16 #include <dt-bindings/input/input.h> 38 pmic_ap_clk: clock-0 { 40 compatible = "fixed-clock"; 41 #clock-cells = <0>; 42 clock-frequency = <32768>; [all …]
|
H A D | exynos4412-origen.dts | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. 12 /dts-v1/; 14 #include <dt-bindings/clock/samsung,s2mps11.h> 15 #include <dt-bindings/gpio/gpio.h> 16 #include <dt-bindings/input/input.h> 17 #include "exynos-mfc-reserved-memory.dtsi" 34 stdout-path = "serial2:115200n8"; 38 compatible = "samsung,secure-firmware"; 42 mmc_reg: regulator-0 { [all …]
|
/freebsd/contrib/ee/ |
H A D | new_curse.c | 159 #define cm__ 10 /* screen rel cursor motion, row, column */ 166 #define nd__ 17 /* non-destructive space (cursor right) */ 509 int value; /* CURSES value of key (9-bit) */ 565 { 3, "\033[q", 0534 }, /* ka1 upper-left of keypad */ 566 { 3, "\033[s", 0535 }, /* ka3 upper-right of keypad */ 568 { 3, "\033[p", 0537 }, /* kc1 lower-left of keypad */ 569 { 3, "\033[n", 0540 }, /* kc3 lower-right of keypad */ 611 { 3, "\033Oq", 0534 }, /* ka1 upper-left of keypad */ 612 { 3, "\033Os", 0535 }, /* ka3 upper-right of keypad */ 614 { 3, "\033Op", 0537 }, /* kc1 lower-left of keypad */ [all …]
|
/freebsd/usr.bin/systat/ |
H A D | icmp6.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 57 /*- 58 --0 1 2 3 4 5 6 7 59 --0123456789012345678901234567890123456789012345678901234567890123456789012345 63 03999999999 with bad length 999999999 suppressed - original too short 64 04999999999 with bad checksum 999999999 suppressed - original was ICMP 72 12999999999 time-to-live exceeded 999999999 time-to-line exceeded 79 --0123456789012345678901234567890123456789012345678901234567890123456789012345 80 --0 1 2 3 4 5 6 7 [all …]
|
H A D | icmp.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 58 /*- 59 --0 1 2 3 4 5 6 7 60 --0123456789012345678901234567890123456789012345678901234567890123456789012345 64 03999999999 with bad length 999999999 suppressed - original too short 65 04999999999 with bad checksum 999999999 suppressed - original was ICMP 67 06 999999999 suppressed - multicast echo 68 07 999999999 suppressed - multicast tstamp 75 14999999999 time-to-live exceeded 999999999 time-to-line exceeded [all …]
|
H A D | tcp.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 58 /*- 59 --0 1 2 3 4 5 6 7 60 --0123456789012345678901234567890123456789012345678901234567890123456789012345 63 02999999999999 connections accepted 999999999999 - data 64 03999999999999 connections established 999999999999 - data (retransmit by dupack) 65 04999999999999 connections dropped 999999999999 - data (retransmit by sack) 66 05999999999999 - in embryonic state 999999999999 - ack-only 67 06999999999999 - on retransmit timeout 999999999999 - window probes [all …]
|
H A D | sctp.c | 1 /*- 47 /*- 48 --0 1 2 3 4 5 6 7 49 --0123456789012345678901234567890123456789012345678901234567890123456789012345 53 03999999999999 associations restarted 999999999999 - out of the blue 54 04999999999999 associations terminated 999999999999 - bad vtag 55 05999999999999 associations aborted 999999999999 - bad crc32c 60 10999999999999 data timeouts 999999999999 - ordered 61 11999999999999 delayed sack timeouts 999999999999 - unordered 63 13999999999999 shutdown-ack timeouts 999999999999 data chunks received [all …]
|
H A D | ip6.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 60 /*- 61 --0 1 2 3 4 5 6 7 62 --0123456789012345678901234567890123456789012345678901234567890123456789012345 65 029999999 - too short for header 999999999 - generated locally 66 039999999 - too short for data 999999999 - output drops 67 049999999 - with invalid version 999999999 output fragments generated 68 059999999 total fragments received 999999999 - fragmentation failed 69 069999999 - fragments dropped 999999999 destinations unreachable [all …]
|
H A D | ip.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 66 /*- 67 --0 1 2 3 4 5 6 7 68 --0123456789012345678901234567890123456789012345678901234567890123456789012345 71 02999999999 - with bad checksums 999999999 - generated locally 72 03999999999 - too short for header 999999999 - output drops 73 04999999999 - too short for data 999999999 output fragments generated 74 05999999999 - with invalid hlen 999999999 - fragmentation failed 75 06999999999 - with invalid length 999999999 destinations unreachable [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/ |
H A D | imx28-tx28.dts | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 4 * Copyright 2013-2017 Lothar Waßmann <LW@KARO-electronics.de> 7 /dts-v1/; 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/interrupt-controller/irq.h> 13 model = "Ka-Ro electronics TX28 module"; 34 reg = <0x40000000 0>; /* will be filled in by U-Boot */ 38 compatible = "w1-gpio"; 43 reg_usb0_vbus: regulator-usb0-vbus { 44 compatible = "regulator-fixed"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | thermal-generic-adc.txt | 6 temperature using voltage-temperature lookup table. 10 - compatible: Must be "generic-adc-thermal". 11 - #thermal-sensor-cells: Should be 1. See Documentation/devicetree/bindings/thermal/thermal-sen… 15 - temperature-lookup-table: Two dimensional array of Integer; lookup table 21 The first value of the each row of array is the 23 the each row of array is the ADC read value. 29 #include <dt-bindings/thermal/thermal.h> 35 sampling-frequency = <3300>; 36 #io-channel-cells = <1>; 40 tboard_thermistor: thermal-sensor { [all …]
|
/freebsd/contrib/less/ |
H A D | screen.c | 2 * Copyright (C) 1984-2024 Mark Nudelman 13 * Uses termcap to be as terminal-independent as possible. 191 public int vt_enabled = -1; /* Is virtual terminal processing available? */ 223 *sc_deinit; /* Exit terminal de-initialization */ 225 static int attrcolor = -1; 234 public int kill_char; /* The user's line-kill char */ 235 public int werase_char; /* The user's word-erase char */ 250 static int termcap_debug = -1; 308 s->c_lflag &= ~(0 326 s->c_ofla in set_termio_flags() 957 static void delay(int msec) delay() function 1529 _settextposition(int row,int col) _settextposition() argument 1678 int delay; ltputs() local 2106 int row; line_left() local 2185 int row, col; create_flash() local [all...] |
/freebsd/stand/forth/ |
H A D | beastie.4th.8 | 1 .\" Copyright (c) 2011-2012 Devin Teske 55 file, so it is not needed (and should not be re-issued) in a normal setup. 59 .Bl -tag -width disable-module_module -compact -offset indent 60 .It Ic draw-beastie 84 .It Ic clear-beastie 87 .It Ic beastie-start 94 to the number of seconds you would like to delay loading the boot menu. 95 During the delay the user can press Ctrl-C to fall back to 98 The default behavior is to not delay. 102 .Bl -tag -width bootfile -offset indent [all …]
|
/freebsd/share/termcap/ |
H A D | termcap.5 | 31 .\" * ncurses is copyright (C) 1992-1995 * 32 .\" * Zeyd M. Ben-Halim * 77 consist of a number of `:'-separated fields. 98 in 132-column mode would be 99 .Dq vt100-w . 101 .Bl -column indent "With automatic margins (usually default)xx" -offset indent 103 -w Wide mode (more than 80 columns) vt100-w 104 -am With automatic margins (usually default) vt100-am 105 -nam Without automatic margins vt100-nam 106 .Pf \- Ar n Ta No "Number of lines on screen aaa-60" [all …]
|