Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-tch-tu08.rst6 V4L2_TCH_FMT_TU08 ('TU08')
9 *man V4L2_TCH_FMT_TU08(2)*
/linux/drivers/input/touchscreen/
H A Dsur40.c185 .pixelformat = V4L2_TCH_FMT_TU08,
1070 if ((f->index != 0) || ((f->pixel_format != V4L2_TCH_FMT_TU08) in sur40_vidioc_enum_framesizes()
1085 if ((f->index > 0) || ((f->pixel_format != V4L2_TCH_FMT_TU08) in sur40_vidioc_enum_frameintervals()
/linux/include/uapi/linux/
H A Dvideodev2.h845 #define V4L2_TCH_FMT_TU08 v4l2_fourcc('T', 'U', '0', '8') /* 8-bit unsigned touch data */ macro
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1453 case V4L2_TCH_FMT_TU08: descr = "8-bit Unsigned Touch Data"; break; in v4l_fill_fmtdesc()