Lines Matching full:macro
83 - :c:macro:`XSDFEC_START_DEV`
84 - :c:macro:`XSDFEC_STOP_DEV`
85 - :c:macro:`XSDFEC_GET_STATUS`
86 - :c:macro:`XSDFEC_SET_IRQ`
87 - :c:macro:`XSDFEC_SET_TURBO`
88 - :c:macro:`XSDFEC_ADD_LDPC_CODE_PARAMS`
89 - :c:macro:`XSDFEC_GET_CONFIG`
90 - :c:macro:`XSDFEC_SET_ORDER`
91 - :c:macro:`XSDFEC_SET_BYPASS`
92 - :c:macro:`XSDFEC_IS_ACTIVE`
93 - :c:macro:`XSDFEC_CLEAR_STATS`
94 - :c:macro:`XSDFEC_SET_DEFAULT_CONFIG`
129 :c:macro:`XSDFEC_GET_CONFIG`.
136 Setting the order is done by using the ioctl :c:macro:`XSDFEC_SET_ORDER`
140 … of struct :c:type:`xsdfec_status <xsdfec_status>` filled by the ioctl :c:macro:`XSDFEC_GET_STATUS…
151 - Add the LPDC Code Parameters using the ioctl :c:macro:`XSDFEC_ADD_LDPC_CODE_PARAMS`
157 … of :c:type:`struct xsdfec_config <xsdfec_config>` filled by the ioctl :c:macro:`XSDFEC_GET_CONFIG…
158 … of :c:type:`struct xsdfec_config <xsdfec_config>` filled by the ioctl :c:macro:`XSDFEC_GET_CONFIG…
159 … of struct :c:type:`xsdfec_status <xsdfec_status>` filled by the ioctl :c:macro:`XSDFEC_GET_STATUS…
164 Configuring the Turbo decode parameters is done by using the ioctl :c:macro:`XSDFEC_SET_TURBO` usin…
168 … of :c:type:`struct xsdfec_config <xsdfec_config>` filled by the ioctl :c:macro:`XSDFEC_GET_CONFIG…
169 … of struct :c:type:`xsdfec_status <xsdfec_status>` filled by the ioctl :c:macro:`XSDFEC_GET_STATUS…
174 Enabling or disabling interrupts is done by using the ioctl :c:macro:`XSDFEC_SET_IRQ`. The members …
179 … of :c:type:`struct xsdfec_config <xsdfec_config>` filled by the ioctl :c:macro:`XSDFEC_GET_CONFIG…
184 Bypassing the SD-FEC is done by using the ioctl :c:macro:`XSDFEC_SET_BYPASS`
188 … of :c:type:`struct xsdfec_status <xsdfec_status>` filled by the ioctl :c:macro:`XSDFEC_GET_STATUS…
193 Start the SD-FEC core by using the ioctl :c:macro:`XSDFEC_START_DEV`
198 Get the SD-FEC status of the device by using the ioctl :c:macro:`XSDFEC_GET_STATUS`, which will fil…
205 …`` indicates a critical error and the user should use :c:macro:`XSDFEC_GET_STATUS` and :c:macro:`X…
206 …- ``POLLRDNORM`` indicates a non-critical error has occurred and the user should use :c:macro:`XS…
207 - Get stats by using the ioctl :c:macro:`XSDFEC_GET_STATS`
210 - Get state by using the ioctl :c:macro:`XSDFEC_GET_STATUS`
212 - Clear stats by using the ioctl :c:macro:`XSDFEC_CLEAR_STATS`
214 …ired to call the ioctl :c:macro:`XSDFEC_SET_DEFAULT_CONFIG`, after the reset and it is not require…
216 Note: Using poll system call prevents busy looping using :c:macro:`XSDFEC_GET_STATS` and :c:macro:`…
221 Stop the device by using the ioctl :c:macro:`XSDFEC_STOP_DEV`
226 Load default configuration by using the ioctl :c:macro:`XSDFEC_SET_DEFAULT_CONFIG` to restore the d…
236 .. c:macro:: XSDFEC_START_DEV
240 .. c:macro:: XSDFEC_STOP_DEV
244 .. c:macro:: XSDFEC_GET_STATUS
248 .. c:macro:: XSDFEC_SET_IRQ
252 .. c:macro:: XSDFEC_SET_TURBO
256 .. c:macro:: XSDFEC_ADD_LDPC_CODE_PARAMS
260 .. c:macro:: XSDFEC_GET_CONFIG
264 .. c:macro:: XSDFEC_SET_ORDER
268 .. c:macro:: XSDFEC_SET_BYPASS
272 .. c:macro:: XSDFEC_IS_ACTIVE
276 .. c:macro:: XSDFEC_CLEAR_STATS
280 .. c:macro:: XSDFEC_GET_STATS
284 .. c:macro:: XSDFEC_SET_DEFAULT_CONFIG