Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / media / uapi / dvb / ca-fclose.rst
blobe84bbfcfa1846d946b0f82d4c02c751ed9b07c76
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _ca_fclose:
5 =====================
6 Digital TV CA close()
7 =====================
9 Name
10 ----
12 Digital TV CA close()
15 Synopsis
16 --------
18 .. c:function:: int close(int fd)
19     :name: dvb-ca-close
22 Arguments
23 ---------
25 ``fd``
26   File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
28 Description
29 -----------
31 This system call closes a previously opened CA device.
34 Return Value
35 ------------
37 On success 0 is returned.
39 On error -1 is returned, and the ``errno`` variable is set
40 appropriately.
42 Generic error codes are described at the
43 :ref:`Generic Error Codes <gen-errors>` chapter.