Lines Matching refs:keypad
4 keypad device. The keypad controller supports multiple row and column lines.
6 The keypad controller can sense a key-press and key-release and report the
11 - "samsung,s3c6410-keypad": For controllers compatible with s3c6410 keypad
13 - "samsung,s5pv210-keypad": For controllers compatible with s5pv210 keypad
22 - samsung,keypad-num-rows: Number of row lines connected to the keypad
25 - samsung,keypad-num-columns: Number of column lines connected to the
26 keypad controller.
28 - Keys represented as child nodes: Each key connected to the keypad
29 controller is represented as a child node to the keypad controller
31 - keypad,row: the row number to which the key is connected.
32 - keypad,column: the column number to which the key is connected.
40 - linux,keypad-no-autorepeat: do no enable autorepeat feature.
41 - linux,keypad-wakeup: use any event on keypad as wakeup event.
45 keypad@100A0000 {
46 compatible = "samsung,s5pv210-keypad";
49 samsung,keypad-num-rows = <2>;
50 samsung,keypad-num-columns = <8>;
58 keypad,row = <0>;
59 keypad,column = <3>;
64 keypad,row = <0>;
65 keypad,column = <4>;
70 keypad,row = <0>;
71 keypad,column = <5>;