WIP FPC-III support
[linux/fpc-iii.git] / Documentation / userspace-api / media / dvb / ca-reset.rst
blobb01ca48f0b50e58a06c684978bfbadd016150a08
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2 .. c:namespace:: DTV.ca
4 .. _CA_RESET:
6 ========
7 CA_RESET
8 ========
10 Name
11 ----
13 CA_RESET
15 Synopsis
16 --------
18 .. c:macro:: CA_RESET
20 ``int ioctl(fd, CA_RESET)``
22 Arguments
23 ---------
25 ``fd``
26   File descriptor returned by a previous call to :c:func:`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.
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.