Commit 189d7243 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] docs-rst: fix the remaining broken links for DVB CA API

Several links are broken, as they were using the typedef
name, instead of using the corresponding structs. Fix them.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent cdb1c896
...@@ -15,7 +15,7 @@ CA_GET_CAP ...@@ -15,7 +15,7 @@ CA_GET_CAP
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, CA_GET_CAP, ca_caps_t *caps) .. c:function:: int ioctl(fd, CA_GET_CAP, struct ca_caps *caps)
:name: CA_GET_CAP :name: CA_GET_CAP
...@@ -26,7 +26,7 @@ Arguments ...@@ -26,7 +26,7 @@ Arguments
File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`. File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
``caps`` ``caps``
struct :c:type:`ca_caps` pointer Pointer to struct :c:type:`ca_caps`.
.. c:type:: struct ca_caps .. c:type:: struct ca_caps
......
...@@ -15,7 +15,7 @@ CA_GET_DESCR_INFO ...@@ -15,7 +15,7 @@ CA_GET_DESCR_INFO
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, CA_GET_DESCR_INFO, ca_descr_info_t *desc) .. c:function:: int ioctl(fd, CA_GET_DESCR_INFO, struct ca_descr_info *desc)
:name: CA_GET_DESCR_INFO :name: CA_GET_DESCR_INFO
Arguments Arguments
......
...@@ -15,7 +15,7 @@ CA_GET_MSG ...@@ -15,7 +15,7 @@ CA_GET_MSG
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, CA_GET_MSG, ca_msg_t *msg) .. c:function:: int ioctl(fd, CA_GET_MSG, struct ca_msg *msg)
:name: CA_GET_MSG :name: CA_GET_MSG
......
...@@ -15,7 +15,7 @@ CA_GET_SLOT_INFO ...@@ -15,7 +15,7 @@ CA_GET_SLOT_INFO
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, CA_GET_SLOT_INFO, ca_slot_info_t *info) .. c:function:: int ioctl(fd, CA_GET_SLOT_INFO, struct ca_slot_info *info)
:name: CA_GET_SLOT_INFO :name: CA_GET_SLOT_INFO
......
...@@ -15,7 +15,7 @@ CA_SEND_MSG ...@@ -15,7 +15,7 @@ CA_SEND_MSG
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, CA_SEND_MSG, ca_msg_t *msg) .. c:function:: int ioctl(fd, CA_SEND_MSG, struct ca_msg *msg)
:name: CA_SEND_MSG :name: CA_SEND_MSG
...@@ -26,7 +26,7 @@ Arguments ...@@ -26,7 +26,7 @@ Arguments
File descriptor returned by a previous call to :c:func:`open() <cec-open>`. File descriptor returned by a previous call to :c:func:`open() <cec-open>`.
``msg`` ``msg``
Undocumented. Pointer to struct :c:type:`ca_msg`.
Description Description
......
...@@ -15,8 +15,8 @@ CA_SET_DESCR ...@@ -15,8 +15,8 @@ CA_SET_DESCR
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, CA_SET_DESCR, ca_descr_t *desc) .. c:function:: int ioctl(fd, CA_SET_DESCR, struct ca_descr *desc)
:name: :name: CA_SET_DESCR
Arguments Arguments
...@@ -26,7 +26,7 @@ Arguments ...@@ -26,7 +26,7 @@ Arguments
File descriptor returned by a previous call to :c:func:`open() <cec-open>`. File descriptor returned by a previous call to :c:func:`open() <cec-open>`.
``msg`` ``msg``
Undocumented. Pointer to struct :c:type:`ca_descr`.
Description Description
......
...@@ -15,7 +15,7 @@ CA_SET_PID ...@@ -15,7 +15,7 @@ CA_SET_PID
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, CA_SET_PID, ca_pid_t *pid) .. c:function:: int ioctl(fd, CA_SET_PID, struct ca_pid *pid)
:name: CA_SET_PID :name: CA_SET_PID
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment