Searched full:row (Results 1 – 25 of 83) sorted by relevance
1234
| /Documentation/userspace-api/media/rc/ |
| D | rc-tables.rst | 36 - .. row 1 44 - .. row 2 48 - .. row 3 56 - .. row 4 64 - .. row 5 72 - .. row 6 80 - .. row 7 88 - .. row 8 96 - .. row 9 104 - .. row 10 [all …]
|
| D | lirc-get-send-mode.rst | 55 - .. row 1 61 - .. row 2 67 - .. row 3
|
| D | lirc-get-rec-mode.rst | 53 - .. row 1 59 - .. row 2 65 - .. row 3
|
| /Documentation/userspace-api/media/dvb/ |
| D | fe-bandwidth-t.rst | 14 - .. row 1 20 - .. row 2 28 - .. row 3 36 - .. row 4 44 - .. row 5 52 - .. row 6 60 - .. row 7 68 - .. row 8
|
| D | fe-type-t.rst | 22 - .. row 1 31 - .. row 2 41 - .. row 3 51 - .. row 4 61 - .. row 5
|
| D | dmx-start.rst | 48 - .. row 1 55 - .. row 2
|
| D | fe-get-event.rst | 54 - .. row 1 60 - .. row 2
|
| /Documentation/devicetree/bindings/input/ |
| D | gpio-matrix-keypad.txt | 4 The matrix keypad supports multiple row and column lines, a key can be 5 placed at each intersection of a unique row and a unique column. The matrix 11 - row-gpios: List of gpios used as row lines. The gpio specifier 13 which these row lines are connected. 36 row-gpios = <&gpio2 25 0
|
| D | samsung,s3c6410-keypad.yaml | 11 keypad device. The keypad controller supports multiple row and column lines. 12 A key can be placed at each intersection of a unique row and a unique column. 57 Number of row lines connected to the keypad controller. 73 keypad,row: 75 description: The row number to which the key is connected. 81 - keypad,row 111 keypad,row = <0>; 117 keypad,row = <0>;
|
| D | nvidia,tegra20-kbc.txt | 3 can be configured as row or column. The maximum column pin can be 8 4 and maximum row pins can be 16 for Tegra20/Tegra30. 10 - nvidia,kbc-row-pins: The KBC pins which are configured as row. This is an 29 - nvidia,debounce-delay-ms: delay in milliseconds per row scan for debouncing 46 nvidia,kbc-row-pins = <0 1 2>; /* pin 0, 1, 2 as rows */
|
| D | brcm,bcm-keypad.txt | 4 keypad device. The keypad controller supports multiple row and column lines. 5 A key can be placed at each intersection of a unique row and a unique column. 23 - keypad,num-rows: Number of row lines connected to the keypad 51 - row-output-enabled: An optional property indicating whether the row or 52 column is being used as output. If specified the row is being used 103 row-output-enabled;
|
| D | clps711x-keypad.txt | 5 - row-gpios: List of GPIOs used as row lines. 18 row-gpios = <&porta 0 0>,
|
| D | google,cros-ec-keyb.yaml | 35 function-row-physmap: 41 of top row keys from physical left (KEY_F1) to right. Each entry 42 encodes the row/column as: 43 (((row) & 0xFF) << 24) | (((column) & 0xFF) << 16) 45 when the keyboard has a custom design for the top row keys. 48 function-row-physmap: [ 'linux,keymap' ] 76 function-row-physmap = < 90 * RR=Row CC=Column KKKK=Key Code
|
| D | ti,nspire-keypad.yaml | 35 row-delay: 37 description: How long to wait between scanning each row in us. 48 - row-delay 64 row-delay = <200>;
|
| D | matrix-keymap.yaml | 26 An array of packed 1-cell entries containing the equivalent of row, 28 row << 24 | column << 16 | key-code 32 description: Number of row lines connected to the keypad controller.
|
| D | mediatek,mt6779-keypad.yaml | 17 keypad device. The keypad controller supports multiple row and column lines. 18 A key can be placed at each intersection of a unique row and a unique column. 53 description: each (row, column) group has multiple keys
|
| D | qcom,pm8921-keypad.yaml | 50 row-hold: 52 description: time in nanoseconds to pause between scans of each row in the 86 row-hold = <91500>;
|
| D | omap-keypad.txt | 4 keypad device. The keypad controller supports multiple row and column lines. 5 A key can be placed at each intersection of a unique row and a unique column.
|
| D | twl4030-keypad.txt | 4 keypad device. The keypad controller supports multiple row and column lines. 5 A key can be placed at each intersection of a unique row and a unique column.
|
| /Documentation/sphinx/ |
| D | rstFlatTable.py | 20 * *row-span*: with the role ``rspan`` a cell can be extended through 23 * *auto span* rightmost cell of a table row over the missing cells on the 24 right side of that table-row. With Option ``:fill-cells:`` this behavior 178 for row in self.rows[:header_rows]: 179 thead += self.buildTableRowNode(row) 184 for row in self.rows[header_rows:]: 185 tbody += self.buildTableRowNode(row) 190 row = nodes.row() 203 row += entry 204 return row [all …]
|
| /Documentation/userspace-api/media/v4l/ |
| D | pixfmt-intro.rst | 29 leftmost pixel of the topmost row. Following that is the pixel 30 immediately to its right, and so on until the end of the top row of 31 pixels. Following the rightmost pixel of the row there may be zero or 32 more bytes of padding to guarantee that each row of pixel data has a 34 leftmost pixel of the second row from the top, and so on. The last row
|
| D | pixfmt-srggb14p.rst | 29 Each n-pixel row contains n/2 green samples and n/2 blue or red samples, 51 - .. row 1 75 - .. row 2 99 - .. row 3 123 - .. row 4
|
| /Documentation/doc-guide/ |
| D | sphinx.rst | 341 * row-span: with the role ``rspan`` a cell can be extended through 344 * auto span rightmost cell of a table row over the missing cells on the right 345 side of that table-row. With Option ``:fill-cells:`` this behavior can 362 list is the *table-row*. In the *table-row* there is only one markup allowed, 363 the list of the cells in this *table-row*. Exceptions are *comments* ( ``..`` ) 364 and *targets* (e.g. a ref to ``:ref:`last row <last row>``` / :ref:`last row 365 <last row>`). 377 * - row 1 381 * - row 2 385 * .. _`last row`: [all …]
|
| /Documentation/translations/it_IT/doc-guide/ |
| D | sphinx.rst | 332 ``:ref:`last row <last row>``` / :ref:`last row <it last row>`) 344 * - row 1 348 * - row 2 352 * .. _`it last row`: 354 - row 3 366 * - row 1 370 * - row 2 374 * .. _`it last row`: 376 - row 3
|
| /Documentation/devicetree/bindings/arm/ |
| D | qcom.yaml | 176 - sony,kugo-row 177 - sony,suzu-row 277 - sony,ivy-row 278 - sony,karin-row 279 - sony,satsuki-row 280 - sony,sumire-row 281 - sony,suzuran-row 296 - sony,dora-row 297 - sony,kagura-row 298 - sony,keyaki-row [all …]
|
1234