Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / Documentation / media / uapi / dvb / video-fclose.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. _video_fclose:
4
5 =================
6 dvb video close()
7 =================
8
9 Name
10 ----
11
12 dvb video close()
13
14 .. attention:: This ioctl is deprecated.
15
16 Synopsis
17 --------
18
19 .. c:function:: int close(int fd)
20
21
22 Arguments
23 ---------
24
25 .. flat-table::
26     :header-rows:  0
27     :stub-columns: 0
28
29
30     -  .. row 1
31
32        -  int fd
33
34        -  File descriptor returned by a previous call to open().
35
36
37 Description
38 -----------
39
40 This system call closes a previously opened video device.
41
42
43 Return Value
44 ------------
45
46 .. flat-table::
47     :header-rows:  0
48     :stub-columns: 0
49
50
51     -  .. row 1
52
53        -  ``EBADF``
54
55        -  fd is not a valid open file descriptor.