Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / media / uapi / dvb / ca-reset.rst
blob29788325f90e58363043ba3225a33c3004486785
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _CA_RESET:
5 ========
6 CA_RESET
7 ========
9 Name
10 ----
12 CA_RESET
15 Synopsis
16 --------
18 .. c:function:: int ioctl(fd, CA_RESET)
19     :name: CA_RESET
22 Arguments
23 ---------
25 ``fd``
26   File descriptor returned by a previous call to :c:func:`open() <cec-open>`.
28 Description
29 -----------
31 Puts the Conditional Access hardware on its initial state. It should
32 be called before start using the CA hardware.
35 Return Value
36 ------------
38 On success 0 is returned.
40 On error -1 is returned, and the ``errno`` variable is set
41 appropriately.
43 Generic error codes are described at the
44 :ref:`Generic Error Codes <gen-errors>` chapter.