Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/misc-devices/
H A Dxilinx_sdfec.rst85 - :c:macro:`XSDFEC_GET_STATUS`
140 …:type:`xsdfec_status <xsdfec_status>` filled by the ioctl :c:macro:`XSDFEC_GET_STATUS` indicates t…
159 …:type:`xsdfec_status <xsdfec_status>` filled by the ioctl :c:macro:`XSDFEC_GET_STATUS` indicates t…
169 …:type:`xsdfec_status <xsdfec_status>` filled by the ioctl :c:macro:`XSDFEC_GET_STATUS` indicates t…
188 …struct xsdfec_status <xsdfec_status>` filled by the ioctl :c:macro:`XSDFEC_GET_STATUS` indicates t…
198 Get the SD-FEC status of the device by using the ioctl :c:macro:`XSDFEC_GET_STATUS`, which will fil…
205 …- ``POLLPRI`` indicates a critical error and the user should use :c:macro:`XSDFEC_GET_STATUS` and …
210 - Get state by using the ioctl :c:macro:`XSDFEC_GET_STATUS`
216 …ystem call prevents busy looping using :c:macro:`XSDFEC_GET_STATS` and :c:macro:`XSDFEC_GET_STATUS`
244 .. c:macro:: XSDFEC_GET_STATUS
[all …]
/openbmc/linux/include/uapi/misc/
H A Dxilinx_sdfec.h294 #define XSDFEC_GET_STATUS _IOR(XSDFEC_MAGIC, 2, struct xsdfec_status) macro
/openbmc/linux/drivers/misc/
H A Dxilinx_sdfec.c946 (cmd != XSDFEC_SET_DEFAULT_CONFIG && cmd != XSDFEC_GET_STATUS && in xsdfec_dev_ioctl()
964 case XSDFEC_GET_STATUS: in xsdfec_dev_ioctl()