Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / media / uapi / dvb / frontend_f_close.rst
blob67958d73cf348092a88d00b82e2c09e7d6c72a38
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _frontend_f_close:
5 ***************************
6 Digital TV frontend close()
7 ***************************
9 Name
10 ====
12 fe-close - Close a frontend device
15 Synopsis
16 ========
18 .. code-block:: c
20     #include <unistd.h>
23 .. c:function:: int close( int fd )
24     :name: dvb-fe-close
26 Arguments
27 =========
29 ``fd``
30     File descriptor returned by :c:func:`open() <dvb-fe-open>`.
33 Description
34 ===========
36 This system call closes a previously opened front-end device. After
37 closing a front-end device, its corresponding hardware might be powered
38 down automatically.
41 Return Value
42 ============
44 On success 0 is returned.
46 On error -1 is returned, and the ``errno`` variable is set
47 appropriately.
49 Generic error codes are described at the
50 :ref:`Generic Error Codes <gen-errors>` chapter.