WIP FPC-III support
[linux/fpc-iii.git] / Documentation / userspace-api / media / dvb / frontend_f_close.rst
blob52c323a850140db1cd4e7b6b13b98a53121e8e20
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2 .. c:namespace:: DTV.fe
4 .. _frontend_f_close:
6 ***************************
7 Digital TV frontend close()
8 ***************************
10 Name
11 ====
13 fe-close - Close a frontend device
15 Synopsis
16 ========
18 .. code-block:: c
20     #include <unistd.h>
22 .. c:function:: int close( int fd )
24 Arguments
25 =========
27 ``fd``
28     File descriptor returned by :c:func:`open()`.
30 Description
31 ===========
33 This system call closes a previously opened front-end device. After
34 closing a front-end device, its corresponding hardware might be powered
35 down automatically.
37 Return Value
38 ============
40 On success 0 is returned.
42 On error -1 is returned, and the ``errno`` variable is set
43 appropriately.
45 Generic error codes are described at the
46 :ref:`Generic Error Codes <gen-errors>` chapter.