Lines Matching +full:key +full:- +full:power
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Dmitry Torokhov <dmitry.torokhov@gmail.com>
14 description: Enable autorepeat when key is pressed and held down.
21 $ref: /schemas/types.yaml#/definitions/uint32-array
34 linux,input-type:
37 - 1 # EV_KEY
38 - 2 # EV_REL
39 - 3 # EV_ABS
40 - 5 # EV_SW
42 Specifies whether the event is to be interpreted as a key, relative,
45 poll-interval:
49 power-off-time-sec:
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
55 reset-time-sec:
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
62 linux,input-type: [ "linux,code" ]