Home
last modified time | relevance | path

Searched refs:pressed (Results 1 – 25 of 68) sorted by relevance

123

/freebsd-14.2/sys/contrib/device-tree/Bindings/input/
H A Dadc-keys.txt22 considered pressed.
58 | 2.000.000 <= value | no key pressed |
60 | 1.500.000 <= value < 2.000.000 | KEY_VOLUMEUP pressed |
62 | 1.000.000 <= value < 1.500.000 | KEY_VOLUMEDOWN pressed |
64 | 500.000 <= value < 1.000.000 | KEY_ENTER pressed |
66 | value < 500.000 | no key pressed |
H A Dadc-keys.yaml47 Voltage above or equal to which this key is considered pressed. No
68 // | 2.000.000 <= value | no key pressed |
70 // | 1.500.000 <= value < 2.000.000 | KEY_VOLUMEUP pressed |
72 // | 1.000.000 <= value < 1.500.000 | KEY_VOLUMEDOWN pressed |
74 // | 500.000 <= value < 1.000.000 | KEY_ENTER pressed |
76 // | value < 500.000 | no key pressed |
H A Dinput.yaml14 description: Enable autorepeat when key is pressed and held down.
51 Duration in seconds which the key should be kept pressed for device to
52 power off automatically. Device with key pressed shutdown feature can
57 Duration in seconds which the key should be kept pressed for device to
58 reset automatically. Device with key pressed reset feature can specify
H A Dti,palmas-pwrbutton.txt17 button should be kept pressed for Palmas to power off automatically.
21 which the power button should be kept pressed for Palmas to register
H A Dpxa27x-keypad.txt8 recognized when it is pressed. It is a u32 value, and bit[31:16]
23 is low, the key is pressed(active).
H A Dqcom,pm8xxx-pwrkey.txt28 Definition: time in microseconds that key must be pressed or release
H A Dinput-reset.txt18 timeout-ms: duration keys must be pressed together in milliseconds before
H A Dlpc32xx-key.txt14 - linux,keymap: the key-code to be reported when the key is pressed
H A Dqcom,pm8921-pwrkey.yaml36 Time in microseconds that key must be pressed or
H A Dqcom,pm8941-pwrkey.yaml29 Time in microseconds that key must be pressed or
H A Dqcom,pm8941-pwrkey.txt29 Definition: time in microseconds that key must be pressed or released
H A Dimx-keypad.txt6 and decoding one or multiple keys pressed simultaneously on a keypad.
H A Dimx-keypad.yaml19 and decoding one or multiple keys pressed simultaneously on a keypad.
H A Dallwinner,sun4i-a10-lradc-keys.yaml66 pressed
/freebsd-14.2/stand/forth/
H A Dcheck-password.4th44 \ This function blocks program flow (loops forever) until a key is pressed.
45 \ The key that was pressed is added to the top of the stack in the form of its
55 key? if \ Was a key pressed? (see loader(8))
57 key \ Get the key that was pressed
59 \ Check key pressed (see loader(8)) and input limit
103 0 sgetkey \ Block here, waiting for a key to be pressed
106 \ security reasons). If Enter is pressed, we process the
127 drop \ last key pressed
128 again \ Enter was not pressed; repeat
H A Dmenu.4th772 key? if \ Was a key pressed? (see loader(8))
775 \ kill it regardless of which key was pressed)
784 \ get the key that was pressed and exit (if we
832 dup ( n -- n n ) \ key pressed
876 dup ( n -- n n ) \ key pressed
884 2 pick ( n c-addr/u -- n c-addr/u n ) \ key pressed
903 2 pick ( n c-addr/u -- n c-addr/u n ) \ key pressed
1131 \ Boot if the user pressed Enter/Ctrl-M (13) or
1170 drop \ key pressed
1221 drop \ key pressed
[all …]
/freebsd-14.2/usr.sbin/bsdconfig/usermgmt/share/
H A Dgroup_input.subr135 # Return if user has either pressed ESC or chosen Cancel/No
220 # Return if user has either pressed ESC or chosen Cancel/No
237 # Return if user has either pressed ESC or chosen Cancel/No
278 # Return if user has either pressed ESC or chosen Cancel/No
332 # Return if user has either pressed ESC or chosen Cancel/No
382 # pressed ESC or chose Cancel/No
400 # pressed ESC or chose Cancel/No
415 # success unless the user chose Cancel or pressed ESC. Data to display is taken
474 # Returns success unless the user chose Cancel or pressed ESC. Data to display
536 # Returns success unless the user chose Cancel or pressed ESC. Data to display
H A Duser_input.subr199 # Return if user has either pressed ESC or chosen Cancel/No
251 # pressed ESC or chose Cancel/No
269 # pressed ESC or chose Cancel/No
310 # Return if user has either pressed ESC or chosen Cancel/No
391 # Return if user either pressed ESC or chose Cancel/No
405 # Return if user either pressed ESC or chose Cancel/No
447 # Return if user has either pressed ESC or chosen Cancel/No
465 # Return if user has either pressed ESC or chosen Cancel/No
483 # Return if user has either pressed ESC or chosen Cancel/No
501 # Return if user has either pressed ESC or chosen Cancel/No
[all …]
/freebsd-14.2/usr.sbin/bsdconfig/password/share/
H A Dpassword.subr83 # Return if user either pressed ESC or chose Cancel/No
97 # Return if user either pressed ESC or chose Cancel/No
/freebsd-14.2/sys/contrib/device-tree/Bindings/extcon/
H A Dextcon-sm5502.txt6 attached or detached and button is pressed or released. It is interfaced to
H A Dsiliconmitus,sm5502-muic.yaml15 attached or detached and button is pressed or released. It is interfaced to
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/
H A Dht16k33.txt7 - interrupts: Interrupt specification for the key pressed interrupt.
/freebsd-14.2/sys/contrib/xen/io/
H A Dkbdif.h300 uint8_t pressed; member
/freebsd-14.2/share/examples/ipfw/
H A Dchange_rules.sh125 rules' does not appear on the screen or the y key is not pressed in 30
/freebsd-14.2/sys/dev/gpio/
H A Dgpiokeys.c184 gpiokeys_key_event(struct gpiokeys_softc *sc, struct gpiokey *key, int pressed) in gpiokeys_key_event() argument
192 evdev_push_key(sc->sc_evdev, key->evcode, pressed); in gpiokeys_key_event()
202 if (!pressed) in gpiokeys_key_event()

123