Merge remote-tracking branch 'iommu/next'
[deliverable/linux.git] / Documentation / media / uapi / dvb / dmx-fclose.rst
... / ...
CommitLineData
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _dmx_fclose:
4
5=================
6DVB demux close()
7=================
8
9Name
10----
11
12DVB demux close()
13
14
15Synopsis
16--------
17
18.. c:function:: int close(int fd)
19 :name: dvb-dmx-close
20
21
22Arguments
23---------
24
25``fd``
26 File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
27
28Description
29-----------
30
31This system call deactivates and deallocates a filter that was
32previously allocated via the open() call.
33
34
35Return 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.
This page took 0.036224 seconds and 5 git commands to generate.