2018-08-30 22:15:26 +08:00
|
|
|
.. Permission is granted to copy, distribute and/or modify this
|
|
|
|
.. document under the terms of the GNU Free Documentation License,
|
|
|
|
.. Version 1.1 or any later version published by the Free Software
|
|
|
|
.. Foundation, with no Invariant Sections, no Front-Cover Texts
|
|
|
|
.. and no Back-Cover Texts. A copy of the license is included at
|
|
|
|
.. Documentation/media/uapi/fdl-appendix.rst.
|
|
|
|
..
|
|
|
|
.. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
|
|
|
|
|
2016-07-05 21:37:31 +08:00
|
|
|
.. _CA_GET_CAP:
|
|
|
|
|
2016-07-05 18:58:48 +08:00
|
|
|
==========
|
2016-07-05 21:37:31 +08:00
|
|
|
CA_GET_CAP
|
|
|
|
==========
|
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
Name
|
2016-07-05 18:58:48 +08:00
|
|
|
----
|
2016-07-05 21:37:31 +08:00
|
|
|
|
2016-07-05 18:58:48 +08:00
|
|
|
CA_GET_CAP
|
2016-07-05 21:37:31 +08:00
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
|
|
|
|
Synopsis
|
2016-07-05 21:37:31 +08:00
|
|
|
--------
|
|
|
|
|
2016-09-01 02:59:14 +08:00
|
|
|
.. c:function:: int ioctl(fd, CA_GET_CAP, struct ca_caps *caps)
|
2016-08-20 03:56:15 +08:00
|
|
|
:name: CA_GET_CAP
|
2016-07-05 21:37:31 +08:00
|
|
|
|
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
Arguments
|
2016-07-05 18:58:48 +08:00
|
|
|
---------
|
2016-07-05 21:37:31 +08:00
|
|
|
|
2016-08-20 03:56:15 +08:00
|
|
|
``fd``
|
|
|
|
File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
|
2016-07-05 21:37:31 +08:00
|
|
|
|
2016-08-20 03:56:15 +08:00
|
|
|
``caps``
|
2016-09-01 02:59:14 +08:00
|
|
|
Pointer to struct :c:type:`ca_caps`.
|
2016-09-01 00:07:43 +08:00
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
Description
|
2016-07-05 18:58:48 +08:00
|
|
|
-----------
|
|
|
|
|
2017-09-01 20:07:46 +08:00
|
|
|
Queries the Kernel for information about the available CA and descrambler
|
|
|
|
slots, and their types.
|
2016-07-05 18:58:48 +08:00
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
Return Value
|
2016-07-05 21:37:31 +08:00
|
|
|
------------
|
|
|
|
|
2017-09-01 20:07:46 +08:00
|
|
|
On success 0 is returned and :c:type:`ca_caps` is filled.
|
|
|
|
|
|
|
|
On error, -1 is returned and the ``errno`` variable is set
|
2017-09-02 00:15:43 +08:00
|
|
|
appropriately.
|
|
|
|
|
|
|
|
The generic error codes are described at the
|
2016-07-05 21:37:31 +08:00
|
|
|
:ref:`Generic Error Codes <gen-errors>` chapter.
|