Merge remote-tracking branch 'sound-asoc/for-next'
[deliverable/linux.git] / Documentation / media / uapi / dvb / fe-read-uncorrected-blocks.rst
CommitLineData
5377d91f
MH
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _FE_READ_UNCORRECTED_BLOCKS:
4
5**************************
6FE_READ_UNCORRECTED_BLOCKS
7**************************
8
15e7d615 9Name
586027ce 10====
5377d91f 11
586027ce 12FE_READ_UNCORRECTED_BLOCKS
5377d91f 13
cf8076c3 14.. attention:: This ioctl is deprecated.
15e7d615
MCC
15
16Synopsis
586027ce 17========
5377d91f 18
cf8076c3
MCC
19.. c:function:: int ioctl( int fd, FE_READ_UNCORRECTED_BLOCKS, uint32_t *ublocks)
20 :name: FE_READ_UNCORRECTED_BLOCKS
5377d91f 21
5377d91f 22
15e7d615 23Arguments
586027ce 24=========
5377d91f 25
cf8076c3
MCC
26``fd``
27 File descriptor returned by :c:func:`open() <dvb-fe-open>`.
5377d91f 28
cf8076c3
MCC
29``ublocks``
30 The total number of uncorrected blocks seen by the driver so far.
5377d91f
MH
31
32
15e7d615 33Description
586027ce
MCC
34===========
35
36This ioctl call returns the number of uncorrected blocks detected by the
37device driver during its lifetime. For meaningful measurements, the
38increment in block count during a specific time interval should be
39calculated. For this command, read-only access to the device is
40sufficient.
41
42
15e7d615 43Return Value
586027ce 44============
5377d91f
MH
45
46On success 0 is returned, on error -1 and the ``errno`` variable is set
47appropriately. The generic error codes are described at the
48:ref:`Generic Error Codes <gen-errors>` chapter.
This page took 0.046009 seconds and 5 git commands to generate.