| /freebsd-14.2/sys/contrib/device-tree/Bindings/input/ |
| H A D | adc-keys.txt | 22 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 D | adc-keys.yaml | 47 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 D | input.yaml | 14 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 D | ti,palmas-pwrbutton.txt | 17 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 D | pxa27x-keypad.txt | 8 recognized when it is pressed. It is a u32 value, and bit[31:16] 23 is low, the key is pressed(active).
|
| H A D | qcom,pm8xxx-pwrkey.txt | 28 Definition: time in microseconds that key must be pressed or release
|
| H A D | input-reset.txt | 18 timeout-ms: duration keys must be pressed together in milliseconds before
|
| H A D | lpc32xx-key.txt | 14 - linux,keymap: the key-code to be reported when the key is pressed
|
| H A D | qcom,pm8921-pwrkey.yaml | 36 Time in microseconds that key must be pressed or
|
| H A D | qcom,pm8941-pwrkey.yaml | 29 Time in microseconds that key must be pressed or
|
| H A D | qcom,pm8941-pwrkey.txt | 29 Definition: time in microseconds that key must be pressed or released
|
| H A D | imx-keypad.txt | 6 and decoding one or multiple keys pressed simultaneously on a keypad.
|
| H A D | imx-keypad.yaml | 19 and decoding one or multiple keys pressed simultaneously on a keypad.
|
| H A D | allwinner,sun4i-a10-lradc-keys.yaml | 66 pressed
|
| /freebsd-14.2/stand/forth/ |
| H A D | check-password.4th | 44 \ 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 D | menu.4th | 772 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 D | group_input.subr | 135 # 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 D | user_input.subr | 199 # 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 D | password.subr | 83 # 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 D | extcon-sm5502.txt | 6 attached or detached and button is pressed or released. It is interfaced to
|
| H A D | siliconmitus,sm5502-muic.yaml | 15 attached or detached and button is pressed or released. It is interfaced to
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/ |
| H A D | ht16k33.txt | 7 - interrupts: Interrupt specification for the key pressed interrupt.
|
| /freebsd-14.2/sys/contrib/xen/io/ |
| H A D | kbdif.h | 300 uint8_t pressed; member
|
| /freebsd-14.2/share/examples/ipfw/ |
| H A D | change_rules.sh | 125 rules' does not appear on the screen or the y key is not pressed in 30
|
| /freebsd-14.2/sys/dev/gpio/ |
| H A D | gpiokeys.c | 184 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()
|