powerpc/powernv: Report size of OPAL memcons log
[linux/fpc-iii.git] / Documentation / media / uapi / cec / cec-func-close.rst
blob8267c31b317dc9ac8e86007c56de62c0f79ebcba
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _cec-func-close:
5 ***********
6 cec close()
7 ***********
9 Name
10 ====
12 cec-close - Close a cec device
15 Synopsis
16 ========
18 .. code-block:: c
20     #include <unistd.h>
23 .. c:function:: int close( int fd )
24     :name: cec-close
26 Arguments
27 =========
29 ``fd``
30     File descriptor returned by :c:func:`open() <cec-open>`.
33 Description
34 ===========
36 .. note::
38    This documents the proposed CEC API. This API is not yet finalized
39    and is currently only available as a staging kernel module.
41 Closes the cec device. Resources associated with the file descriptor are
42 freed. The device configuration remain unchanged.
45 Return Value
46 ============
48 :c:func:`close()` returns 0 on success. On error, -1 is returned, and
49 ``errno`` is set appropriately. Possible error codes are:
51 ``EBADF``
52     ``fd`` is not a valid open file descriptor.