···1515Synopsis1616--------17171818-.. c:function:: int ioctl(fd, CA_GET_DESCR_INFO, ca_descr_info_t *desc)1818+.. c:function:: int ioctl(fd, CA_GET_DESCR_INFO, struct ca_descr_info *desc)1919 :name: CA_GET_DESCR_INFO20202121Arguments
+1-1
Documentation/media/uapi/dvb/ca-get-msg.rst
···1515Synopsis1616--------17171818-.. c:function:: int ioctl(fd, CA_GET_MSG, ca_msg_t *msg)1818+.. c:function:: int ioctl(fd, CA_GET_MSG, struct ca_msg *msg)1919 :name: CA_GET_MSG20202121
+1-1
Documentation/media/uapi/dvb/ca-get-slot-info.rst
···1515Synopsis1616--------17171818-.. c:function:: int ioctl(fd, CA_GET_SLOT_INFO, ca_slot_info_t *info)1818+.. c:function:: int ioctl(fd, CA_GET_SLOT_INFO, struct ca_slot_info *info)1919 :name: CA_GET_SLOT_INFO20202121
+2-2
Documentation/media/uapi/dvb/ca-send-msg.rst
···1515Synopsis1616--------17171818-.. c:function:: int ioctl(fd, CA_SEND_MSG, ca_msg_t *msg)1818+.. c:function:: int ioctl(fd, CA_SEND_MSG, struct ca_msg *msg)1919 :name: CA_SEND_MSG20202121···2626 File descriptor returned by a previous call to :c:func:`open() <cec-open>`.27272828``msg``2929- Undocumented.2929+ Pointer to struct :c:type:`ca_msg`.303031313232Description
+3-3
Documentation/media/uapi/dvb/ca-set-descr.rst
···1515Synopsis1616--------17171818-.. c:function:: int ioctl(fd, CA_SET_DESCR, ca_descr_t *desc)1919- :name:1818+.. c:function:: int ioctl(fd, CA_SET_DESCR, struct ca_descr *desc)1919+ :name: CA_SET_DESCR202021212222Arguments···2626 File descriptor returned by a previous call to :c:func:`open() <cec-open>`.27272828``msg``2929- Undocumented.2929+ Pointer to struct :c:type:`ca_descr`.303031313232Description
+1-1
Documentation/media/uapi/dvb/ca-set-pid.rst
···1515Synopsis1616--------17171818-.. c:function:: int ioctl(fd, CA_SET_PID, ca_pid_t *pid)1818+.. c:function:: int ioctl(fd, CA_SET_PID, struct ca_pid *pid)1919 :name: CA_SET_PID20202121