Home
last modified time | relevance | path

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

/linux/Documentation/misc-devices/
H A 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/include/uapi/misc/
H A Dxilinx_sdfec.h286 #define XSDFEC_STOP_DEV _IO(XSDFEC_MAGIC, 1) macro
/linux/drivers/misc/
H A Dxilinx_sdfec.c955 case XSDFEC_STOP_DEV: in xsdfec_dev_ioctl()