doc-rst: linux_tv: split DVB function call documentation
[deliverable/linux.git] / Documentation / linux_tv / media / dvb / ca-reset.rst
CommitLineData
47d23e36
MCC
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _CA_RESET:
4
5CA_RESET
6========
7
8Description
9-----------
10
11This ioctl is undocumented. Documentation is welcome.
12
13Synopsis
14--------
15
16.. cpp:function:: int ioctl(fd, int request = CA_RESET)
17
18Arguments
19----------
20
21
22
23.. flat-table::
24 :header-rows: 0
25 :stub-columns: 0
26
27
28 - .. row 1
29
30 - int fd
31
32 - File descriptor returned by a previous call to open().
33
34 - .. row 2
35
36 - int request
37
38 - Equals CA_RESET for this command.
39
40
41Return Value
42------------
43
44On success 0 is returned, on error -1 and the ``errno`` variable is set
45appropriately. The generic error codes are described at the
46:ref:`Generic Error Codes <gen-errors>` chapter.
47
48
This page took 0.027124 seconds and 5 git commands to generate.