Lines Matching refs:key
7 - marvell,debounce-interval : How long time the key will be
9 is debounce interval for direct key and bit[15:0] is debounce
10 interval for matrix key. The value is in binary number of 2ms
16 - marvell,direct-key-count : How many direct keyes are used.
17 - marvell,direct-key-mask : The mask indicates which keyes
18 are used. If bit[X] of the mask is set, the direct key X
20 - marvell,direct-key-low-active : Direct key status register
23 is low, the key is pressed(active).
24 - marvell,direct-key-map : It is a u16 array. Each item indicates
25 the linux key-code for the direct key.
29 linux key-code for rotary up. Bit[15:0] is the linux key-code
32 - marvell,rotary-rel-key : When rotary is used for relative axes
33 in the device, the value indicates the key-code for relative
57 marvell,direct-key-count = <1>;
58 marvell,direct-key-map = <0x001c>;