Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/misc-devices/
Dxilinx_sdfec.rst84 - :c:macro:`XSDFEC_STOP_DEV`
214 …EFAULT_CONFIG`, after the reset and it is not required to call the ioctl :c:macro:`XSDFEC_STOP_DEV`
221 Stop the device by using the ioctl :c:macro:`XSDFEC_STOP_DEV`
240 .. c:macro:: XSDFEC_STOP_DEV
242 :doc: XSDFEC_STOP_DEV
/Linux-v6.1/include/uapi/misc/
Dxilinx_sdfec.h286 #define XSDFEC_STOP_DEV _IO(XSDFEC_MAGIC, 1) macro
/Linux-v6.1/drivers/misc/
Dxilinx_sdfec.c964 case XSDFEC_STOP_DEV: in xsdfec_dev_ioctl()