Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[sfrench/cifs-2.6.git] / Documentation / media / uapi / v4l / pixfmt-tch-td16.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-DELTA-TD16:
11
12 ********************************
13 V4L2_TCH_FMT_DELTA_TD16 ('TD16')
14 ********************************
15
16 *man V4L2_TCH_FMT_DELTA_TD16(2)*
17
18 16-bit signed Touch Delta
19
20
21 Description
22 ===========
23
24 This format represents delta data from a touch controller.
25
26 Delta values may range from -32768 to 32767. Typically the values will vary
27 through a small range depending on whether the sensor is touched or not. The
28 full value may be seen if one of the touchscreen nodes has a fault or the line
29 is not connected.
30
31 **Byte Order.**
32 Each cell is one byte.
33
34 .. flat-table::
35     :header-rows:  0
36     :stub-columns: 0
37     :widths:       2 1 1 1 1 1 1 1 1
38
39     * - start + 0:
40       - D'\ :sub:`00high`
41       - D'\ :sub:`00low`
42       - D'\ :sub:`01high`
43       - D'\ :sub:`01low`
44       - D'\ :sub:`02high`
45       - D'\ :sub:`02low`
46       - D'\ :sub:`03high`
47       - D'\ :sub:`03low`
48     * - start + 8:
49       - D'\ :sub:`10high`
50       - D'\ :sub:`10low`
51       - D'\ :sub:`11high`
52       - D'\ :sub:`11low`
53       - D'\ :sub:`12high`
54       - D'\ :sub:`12low`
55       - D'\ :sub:`13high`
56       - D'\ :sub:`13low`
57     * - start + 16:
58       - D'\ :sub:`20high`
59       - D'\ :sub:`20low`
60       - D'\ :sub:`21high`
61       - D'\ :sub:`21low`
62       - D'\ :sub:`22high`
63       - D'\ :sub:`22low`
64       - D'\ :sub:`23high`
65       - D'\ :sub:`23low`
66     * - start + 24:
67       - D'\ :sub:`30high`
68       - D'\ :sub:`30low`
69       - D'\ :sub:`31high`
70       - D'\ :sub:`31low`
71       - D'\ :sub:`32high`
72       - D'\ :sub:`32low`
73       - D'\ :sub:`33high`
74       - D'\ :sub:`33low`