Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/misc/
H A Dxilinx_sdfec.h278 #define XSDFEC_START_DEV _IO(XSDFEC_MAGIC, 0) macro
/openbmc/linux/Documentation/misc-devices/
H A Dxilinx_sdfec.rst83 - :c:macro:`XSDFEC_START_DEV`
193 Start the SD-FEC core by using the ioctl :c:macro:`XSDFEC_START_DEV`
236 .. c:macro:: XSDFEC_START_DEV
238 :doc: XSDFEC_START_DEV
/openbmc/linux/drivers/misc/
H A Dxilinx_sdfec.c952 case XSDFEC_START_DEV: in xsdfec_dev_ioctl()