Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/surface_aggregator/
H A Ddtx.h44 #define SDTX_DETACH_TIMEDOUT SDTX_ERR_RT(0x02) macro
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/
H A Ddtx.rst101 reason ``SDTX_DETACH_TIMEDOUT`` (see :ref:`events` for details).
211 * - ``SDTX_DETACH_TIMEDOUT``
342 * ``SDTX_DETACH_TIMEDOUT``: Detachment timed out while the latch was locked.
/openbmc/linux/drivers/platform/surface/
H A Dsurface_dtx.c261 return SDTX_DETACH_TIMEDOUT; in sdtx_translate_cancel_reason()