WIP FPC-III support
[linux/fpc-iii.git] / Documentation / userspace-api / media / dvb / video-fclose.rst
blob01d24d548439d488ef95c6a857131dce669e77ce
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2 .. c:namespace:: DTV.video
4 .. _video_fclose:
6 =================
7 dvb video close()
8 =================
10 Name
11 ----
13 dvb video close()
15 .. attention:: This ioctl is deprecated.
17 Synopsis
18 --------
20 .. c:function:: int close(int fd)
22 Arguments
23 ---------
25 .. flat-table::
26     :header-rows:  0
27     :stub-columns: 0
29     -  .. row 1
31        -  int fd
33        -  File descriptor returned by a previous call to open().
35 Description
36 -----------
38 This system call closes a previously opened video device.
40 Return Value
41 ------------
43 .. flat-table::
44     :header-rows:  0
45     :stub-columns: 0
47     -  .. row 1
49        -  ``EBADF``
51        -  fd is not a valid open file descriptor.