Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/surface_aggregator/
H A Ddtx.h137 #define SDTX_IOCTL_LATCH_REQUEST _IO(0xa5, 0x25) macro
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/
H A 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``
/openbmc/linux/drivers/platform/surface/
H A Dsurface_dtx.c352 case SDTX_IOCTL_LATCH_REQUEST: in __surface_dtx_ioctl()