staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git] / Documentation / media / uapi / dvb / fe-get-frontend.rst
blob6cd5250d1832af332679088fdf03b568715c77d2
1 .. Permission is granted to copy, distribute and/or modify this
2 .. document under the terms of the GNU Free Documentation License,
3 .. Version 1.1 or any later version published by the Free Software
4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
6 .. Documentation/media/uapi/fdl-appendix.rst.
7 ..
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
10 .. _FE_GET_FRONTEND:
12 ***************
13 FE_GET_FRONTEND
14 ***************
16 Name
17 ====
19 FE_GET_FRONTEND
21 .. attention:: This ioctl is deprecated.
24 Synopsis
25 ========
27 .. c:function:: int ioctl(int fd, FE_GET_FRONTEND, struct dvb_frontend_parameters *p)
28     :name: FE_GET_FRONTEND
31 Arguments
32 =========
34 ``fd``
35     File descriptor returned by :c:func:`open() <dvb-fe-open>`.
38 ``p``
39     Points to parameters for tuning operation.
42 Description
43 ===========
45 This ioctl call queries the currently effective frontend parameters. For
46 this command, read-only access to the device is sufficient.
49 Return Value
50 ============
52 On success 0 is returned.
54 On error -1 is returned, and the ``errno`` variable is set
55 appropriately.
57 .. flat-table::
58     :header-rows:  0
59     :stub-columns: 0
62     -  .. row 1
64        -  ``EINVAL``
66        -  Maximum supported symbol rate reached.
68 Generic error codes are described at the
69 :ref:`Generic Error Codes <gen-errors>` chapter.