Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / media / uapi / dvb / fe-get-frontend.rst
blob5db552cedd703019e12f5515a36c72ef924f8b1e
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _FE_GET_FRONTEND:
5 ***************
6 FE_GET_FRONTEND
7 ***************
9 Name
10 ====
12 FE_GET_FRONTEND
14 .. attention:: This ioctl is deprecated.
17 Synopsis
18 ========
20 .. c:function:: int ioctl(int fd, FE_GET_FRONTEND, struct dvb_frontend_parameters *p)
21     :name: FE_GET_FRONTEND
24 Arguments
25 =========
27 ``fd``
28     File descriptor returned by :c:func:`open() <dvb-fe-open>`.
31 ``p``
32     Points to parameters for tuning operation.
35 Description
36 ===========
38 This ioctl call queries the currently effective frontend parameters. For
39 this command, read-only access to the device is sufficient.
42 Return Value
43 ============
45 On success 0 is returned.
47 On error -1 is returned, and the ``errno`` variable is set
48 appropriately.
50 .. flat-table::
51     :header-rows:  0
52     :stub-columns: 0
55     -  .. row 1
57        -  ``EINVAL``
59        -  Maximum supported symbol rate reached.
61 Generic error codes are described at the
62 :ref:`Generic Error Codes <gen-errors>` chapter.