Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Ddev-touch.rst43 and the ``V4L2_CAP_TOUCH`` flag in the ``capabilities`` field of
H A Dvidioc-querycap.rst254 * - ``V4L2_CAP_TOUCH``
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_f54.c523 .device_caps = V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_TOUCH |
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dsur40.c1174 .device_caps = V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_TOUCH |
H A Datmel_mxt_ts.c2596 .device_caps = V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_TOUCH |
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h467 #define V4L2_CAP_TOUCH 0x10000000 /* Is a touch device */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h467 #define V4L2_CAP_TOUCH 0x10000000 /* Is a touch device */ macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions180 replace define V4L2_CAP_TOUCH device-capabilities
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h489 #define V4L2_CAP_TOUCH 0x10000000 /* Is a touch device */ macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h491 #define V4L2_CAP_TOUCH 0x10000000 /* Is a touch device */ macro
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-core.c1109 dev->touch_cap_caps = V4L2_CAP_TOUCH | V4L2_CAP_STREAMING | in vivid_set_capabilities()