Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/misc/
Dxilinx_sdfec.h224 struct xsdfec_config { struct
356 #define XSDFEC_GET_CONFIG _IOR(XSDFEC_MAGIC, 6, struct xsdfec_config)
/Linux-v6.1/Documentation/misc-devices/
Dxilinx_sdfec.rst157 …- The ``code`` member of :c:type:`struct xsdfec_config <xsdfec_config>` filled by the ioctl :c:mac…
158 …- The ``code_wr_protect`` of :c:type:`struct xsdfec_config <xsdfec_config>` filled by the ioctl :c…
168 …- The ``code`` member of :c:type:`struct xsdfec_config <xsdfec_config>` filled by the ioctl :c:mac…
179 If the ``code`` member of :c:type:`struct xsdfec_config <xsdfec_config>` filled by the ioctl :c:mac…
/Linux-v6.1/drivers/misc/
Dxilinx_sdfec.c216 struct xsdfec_config config;
836 struct xsdfec_config *config = &xsdfec->config; in xsdfec_cfg_axi_streams()