Home
last modified time | relevance | path

Searched refs:SDTX_IOCTL_LATCH_REQUEST (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/uapi/linux/surface_aggregator/
Ddtx.h137 #define SDTX_IOCTL_LATCH_REQUEST _IO(0xa5, 0x25) macro
/linux-5.19.10/Documentation/driver-api/surface_aggregator/clients/
Ddtx.rst77 on the base of the device or executing the ``SDTX_IOCTL_LATCH_REQUEST`` IOCTL.
105 - Execute ``SDTX_IOCTL_LATCH_REQUEST``. This will immediately abort the
128 similar to ``SDTX_IOCTL_LATCH_REQUEST``, described above, or the button
330 (``SDTX_IOCTL_LATCH_REQUEST``) being sent from user-space.
580 ``SDTX_IOCTL_LATCH_REQUEST``
/linux-5.19.10/drivers/platform/surface/
Dsurface_dtx.c352 case SDTX_IOCTL_LATCH_REQUEST: in __surface_dtx_ioctl()