Merge tag 'f2fs-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk...
[sfrench/cifs-2.6.git] / Documentation / media / uapi / v4l / pixfmt-tch-tu16.rst
1 .. Permission is granted to copy, distribute and/or modify this
2 .. document under the terms of the GNU Free Documentation License,
3 .. Version 1.1 or any later version published by the Free Software
4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
6 .. Documentation/media/uapi/fdl-appendix.rst.
7 ..
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
9
10 .. _V4L2-TCH-FMT-TU16:
11
12 ********************************
13 V4L2_TCH_FMT_TU16 ('TU16')
14 ********************************
15
16 *man V4L2_TCH_FMT_TU16(2)*
17
18 16-bit unsigned raw touch data
19
20
21 Description
22 ===========
23
24 This format represents unsigned 16-bit data from a touch controller.
25
26 This may be used for output for raw and reference data. Values may range from
27 0 to 65535.
28
29 **Byte Order.**
30 Each cell is one byte.
31
32
33 .. flat-table::
34     :header-rows:  0
35     :stub-columns: 0
36     :widths:       2 1 1 1 1 1 1 1 1
37
38     * - start + 0:
39       - R'\ :sub:`00high`
40       - R'\ :sub:`00low`
41       - R'\ :sub:`01high`
42       - R'\ :sub:`01low`
43       - R'\ :sub:`02high`
44       - R'\ :sub:`02low`
45       - R'\ :sub:`03high`
46       - R'\ :sub:`03low`
47     * - start + 8:
48       - R'\ :sub:`10high`
49       - R'\ :sub:`10low`
50       - R'\ :sub:`11high`
51       - R'\ :sub:`11low`
52       - R'\ :sub:`12high`
53       - R'\ :sub:`12low`
54       - R'\ :sub:`13high`
55       - R'\ :sub:`13low`
56     * - start + 16:
57       - R'\ :sub:`20high`
58       - R'\ :sub:`20low`
59       - R'\ :sub:`21high`
60       - R'\ :sub:`21low`
61       - R'\ :sub:`22high`
62       - R'\ :sub:`22low`
63       - R'\ :sub:`23high`
64       - R'\ :sub:`23low`
65     * - start + 24:
66       - R'\ :sub:`30high`
67       - R'\ :sub:`30low`
68       - R'\ :sub:`31high`
69       - R'\ :sub:`31low`
70       - R'\ :sub:`32high`
71       - R'\ :sub:`32low`
72       - R'\ :sub:`33high`
73       - R'\ :sub:`33low`