Commit 5929cb17 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

doc-rst: linux_tv: use :cpp:function:: on all syscalls

Now that we have one syscall per page, using :cpp:function::
cleans up almost all warnings, with is a great thing.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 15e7d615
...@@ -15,7 +15,7 @@ AUDIO_BILINGUAL_CHANNEL_SELECT ...@@ -15,7 +15,7 @@ AUDIO_BILINGUAL_CHANNEL_SELECT
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_BILINGUAL_CHANNEL_SELECT, audio_channel_select_t) .. cpp:function:: int ioctl(int fd, int request = AUDIO_BILINGUAL_CHANNEL_SELECT, audio_channel_select_t)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_CHANNEL_SELECT ...@@ -15,7 +15,7 @@ AUDIO_CHANNEL_SELECT
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_CHANNEL_SELECT, audio_channel_select_t) .. cpp:function:: int ioctl(int fd, int request = AUDIO_CHANNEL_SELECT, audio_channel_select_t)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_CLEAR_BUFFER ...@@ -15,7 +15,7 @@ AUDIO_CLEAR_BUFFER
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_CLEAR_BUFFER) .. cpp:function:: int ioctl(int fd, int request = AUDIO_CLEAR_BUFFER)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_CONTINUE ...@@ -15,7 +15,7 @@ AUDIO_CONTINUE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_CONTINUE) .. cpp:function:: int ioctl(int fd, int request = AUDIO_CONTINUE)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DVB audio close() ...@@ -15,7 +15,7 @@ DVB audio close()
Synopsis Synopsis
-------- --------
.. c:function:: int close(int fd) .. cpp:function:: int close(int fd)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DVB audio open() ...@@ -15,7 +15,7 @@ DVB audio open()
Synopsis Synopsis
-------- --------
.. c:function:: int open(const char *deviceName, int flags) .. cpp:function:: int open(const char *deviceName, int flags)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DVB audio write() ...@@ -15,7 +15,7 @@ DVB audio write()
Synopsis Synopsis
-------- --------
.. c:function:: size_t write(int fd, const void *buf, size_t count) .. cpp:function:: size_t write(int fd, const void *buf, size_t count)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_GET_CAPABILITIES ...@@ -15,7 +15,7 @@ AUDIO_GET_CAPABILITIES
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_GET_CAPABILITIES, unsigned int *cap) .. cpp:function:: int ioctl(int fd, int request = AUDIO_GET_CAPABILITIES, unsigned int *cap)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_GET_PTS ...@@ -15,7 +15,7 @@ AUDIO_GET_PTS
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_GET_PTS, __u64 *pts) .. cpp:function:: int ioctl(int fd, int request = AUDIO_GET_PTS, __u64 *pts)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_GET_STATUS ...@@ -15,7 +15,7 @@ AUDIO_GET_STATUS
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_GET_STATUS, struct audio_status *status) .. cpp:function:: int ioctl(int fd, int request = AUDIO_GET_STATUS, struct audio_status *status)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_PAUSE ...@@ -15,7 +15,7 @@ AUDIO_PAUSE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_PAUSE) .. cpp:function:: int ioctl(int fd, int request = AUDIO_PAUSE)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_PLAY ...@@ -15,7 +15,7 @@ AUDIO_PLAY
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_PLAY) .. cpp:function:: int ioctl(int fd, int request = AUDIO_PLAY)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_SELECT_SOURCE ...@@ -15,7 +15,7 @@ AUDIO_SELECT_SOURCE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_SELECT_SOURCE, audio_stream_source_t source) .. cpp:function:: int ioctl(int fd, int request = AUDIO_SELECT_SOURCE, audio_stream_source_t source)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_SET_ATTRIBUTES ...@@ -15,7 +15,7 @@ AUDIO_SET_ATTRIBUTES
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = AUDIO_SET_ATTRIBUTES, audio_attributes_t attr ) .. cpp:function:: int ioctl(fd, int request = AUDIO_SET_ATTRIBUTES, audio_attributes_t attr )
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_SET_AV_SYNC ...@@ -15,7 +15,7 @@ AUDIO_SET_AV_SYNC
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_SET_AV_SYNC, boolean state) .. cpp:function:: int ioctl(int fd, int request = AUDIO_SET_AV_SYNC, boolean state)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_SET_BYPASS_MODE ...@@ -15,7 +15,7 @@ AUDIO_SET_BYPASS_MODE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_SET_BYPASS_MODE, boolean mode) .. cpp:function:: int ioctl(int fd, int request = AUDIO_SET_BYPASS_MODE, boolean mode)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_SET_EXT_ID ...@@ -15,7 +15,7 @@ AUDIO_SET_EXT_ID
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = AUDIO_SET_EXT_ID, int id) .. cpp:function:: int ioctl(fd, int request = AUDIO_SET_EXT_ID, int id)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_SET_ID ...@@ -15,7 +15,7 @@ AUDIO_SET_ID
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_SET_ID, int id) .. cpp:function:: int ioctl(int fd, int request = AUDIO_SET_ID, int id)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_SET_KARAOKE ...@@ -15,7 +15,7 @@ AUDIO_SET_KARAOKE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = AUDIO_SET_KARAOKE, audio_karaoke_t *karaoke) .. cpp:function:: int ioctl(fd, int request = AUDIO_SET_KARAOKE, audio_karaoke_t *karaoke)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_SET_MIXER ...@@ -15,7 +15,7 @@ AUDIO_SET_MIXER
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_SET_MIXER, audio_mixer_t *mix) .. cpp:function:: int ioctl(int fd, int request = AUDIO_SET_MIXER, audio_mixer_t *mix)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_SET_MUTE ...@@ -15,7 +15,7 @@ AUDIO_SET_MUTE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_SET_MUTE, boolean state) .. cpp:function:: int ioctl(int fd, int request = AUDIO_SET_MUTE, boolean state)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_SET_STREAMTYPE ...@@ -15,7 +15,7 @@ AUDIO_SET_STREAMTYPE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = AUDIO_SET_STREAMTYPE, int type) .. cpp:function:: int ioctl(fd, int request = AUDIO_SET_STREAMTYPE, int type)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ AUDIO_STOP ...@@ -15,7 +15,7 @@ AUDIO_STOP
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_STOP) .. cpp:function:: int ioctl(int fd, int request = AUDIO_STOP)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DMX_ADD_PID ...@@ -15,7 +15,7 @@ DMX_ADD_PID
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = DMX_ADD_PID, __u16 *) .. cpp:function:: int ioctl(fd, int request = DMX_ADD_PID, __u16 *)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DVB demux close() ...@@ -15,7 +15,7 @@ DVB demux close()
Synopsis Synopsis
-------- --------
.. c:function:: int close(int fd) .. cpp:function:: int close(int fd)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DVB demux open() ...@@ -15,7 +15,7 @@ DVB demux open()
Synopsis Synopsis
-------- --------
.. c:function:: int open(const char *deviceName, int flags) .. cpp:function:: int open(const char *deviceName, int flags)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DVB demux read() ...@@ -15,7 +15,7 @@ DVB demux read()
Synopsis Synopsis
-------- --------
.. c:function:: size_t read(int fd, void *buf, size_t count) .. cpp:function:: size_t read(int fd, void *buf, size_t count)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DVB demux write() ...@@ -15,7 +15,7 @@ DVB demux write()
Synopsis Synopsis
-------- --------
.. c:function:: ssize_t write(int fd, const void *buf, size_t count) .. cpp:function:: ssize_t write(int fd, const void *buf, size_t count)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DMX_GET_CAPS ...@@ -15,7 +15,7 @@ DMX_GET_CAPS
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = DMX_GET_CAPS, dmx_caps_t *) .. cpp:function:: int ioctl(fd, int request = DMX_GET_CAPS, dmx_caps_t *)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DMX_GET_EVENT ...@@ -15,7 +15,7 @@ DMX_GET_EVENT
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl( int fd, int request = DMX_GET_EVENT, struct dmx_event *ev) .. cpp:function:: int ioctl( int fd, int request = DMX_GET_EVENT, struct dmx_event *ev)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DMX_GET_PES_PIDS ...@@ -15,7 +15,7 @@ DMX_GET_PES_PIDS
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = DMX_GET_PES_PIDS, __u16[5]) .. cpp:function:: int ioctl(fd, int request = DMX_GET_PES_PIDS, __u16[5])
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DMX_GET_STC ...@@ -15,7 +15,7 @@ DMX_GET_STC
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl( int fd, int request = DMX_GET_STC, struct dmx_stc *stc) .. cpp:function:: int ioctl( int fd, int request = DMX_GET_STC, struct dmx_stc *stc)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DMX_REMOVE_PID ...@@ -15,7 +15,7 @@ DMX_REMOVE_PID
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = DMX_REMOVE_PID, __u16 *) .. cpp:function:: int ioctl(fd, int request = DMX_REMOVE_PID, __u16 *)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DMX_SET_BUFFER_SIZE ...@@ -15,7 +15,7 @@ DMX_SET_BUFFER_SIZE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl( int fd, int request = DMX_SET_BUFFER_SIZE, unsigned long size) .. cpp:function:: int ioctl( int fd, int request = DMX_SET_BUFFER_SIZE, unsigned long size)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DMX_SET_FILTER ...@@ -15,7 +15,7 @@ DMX_SET_FILTER
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl( int fd, int request = DMX_SET_FILTER, struct dmx_sct_filter_params *params) .. cpp:function:: int ioctl( int fd, int request = DMX_SET_FILTER, struct dmx_sct_filter_params *params)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DMX_SET_PES_FILTER ...@@ -15,7 +15,7 @@ DMX_SET_PES_FILTER
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl( int fd, int request = DMX_SET_PES_FILTER, struct dmx_pes_filter_params *params) .. cpp:function:: int ioctl( int fd, int request = DMX_SET_PES_FILTER, struct dmx_pes_filter_params *params)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DMX_SET_SOURCE ...@@ -15,7 +15,7 @@ DMX_SET_SOURCE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = DMX_SET_SOURCE, dmx_source_t *) .. cpp:function:: int ioctl(fd, int request = DMX_SET_SOURCE, dmx_source_t *)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DMX_START ...@@ -15,7 +15,7 @@ DMX_START
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl( int fd, int request = DMX_START) .. cpp:function:: int ioctl( int fd, int request = DMX_START)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ DMX_STOP ...@@ -15,7 +15,7 @@ DMX_STOP
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl( int fd, int request = DMX_STOP) .. cpp:function:: int ioctl( int fd, int request = DMX_STOP)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ FE_DISEQC_SEND_BURST - Sends a 22KHz tone burst for 2x1 mini DiSEqC satellite se ...@@ -15,7 +15,7 @@ FE_DISEQC_SEND_BURST - Sends a 22KHz tone burst for 2x1 mini DiSEqC satellite se
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request, enum fe_sec_mini_cmd *tone ) .. cpp:function:: int ioctl( int fd, int request, enum fe_sec_mini_cmd *tone )
Arguments Arguments
......
...@@ -37,17 +37,11 @@ Description ...@@ -37,17 +37,11 @@ Description
Sends a DiSEqC command to the antenna subsystem. Sends a DiSEqC command to the antenna subsystem.
Return Value
============
On success 0 is returned, on error -1 and the ``errno`` variable is set
appropriately. The generic error codes are described at the
:ref:`Generic Error Codes <gen-errors>` chapter.
.. _dvb-diseqc-master-cmd: .. _dvb-diseqc-master-cmd:
struct dvb_diseqc_master_cmd
============================
.. flat-table:: struct dvb_diseqc_master_cmd .. flat-table:: struct dvb_diseqc_master_cmd
:header-rows: 0 :header-rows: 0
:stub-columns: 0 :stub-columns: 0
...@@ -69,3 +63,11 @@ appropriately. The generic error codes are described at the ...@@ -69,3 +63,11 @@ appropriately. The generic error codes are described at the
- msg_len - msg_len
- Length of the DiSEqC message. Valid values are 3 to 6 - Length of the DiSEqC message. Valid values are 3 to 6
Return Value
============
On success 0 is returned, on error -1 and the ``errno`` variable is set
appropriately. The generic error codes are described at the
:ref:`Generic Error Codes <gen-errors>` chapter.
...@@ -15,7 +15,7 @@ FE_DISHNETWORK_SEND_LEGACY_CMD ...@@ -15,7 +15,7 @@ FE_DISHNETWORK_SEND_LEGACY_CMD
Synopsis Synopsis
======== ========
.. c:function:: int ioctl(int fd, int request = FE_DISHNETWORK_SEND_LEGACY_CMD, unsigned long cmd) .. cpp:function:: int ioctl(int fd, int request = FE_DISHNETWORK_SEND_LEGACY_CMD, unsigned long cmd)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ FE_GET_EVENT ...@@ -15,7 +15,7 @@ FE_GET_EVENT
Synopsis Synopsis
======== ========
.. c:function:: int ioctl(int fd, int request = QPSK_GET_EVENT, struct dvb_frontend_event *ev) .. cpp:function:: int ioctl(int fd, int request = QPSK_GET_EVENT, struct dvb_frontend_event *ev)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ FE_GET_FRONTEND ...@@ -15,7 +15,7 @@ FE_GET_FRONTEND
Synopsis Synopsis
======== ========
.. c:function:: int ioctl(int fd, int request = FE_GET_FRONTEND, struct dvb_frontend_parameters *p) .. cpp:function:: int ioctl(int fd, int request = FE_GET_FRONTEND, struct dvb_frontend_parameters *p)
Arguments Arguments
......
...@@ -14,7 +14,7 @@ FE_READ_BER ...@@ -14,7 +14,7 @@ FE_READ_BER
Synopsis Synopsis
======== ========
.. c:function:: int ioctl(int fd, int request = FE_READ_BER, uint32_t *ber) .. cpp:function:: int ioctl(int fd, int request = FE_READ_BER, uint32_t *ber)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ FE_READ_SIGNAL_STRENGTH ...@@ -15,7 +15,7 @@ FE_READ_SIGNAL_STRENGTH
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request = FE_READ_SIGNAL_STRENGTH, uint16_t *strength) .. cpp:function:: int ioctl( int fd, int request = FE_READ_SIGNAL_STRENGTH, uint16_t *strength)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ FE_READ_SNR ...@@ -15,7 +15,7 @@ FE_READ_SNR
Synopsis Synopsis
======== ========
.. c:function:: int ioctl(int fd, int request = FE_READ_SNR, int16_t *snr) .. cpp:function:: int ioctl(int fd, int request = FE_READ_SNR, int16_t *snr)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ FE_READ_UNCORRECTED_BLOCKS ...@@ -15,7 +15,7 @@ FE_READ_UNCORRECTED_BLOCKS
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request =FE_READ_UNCORRECTED_BLOCKS, uint32_t *ublocks) .. cpp:function:: int ioctl( int fd, int request =FE_READ_UNCORRECTED_BLOCKS, uint32_t *ublocks)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ FE_SET_FRONTEND ...@@ -15,7 +15,7 @@ FE_SET_FRONTEND
Synopsis Synopsis
======== ========
.. c:function:: int ioctl(int fd, int request = FE_SET_FRONTEND, struct dvb_frontend_parameters *p) .. cpp:function:: int ioctl(int fd, int request = FE_SET_FRONTEND, struct dvb_frontend_parameters *p)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ FE_SET_TONE - Sets/resets the generation of the continuous 22kHz tone. ...@@ -15,7 +15,7 @@ FE_SET_TONE - Sets/resets the generation of the continuous 22kHz tone.
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request, enum fe_sec_tone_mode *tone ) .. cpp:function:: int ioctl( int fd, int request, enum fe_sec_tone_mode *tone )
Arguments Arguments
......
...@@ -15,7 +15,7 @@ FE_SET_VOLTAGE - Allow setting the DC level sent to the antenna subsystem. ...@@ -15,7 +15,7 @@ FE_SET_VOLTAGE - Allow setting the DC level sent to the antenna subsystem.
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request, enum fe_sec_voltage *voltage ) .. cpp:function:: int ioctl( int fd, int request, enum fe_sec_voltage *voltage )
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_CLEAR_BUFFER ...@@ -15,7 +15,7 @@ VIDEO_CLEAR_BUFFER
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_CLEAR_BUFFER) .. cpp:function:: int ioctl(fd, int request = VIDEO_CLEAR_BUFFER)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_COMMAND ...@@ -15,7 +15,7 @@ VIDEO_COMMAND
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = VIDEO_COMMAND, struct video_command *cmd) .. cpp:function:: int ioctl(int fd, int request = VIDEO_COMMAND, struct video_command *cmd)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_CONTINUE ...@@ -15,7 +15,7 @@ VIDEO_CONTINUE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_CONTINUE) .. cpp:function:: int ioctl(fd, int request = VIDEO_CONTINUE)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_FAST_FORWARD ...@@ -15,7 +15,7 @@ VIDEO_FAST_FORWARD
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_FAST_FORWARD, int nFrames) .. cpp:function:: int ioctl(fd, int request = VIDEO_FAST_FORWARD, int nFrames)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ dvb video close() ...@@ -15,7 +15,7 @@ dvb video close()
Synopsis Synopsis
-------- --------
.. c:function:: int close(int fd) .. cpp:function:: int close(int fd)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ dvb video open() ...@@ -15,7 +15,7 @@ dvb video open()
Synopsis Synopsis
-------- --------
.. c:function:: int open(const char *deviceName, int flags) .. cpp:function:: int open(const char *deviceName, int flags)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_FREEZE ...@@ -15,7 +15,7 @@ VIDEO_FREEZE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_FREEZE) .. cpp:function:: int ioctl(fd, int request = VIDEO_FREEZE)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ dvb video write() ...@@ -15,7 +15,7 @@ dvb video write()
Synopsis Synopsis
-------- --------
.. c:function:: size_t write(int fd, const void *buf, size_t count) .. cpp:function:: size_t write(int fd, const void *buf, size_t count)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_GET_CAPABILITIES ...@@ -15,7 +15,7 @@ VIDEO_GET_CAPABILITIES
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_GET_CAPABILITIES, unsigned int *cap) .. cpp:function:: int ioctl(fd, int request = VIDEO_GET_CAPABILITIES, unsigned int *cap)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_GET_EVENT ...@@ -15,7 +15,7 @@ VIDEO_GET_EVENT
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_GET_EVENT, struct video_event *ev) .. cpp:function:: int ioctl(fd, int request = VIDEO_GET_EVENT, struct video_event *ev)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_GET_FRAME_COUNT ...@@ -15,7 +15,7 @@ VIDEO_GET_FRAME_COUNT
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = VIDEO_GET_FRAME_COUNT, __u64 *pts) .. cpp:function:: int ioctl(int fd, int request = VIDEO_GET_FRAME_COUNT, __u64 *pts)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_GET_FRAME_RATE ...@@ -15,7 +15,7 @@ VIDEO_GET_FRAME_RATE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = VIDEO_GET_FRAME_RATE, unsigned int *rate) .. cpp:function:: int ioctl(int fd, int request = VIDEO_GET_FRAME_RATE, unsigned int *rate)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_GET_NAVI ...@@ -15,7 +15,7 @@ VIDEO_GET_NAVI
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_GET_NAVI , video_navi_pack_t *navipack) .. cpp:function:: int ioctl(fd, int request = VIDEO_GET_NAVI , video_navi_pack_t *navipack)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_GET_PTS ...@@ -15,7 +15,7 @@ VIDEO_GET_PTS
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = VIDEO_GET_PTS, __u64 *pts) .. cpp:function:: int ioctl(int fd, int request = VIDEO_GET_PTS, __u64 *pts)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_GET_SIZE ...@@ -15,7 +15,7 @@ VIDEO_GET_SIZE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = VIDEO_GET_SIZE, video_size_t *size) .. cpp:function:: int ioctl(int fd, int request = VIDEO_GET_SIZE, video_size_t *size)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_GET_STATUS ...@@ -15,7 +15,7 @@ VIDEO_GET_STATUS
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_GET_STATUS, struct video_status *status) .. cpp:function:: int ioctl(fd, int request = VIDEO_GET_STATUS, struct video_status *status)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_PLAY ...@@ -15,7 +15,7 @@ VIDEO_PLAY
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_PLAY) .. cpp:function:: int ioctl(fd, int request = VIDEO_PLAY)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_SELECT_SOURCE ...@@ -15,7 +15,7 @@ VIDEO_SELECT_SOURCE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SELECT_SOURCE, video_stream_source_t source) .. cpp:function:: int ioctl(fd, int request = VIDEO_SELECT_SOURCE, video_stream_source_t source)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_SET_ATTRIBUTES ...@@ -15,7 +15,7 @@ VIDEO_SET_ATTRIBUTES
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SET_ATTRIBUTE ,video_attributes_t vattr) .. cpp:function:: int ioctl(fd, int request = VIDEO_SET_ATTRIBUTE ,video_attributes_t vattr)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_SET_BLANK ...@@ -15,7 +15,7 @@ VIDEO_SET_BLANK
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SET_BLANK, boolean mode) .. cpp:function:: int ioctl(fd, int request = VIDEO_SET_BLANK, boolean mode)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_SET_DISPLAY_FORMAT ...@@ -15,7 +15,7 @@ VIDEO_SET_DISPLAY_FORMAT
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SET_DISPLAY_FORMAT, video_display_format_t format) .. cpp:function:: int ioctl(fd, int request = VIDEO_SET_DISPLAY_FORMAT, video_display_format_t format)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_SET_FORMAT ...@@ -15,7 +15,7 @@ VIDEO_SET_FORMAT
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SET_FORMAT, video_format_t format) .. cpp:function:: int ioctl(fd, int request = VIDEO_SET_FORMAT, video_format_t format)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_SET_HIGHLIGHT ...@@ -15,7 +15,7 @@ VIDEO_SET_HIGHLIGHT
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SET_HIGHLIGHT ,video_highlight_t *vhilite) .. cpp:function:: int ioctl(fd, int request = VIDEO_SET_HIGHLIGHT ,video_highlight_t *vhilite)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_SET_ID ...@@ -15,7 +15,7 @@ VIDEO_SET_ID
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = VIDEO_SET_ID, int id) .. cpp:function:: int ioctl(int fd, int request = VIDEO_SET_ID, int id)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_SET_SPU_PALETTE ...@@ -15,7 +15,7 @@ VIDEO_SET_SPU_PALETTE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SET_SPU_PALETTE, video_spu_palette_t *palette ) .. cpp:function:: int ioctl(fd, int request = VIDEO_SET_SPU_PALETTE, video_spu_palette_t *palette )
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_SET_SPU ...@@ -15,7 +15,7 @@ VIDEO_SET_SPU
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SET_SPU , video_spu_t *spu) .. cpp:function:: int ioctl(fd, int request = VIDEO_SET_SPU , video_spu_t *spu)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_SET_STREAMTYPE ...@@ -15,7 +15,7 @@ VIDEO_SET_STREAMTYPE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SET_STREAMTYPE, int type) .. cpp:function:: int ioctl(fd, int request = VIDEO_SET_STREAMTYPE, int type)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_SET_SYSTEM ...@@ -15,7 +15,7 @@ VIDEO_SET_SYSTEM
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SET_SYSTEM , video_system_t system) .. cpp:function:: int ioctl(fd, int request = VIDEO_SET_SYSTEM , video_system_t system)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_SLOWMOTION ...@@ -15,7 +15,7 @@ VIDEO_SLOWMOTION
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SLOWMOTION, int nFrames) .. cpp:function:: int ioctl(fd, int request = VIDEO_SLOWMOTION, int nFrames)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_STILLPICTURE ...@@ -15,7 +15,7 @@ VIDEO_STILLPICTURE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_STILLPICTURE, struct video_still_picture *sp) .. cpp:function:: int ioctl(fd, int request = VIDEO_STILLPICTURE, struct video_still_picture *sp)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_STOP ...@@ -15,7 +15,7 @@ VIDEO_STOP
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_STOP, boolean mode) .. cpp:function:: int ioctl(fd, int request = VIDEO_STOP, boolean mode)
Arguments Arguments
......
...@@ -15,7 +15,7 @@ VIDEO_TRY_COMMAND ...@@ -15,7 +15,7 @@ VIDEO_TRY_COMMAND
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = VIDEO_TRY_COMMAND, struct video_command *cmd) .. cpp:function:: int ioctl(int fd, int request = VIDEO_TRY_COMMAND, struct video_command *cmd)
Arguments Arguments
......
...@@ -15,9 +15,9 @@ VIDIOC_G_PRIORITY - VIDIOC_S_PRIORITY - Query or request the access priority ass ...@@ -15,9 +15,9 @@ VIDIOC_G_PRIORITY - VIDIOC_S_PRIORITY - Query or request the access priority ass
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request, enum v4l2_priority *argp ) .. cpp:function:: int ioctl( int fd, int request, enum v4l2_priority *argp )
.. c:function:: int ioctl( int fd, int request, const enum v4l2_priority *argp ) .. cpp:function:: int ioctl( int fd, int request, const enum v4l2_priority *argp )
Arguments Arguments
......
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