Merge branch 'topic/error' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[sfrench/cifs-2.6.git] / Documentation / media / uapi / dvb / dmx-fclose.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. _dmx_fclose:
4
5 =================
6 DVB demux close()
7 =================
8
9 Name
10 ----
11
12 DVB demux close()
13
14
15 Synopsis
16 --------
17
18 .. c:function:: int close(int fd)
19     :name: dvb-dmx-close
20
21
22 Arguments
23 ---------
24
25 ``fd``
26   File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
27
28 Description
29 -----------
30
31 This system call deactivates and deallocates a filter that was
32 previously allocated via the open() call.
33
34
35 Return Value
36 ------------
37
38 .. flat-table::
39     :header-rows:  0
40     :stub-columns: 0
41
42
43     -  .. row 1
44
45        -  ``EBADF``
46
47        -  fd is not a valid open file descriptor.