Home
last modified time | relevance | path

Searched refs:SDTX_CATEGORY_STATUS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/surface_aggregator/
H A Ddtx.h19 #define SDTX_CATEGORY_STATUS 0x0000 macro
27 #define SDTX_STATUS(code) ((code) | SDTX_CATEGORY_STATUS)
32 #define SDTX_SUCCESS(value) (SDTX_CATEGORY(value) == SDTX_CATEGORY_STATUS)
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/
H A Ddtx.rst189 success value (``SDTX_CATEGORY_STATUS``) or if it indicates a failure.