Searched refs:V4L2_CAP_TOUCH (Results 1 – 8 of 8) sorted by relevance
43 and the ``V4L2_CAP_TOUCH`` flag in the ``capabilities`` field of
264 * - ``V4L2_CAP_TOUCH``
529 .device_caps = V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_TOUCH |
1175 .device_caps = V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_TOUCH |
2696 .device_caps = V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_TOUCH |
198 replace define V4L2_CAP_TOUCH device-capabilities
509 #define V4L2_CAP_TOUCH 0x10000000 /* Is a touch device */ macro
1189 dev->touch_cap_caps = V4L2_CAP_TOUCH | V4L2_CAP_STREAMING | in vivid_set_capabilities()