powerpc/powernv: Report size of OPAL memcons log
[linux/fpc-iii.git] / Documentation / media / uapi / dvb / video-fclose.rst
blob8a997ae6f6a7c6bcb7da4e69fa903e44c6f7e3d8
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _video_fclose:
5 =================
6 dvb video close()
7 =================
9 Name
10 ----
12 dvb video close()
14 .. attention:: This ioctl is deprecated.
16 Synopsis
17 --------
19 .. c:function:: int close(int fd)
22 Arguments
23 ---------
25 .. flat-table::
26     :header-rows:  0
27     :stub-columns: 0
30     -  .. row 1
32        -  int fd
34        -  File descriptor returned by a previous call to open().
37 Description
38 -----------
40 This system call closes a previously opened video device.
43 Return Value
44 ------------
46 .. flat-table::
47     :header-rows:  0
48     :stub-columns: 0
51     -  .. row 1
53        -  ``EBADF``
55        -  fd is not a valid open file descriptor.