Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/v4l/
Dpixfmt-tch-td16.rst6 V4L2_TCH_FMT_DELTA_TD16 ('TD16')
9 *man V4L2_TCH_FMT_DELTA_TD16(2)*
/Linux-v4.19/drivers/input/rmi4/
Drmi_f54.c250 *pixfmt = V4L2_TCH_FMT_DELTA_TD16; in rmi_f54_get_pixel_fmt()
464 fmt->pixelformat = V4L2_TCH_FMT_DELTA_TD16; in rmi_f54_vidioc_enum_fmt()
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h697 #define V4L2_TCH_FMT_DELTA_TD16 v4l2_fourcc('T', 'D', '1', '6') /* 16-bit signed deltas */ macro
/Linux-v4.19/drivers/input/touchscreen/
Datmel_mxt_ts.c2449 f->pixelformat = V4L2_TCH_FMT_DELTA_TD16; in mxt_set_input()
2501 fmt->pixelformat = V4L2_TCH_FMT_DELTA_TD16; in mxt_vidioc_enum_fmt()
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-ioctl.c1289 case V4L2_TCH_FMT_DELTA_TD16: descr = "16-bit signed deltas"; break; in v4l_fill_fmtdesc()