Home
last modified time | relevance | path

Searched refs:V4L2_TCH_FMT_TU16 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-tch-tu16.rst6 V4L2_TCH_FMT_TU16 ('TU16')
9 *man V4L2_TCH_FMT_TU16(2)*
/openbmc/linux/drivers/input/rmi4/
H A Drmi_f54.c261 *pixfmt = V4L2_TCH_FMT_TU16; in rmi_f54_get_pixel_fmt()
/openbmc/linux/drivers/input/touchscreen/
H A Datmel_mxt_ts.c2595 f->pixelformat = V4L2_TCH_FMT_TU16; in mxt_set_input()
2641 fmt->pixelformat = V4L2_TCH_FMT_TU16; in mxt_vidioc_enum_fmt()
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h828 #define V4L2_TCH_FMT_TU16 v4l2_fourcc('T', 'U', '1', '6') /* 16-bit unsigned touch data */ macro
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1439 case V4L2_TCH_FMT_TU16: descr = "16-bit Unsigned Touch Data"; break; in v4l_fill_fmtdesc()