WIP FPC-III support
[linux/fpc-iii.git] / Documentation / userspace-api / media / cec / cec-func-close.rst
blob409e70a5f80f72fb3084d9221c6835e3a2d7cd84
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2 .. c:namespace:: CEC
4 .. _cec-func-close:
6 ***********
7 cec close()
8 ***********
10 Name
11 ====
13 cec-close - Close a cec 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 Closes the cec device. Resources associated with the file descriptor are
34 freed. The device configuration remain unchanged.
36 Return Value
37 ============
39 :c:func:`close()` returns 0 on success. On error, -1 is returned, and
40 ``errno`` is set appropriately. Possible error codes are:
42 ``EBADF``
43     ``fd`` is not a valid open file descriptor.