Lines Matching refs:a
15 For a full description of SD-FEC core features, see the `SD-FEC Product Guide (PG256) <https://www.…
27 - Only allows a single open file handler to any instance of the driver at any time
69 The driver provides a platform device where the ``probe`` and ``remove``
78 …- open: Implements restriction that only a single file descriptor can be open per SD-FEC instance …
80 - poll: Provides a method to monitor for SD-FEC Error events
122 Note: When monitoring for interrupts if a critical error is detected where a reset is required, the…
205 …- ``POLLPRI`` indicates a critical error and the user should use :c:macro:`XSDFEC_GET_STATUS` and …
206 …- ``POLLRDNORM`` indicates a non-critical error has occurred and the user should use :c:macro:`XS…
211 …- For a critical error the ``state`` of :c:type:`xsdfec_status <xsdfec_status>` will indicate a Re…
214 If a critical error is detected where a reset is required. The application is required to call the …
231 …uplicate SD-FEC device file handlers, for example fork() or dup() a process that has a created an …