Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/misc-devices/
H A Dxilinx_sdfec.rst94 - :c:macro:`XSDFEC_SET_DEFAULT_CONFIG`
214 …quired. The application is required to call the ioctl :c:macro:`XSDFEC_SET_DEFAULT_CONFIG`, after …
226 Load default configuration by using the ioctl :c:macro:`XSDFEC_SET_DEFAULT_CONFIG` to restore the d…
284 .. c:macro:: XSDFEC_SET_DEFAULT_CONFIG
286 :doc: XSDFEC_SET_DEFAULT_CONFIG
/openbmc/linux/include/uapi/misc/
H A Dxilinx_sdfec.h446 #define XSDFEC_SET_DEFAULT_CONFIG _IO(XSDFEC_MAGIC, 13) macro
/openbmc/linux/drivers/misc/
H A Dxilinx_sdfec.c946 (cmd != XSDFEC_SET_DEFAULT_CONFIG && cmd != XSDFEC_GET_STATUS && in xsdfec_dev_ioctl()
970 case XSDFEC_SET_DEFAULT_CONFIG: in xsdfec_dev_ioctl()