Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/surface_aggregator/
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)
/linux-5.19.10/Documentation/driver-api/surface_aggregator/clients/
Ddtx.rst189 success value (``SDTX_CATEGORY_STATUS``) or if it indicates a failure.