Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/surface_aggregator/
H A Ddtx.h111 SDTX_EVENT_CANCEL = 2, enumerator
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/
H A Ddtx.rst100 an cancel event (``SDTX_EVENT_CANCEL``) detailing this with the cancel
116 error or low battery, a latch-cancel event (``SDTX_EVENT_CANCEL``) will be
149 (``SDTX_EVENT_CANCEL``) with the corresponding cancel reason.
303 * - ``SDTX_EVENT_CANCEL``
334 ``SDTX_EVENT_CANCEL``
/openbmc/linux/drivers/platform/surface/
H A Dsurface_dtx.c684 event.status.e.code = SDTX_EVENT_CANCEL; in sdtx_notifier()