Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / media / uapi / dvb / fe-read-uncorrected-blocks.rst
blobf2c688bcacb3545652f980b812be5e54006cf9ce
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _FE_READ_UNCORRECTED_BLOCKS:
5 **************************
6 FE_READ_UNCORRECTED_BLOCKS
7 **************************
9 Name
10 ====
12 FE_READ_UNCORRECTED_BLOCKS
14 .. attention:: This ioctl is deprecated.
16 Synopsis
17 ========
19 .. c:function:: int ioctl( int fd, FE_READ_UNCORRECTED_BLOCKS, uint32_t *ublocks)
20     :name: FE_READ_UNCORRECTED_BLOCKS
23 Arguments
24 =========
26 ``fd``
27     File descriptor returned by :c:func:`open() <dvb-fe-open>`.
29 ``ublocks``
30     The total number of uncorrected blocks seen by the driver so far.
33 Description
34 ===========
36 This ioctl call returns the number of uncorrected blocks detected by the
37 device driver during its lifetime. For meaningful measurements, the
38 increment in block count during a specific time interval should be
39 calculated. For this command, read-only access to the device is
40 sufficient.
43 Return Value
44 ============
46 On success 0 is returned.
48 On error -1 is returned, and the ``errno`` variable is set
49 appropriately.
51 Generic error codes are described at the
52 :ref:`Generic Error Codes <gen-errors>` chapter.