Merge tag 'staging-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux/fpc-iii.git] / Documentation / userspace-api / media / cec / cec-func-close.rst
blobb89e06a43dade5ed7b06580c9ac62b8f52906766
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/userspace-api/media/fdl-appendix.rst.
7 ..
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
10 .. _cec-func-close:
12 ***********
13 cec close()
14 ***********
16 Name
17 ====
19 cec-close - Close a cec device
22 Synopsis
23 ========
25 .. code-block:: c
27     #include <unistd.h>
30 .. c:function:: int close( int fd )
31     :name: cec-close
33 Arguments
34 =========
36 ``fd``
37     File descriptor returned by :c:func:`open() <cec-open>`.
40 Description
41 ===========
43 Closes the cec device. Resources associated with the file descriptor are
44 freed. The device configuration remain unchanged.
47 Return Value
48 ============
50 :c:func:`close() <cec-close>` returns 0 on success. On error, -1 is returned, and
51 ``errno`` is set appropriately. Possible error codes are:
53 ``EBADF``
54     ``fd`` is not a valid open file descriptor.