Home
last modified time | relevance | path

Searched refs:V4L2_CAP_TOUCH (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/Documentation/userspace-api/media/v4l/
Ddev-touch.rst43 and the ``V4L2_CAP_TOUCH`` flag in the ``capabilities`` field of
Dvidioc-querycap.rst264 * - ``V4L2_CAP_TOUCH``
/linux-6.12.1/drivers/input/rmi4/
Drmi_f54.c529 .device_caps = V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_TOUCH |
/linux-6.12.1/drivers/input/touchscreen/
Dsur40.c1175 .device_caps = V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_TOUCH |
Datmel_mxt_ts.c2696 .device_caps = V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_TOUCH |
/linux-6.12.1/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions198 replace define V4L2_CAP_TOUCH device-capabilities
/linux-6.12.1/include/uapi/linux/
Dvideodev2.h509 #define V4L2_CAP_TOUCH 0x10000000 /* Is a touch device */ macro
/linux-6.12.1/drivers/media/test-drivers/vivid/
Dvivid-core.c1189 dev->touch_cap_caps = V4L2_CAP_TOUCH | V4L2_CAP_STREAMING | in vivid_set_capabilities()