Home
last modified time | relevance | path

Searched refs:V4L2_TCH_FMT_TU08 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/Documentation/media/uapi/v4l/
Dpixfmt-tch-tu08.rst13 V4L2_TCH_FMT_TU08 ('TU08')
16 *man V4L2_TCH_FMT_TU08(2)*
/Linux-v5.4/drivers/input/touchscreen/
Dsur40.c185 .pixelformat = V4L2_TCH_FMT_TU08,
1056 if ((f->index != 0) || ((f->pixel_format != V4L2_TCH_FMT_TU08) in sur40_vidioc_enum_framesizes()
1071 if ((f->index > 0) || ((f->pixel_format != V4L2_TCH_FMT_TU08) in sur40_vidioc_enum_frameintervals()
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h751 #define V4L2_TCH_FMT_TU08 v4l2_fourcc('T', 'U', '0', '8') /* 8-bit unsigned touch data */ macro
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-ioctl.c1328 case V4L2_TCH_FMT_TU08: descr = "8-bit Unsigned Touch Data"; break; in v4l_fill_fmtdesc()