Home
last modified time | relevance | path

Searched +full:long +full:- +full:press (Results 1 – 25 of 119) sorted by relevance

12345

/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Drohm,bd71847-pmic.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mfd/rohm,bd71847-pmi
[all...]
H A Drohm,bd71837-pmic.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mfd/rohm,bd71837-pmic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Matti Vaittinen <mazziesaccount@gmail.com>
13 BD71837MWV is programmable Power Management ICs for powering single-core,
14 dual-core, and quad-core SoCs such as NXP-i.MX 8M. It is optimized for low
18 …/www.rohm.com/products/power-management/power-management-ic-for-system/industrial-consumer-applica…
35 clock-names:
38 "#clock-cells":
[all …]
H A Dda9063.txt3 DA9063 consists of a large and varied group of sub-devices (I2C Only):
6 ------ ------------ -----------
7 da9063-regulator : : LDOs & BUCKs
8 da9063-onkey : : On Key
9 da9063-rtc : : Real-Time Clock (DA9063 only)
10 da9063-watchdog : : Watchdog
16 - compatible : Should be "dlg,da9063" or "dlg,da9063l"
17 - reg : Specifies the I2C slave address (this defaults to 0x58 but it can be
19 - interrupts : IRQ line information.
20 - interrupt-controller
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dmediatek,pmic-keys.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/mediatek,pmic-keys.yaml#
5 $schema: http://devicetree.org/meta-schema
[all...]
H A Dmtk-pmic-keys.txt6 of Muti-Function Device (MFD)
12 - compatible: Should be one of:
13 - "mediatek,mt6397-keys"
14 - "mediatek,mt6323-keys"
15 - "mediatek,mt6358-keys"
16 - linux,keycodes: See Documentation/devicetree/bindings/input/input.yaml
19 - wakeup-source: See Documentation/devicetree/bindings/power/wakeup-source.txt
20 - mediatek,long-press-mode: Long press key shutdown setting, 1 for
22 - power-off-time-sec: See Documentation/devicetree/bindings/input/input.yaml
32 compatible = "mediatek,mt6397-keys";
[all …]
H A Ddlg,da9062-onkey.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/dlg,da9062-onkey.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Biju Das <biju.das.jz@bp.renesas.com>
21 - enum:
22 - dlg,da9062-onkey
23 - dlg,da9063-onkey
24 - items:
25 - const: dlg,da9061-onkey
[all …]
H A Dda9062-onkey.txt11 - compatible: should be one of the following valid compatible string lines:
12 "dlg,da9061-onkey", "dlg,da9062-onkey"
13 "dlg,da9062-onkey"
14 "dlg,da9063-onkey"
18 - dlg,disable-key-power : Disable power-down using a long key-press. If this
20 press when triggered using a long press of the OnKey.
26 compatible = "dlg,da9063-onkey";
27 dlg,disable-key-power;
35 compatible = "dlg,da9062-onkey";
36 dlg,disable-key-power;
[all …]
H A Dti,palmas-pwrbutton.txt10 - compatible: should be one of the following
11 - "ti,palmas-pwrbutton": For Palmas compatible power on button
12 - interrupts: Interrupt number of power button submodule on device.
16 - ti,palmas-long-press-seconds: Duration in seconds which the power
20 - ti,palmas-pwron-debounce-milli-seconds: Duration in milliseconds
22 a press for debouncing purposes. NOTE: This depends on specific
29 compatible = "ti,palmas-pwrbutton";
30 interrupt-parent = <&tps659038>;
32 ti,palmas-long-press-seconds = <12>;
33 ti,palmas-pwron-debounce-milli-seconds = <15>;
H A Dazoteq,iqs7222.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
21 - azoteq,iqs7222a
22 - azoteq,iqs7222b
23 - azoteq,iqs7222c
24 - azoteq,iqs7222d
29 irq-gpios:
32 Specifies the GPIO connected to the device's active-low RDY output.
[all …]
H A Dti,nspire-keypad.txt1 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
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)
22 - active-low: Specify that the keypad is active low (i.e. logical low signifies
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dspecial_functions.h1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
31 // The implementation is based on the recurrence formula: H_{n+1}(x) = 2x H_n(x) - 2n H_{n-1}. in __hermite()
32 // Press, William H., et al. Numerical recipes 3rd edition: The art of scientific computing. in __hermite()
33 // Cambridge university press, 2007, p. 183. in __hermite()
35 // NOLINTBEGIN(readability-identifier-naming) in __hermite()
46 _Real __H_n_next = 2 * (__x * __H_n - __i * __H_n_prev); in __hermite()
59 // NOLINTEND(readability-identifier-naming) in __hermite()
[all …]
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracemse.c3 * Copyright 1998-2012,2014 Free Software Foundation, Inc. *
31 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 *
33 * and: Thomas E. Dickey 1996-on *
37 * lib_tracemse.c - Tracing/Debugging routines (mouse events)
46 #define my_buffer sp->tracemse_buf
54 if (n && (my_buffer[n-1] != '{')) \ in NCURSES_EXPORT()
59 SHOW(BUTTON1_RELEASED, "release-1"); in NCURSES_EXPORT()
60 SHOW(BUTTON1_PRESSED, "press-1"); in NCURSES_EXPORT()
61 SHOW(BUTTON1_CLICKED, "click-1"); in NCURSES_EXPORT()
62 SHOW(BUTTON1_DOUBLE_CLICKED, "doubleclick-1"); in NCURSES_EXPORT()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs42l42.txt5 - compatible : "cirrus,cs42l42"
7 - reg : the I2C address of the device for I2C.
9 - VP-supply, VCP-supply, VD_FILT-supply, VL-supply, VA-supply :
15 - reset-gpios : a GPIO spec for the reset pin. If specified, it will be
18 - interrupts : IRQ line info CS42L42.
19 (See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
22 - cirrus,ts-inv : Boolean property. Sets the behaviour of the jack plug
31 - cirrus,ts-dbnc-rise : Debounce the rising edge of TIP_SENSE_PLUG. With no
34 0 - 0ms,
35 1 - 125ms,
[all …]
H A Dcirrus,cs42l42.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - patches@opensource.cirrus.com
13 The CS42L42 is a low-power audio codec designed for portable applications.
14 It provides a high-dynamic range, stereo DAC for audio playback and a mono
15 high-dynamic-range ADC for audio capture. There is an integrated headset
21 - cirrus,cs42l42
22 - cirrus,cs42l83
29 VP-supply:
[all …]
/freebsd/contrib/ncurses/man/
H A Dcurs_mouse.3x3 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
4 .\" Copyright 1998-2015,2017 Free Software Foundation, Inc. *
32 .TH curs_mouse 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
56 \fB\%mouseinterval\fP \-
62 \fBtypedef unsigned long mmask_t;
90 pseudo-key values in the \fB\%wgetch\fP(3X) input stream.
98 function such as \fB\%getstr\fP that expects a linefeed for input-loop
109 or if the terminal does not support mouse-events,
112 If \fIoldmask\fP is non-\fBNULL\fP,
118 Whether this happens is device-dependent.
[all …]
/freebsd/usr.sbin/fdwrite/
H A Dfdwrite.12 .\" ----------------------------------------------------------------------------
3 .\" "THE BEER-WARE LICENSE" (Revision 42):
4 .\" <phk@FreeBSD.org> wrote this file. As long as you retain this notice you
6 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7 .\" ----------------------------------------------------------------------------
33 to insert a new floppy and press return.
43 .Bl -tag -width 10n -offset indent
52 R and C, which indicates completion of Input, Zero-fill, Format
56 This non-interactive flag
71 while it waits for the user to press return,
[all …]
/freebsd/stand/forth/
H A Dbeastie.4th.81 .\" 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
95 During the delay the user can press Ctrl-C to fall back to
102 .Bl -tag -width bootfile -offset indent
123 The beastie boot menu is always skipped if running non-x86 hardware.
127 During the delay the user can press either Ctrl-C to skip the menu or ENTER
[all …]
/freebsd/share/man/man4/
H A Dkeyboard.414 which means hold down ALT and press one of the function keys.
22 To use this facility press and hold down ALT,
23 then enter a decimal number from 0-255 via the numerical keypad, then
31 pressing the scroll-lock key.
40 .Bl -tag -width "Modifier Key" -compact
64 .Bd -literal -offset indent
83 .Bd -literal
88 ---- ------------------------------------------------------
105 control, alt, lock, switch-screen, function-key or no-op key.
109 The flgs field defines if the key should react on caps-lock (1),
[all …]
H A Dsyscons.43 .\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
125 You press the
131 .Bd -literal -offset indent
132 Alt-F1 ttyv0 Alt-F7 ttyv6 Shift-Alt-F1 ttyva
133 Alt-F2 ttyv1 Alt-F8 ttyv7 Shift-Alt-F2 ttyvb
134 Alt-F3 ttyv2 Alt-F9 ttyv8 Shift-Alt-F3 ttyvc
135 Alt-F4 ttyv3 Alt-F10 ttyv9 Shift-Alt-F4 ttyvd
136 Alt-F5 ttyv4 Alt-F11 ttyva Shift-Alt-F5 ttyve
137 Alt-F6 ttyv5 Alt-F12 ttyvb Shift-Alt-F6 ttyvf
186 80-column-by-25-line mode.
[all …]
/freebsd/share/dict/
H A Dweb2a12 A-b-c book
13 A-b-c method
14 abdomino-uterotomy
15 Abdul-baha
16 a-be
20 able-bodied
21 able-bodiedness
22 able-minded
23 able-mindedness
27 Abor-miri
[all …]
/freebsd/share/doc/usd/11.vitut/
H A Dedittut.ms34 .EH 'USD:11-%''Edit: A Tutorial'
35 .OH 'Edit: A Tutorial''USD:11-%'
64 Its aim is to lead the beginning \s-2UNIX\(dg\s+2 user through the
76 and the \s-2UNIX\s+2 documentation in general.
92 Making contact with \s-2UNIX\s+2\ \ \ 4
128 Moving around in the buffer (+ and \-)\ \ \ 16
137 Issuing \s-2UNIX\s+2 commands from the editor\ \ \ 20
191 other features of \s-2UNIX\s0 will be very important to your work.
214 \s-2UNIX\s0 is a special type of program,
220 is the name of the \s-2UNIX\s0 text editor you will be learning to use,
[all …]
/freebsd/contrib/less/
H A Dless.h2 * Copyright (C) 1984-2024 Mark Nudelman
25 * Include the file of compile-time options.
26 * The <> make cc search for it in -I., not srcdir.
83 #define signed_expr(e) ((TRUE ? 0 : e) - 1 < 0)
92 typedef unsigned long long uintmax;
94 typedef unsigned long uintmax;
97 /* OS-specific includes */
131 #define ASCII_TO_UPPER(c) ((c) - 'a' + 'A')
132 #define ASCII_TO_LOWER(c) ((c) - '
[all...]
/freebsd/share/syscons/keymaps/
H A Dcz.iso2.kbd4 # Version 1.1 - 1999-03-25
16 # access the third row, press and hold the Alt key, then
19 # Note that some of the third-row keys produce characters.
22 # press the space bar after pressing and releasing the
23 # alt-accent mark key.
30 # are mapped for the use with IS 8859-2 when combined with the
32 # comma instead of a dot; alt-/ will show the division mark,
33 # and alt-* the multpilication sign.
35 # If you have an ISO-8859-2 font loaded, you can see the layout here:
37 # alt-` � (ogonek) and alt-~ � (cedilla)
[all …]
H A Dsk.iso2.kbd4 # Version 1.1 - 1999-03-21
16 # access the third row, press and hold the Alt key, then
19 # Note that some of the third-row keys produce characters.
22 # press the space bar after pressing and releasing the
23 # alt-accent mark key.
30 # are mapped for the use with IS 8859-2 when combined with the
32 # comma instead of a dot; alt-/ will show the division mark,
33 # and alt-* the multpilication sign.
35 # If you have an ISO-8859-2 font loaded, you can see the layout here:
37 # alt-` � (ogonek) and alt-~ � (cedilla)
[all …]
/freebsd/share/vt/keymaps/
H A Dsk.kbd4 # Version 1.1 - 1999-03-21
16 # access the third row, press and hold the Alt key, then
19 # Note that some of the third-row keys produce characters.
22 # press the space bar after pressing and releasing the
23 # alt-accent mark key.
30 # are mapped for the use with UTF-8 when combined with the
32 # comma instead of a dot; alt-/ will show the division mark,
33 # and alt-* the multpilication sign.
37 # alt-` ˛ (ogonek) and alt-~ ¸ (cedilla)
39 # alt-! ß (German double s)
[all …]

12345