Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/misc/
H A Dxilinx_sdfec.h224 struct xsdfec_config { struct
356 #define XSDFEC_GET_CONFIG _IOR(XSDFEC_MAGIC, 6, struct xsdfec_config)
/openbmc/linux/Documentation/misc-devices/
H A 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…
/openbmc/linux/drivers/misc/
H A Dxilinx_sdfec.c217 struct xsdfec_config config;
837 struct xsdfec_config *config = &xsdfec->config; in xsdfec_cfg_axi_streams()