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: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
15e7d6158e
commit
5929cb1769
|
@ -15,7 +15,7 @@ AUDIO_BILINGUAL_CHANNEL_SELECT
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_CHANNEL_SELECT
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_CLEAR_BUFFER
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int ioctl(int fd, int request = AUDIO_CLEAR_BUFFER)
|
||||
.. cpp:function:: int ioctl(int fd, int request = AUDIO_CLEAR_BUFFER)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_CONTINUE
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int ioctl(int fd, int request = AUDIO_CONTINUE)
|
||||
.. cpp:function:: int ioctl(int fd, int request = AUDIO_CONTINUE)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ DVB audio close()
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int close(int fd)
|
||||
.. cpp:function:: int close(int fd)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ DVB audio open()
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int open(const char *deviceName, int flags)
|
||||
.. cpp:function:: int open(const char *deviceName, int flags)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ DVB audio write()
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_GET_CAPABILITIES
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_GET_PTS
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_GET_STATUS
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_PAUSE
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int ioctl(int fd, int request = AUDIO_PAUSE)
|
||||
.. cpp:function:: int ioctl(int fd, int request = AUDIO_PAUSE)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_PLAY
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int ioctl(int fd, int request = AUDIO_PLAY)
|
||||
.. cpp:function:: int ioctl(int fd, int request = AUDIO_PLAY)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_SELECT_SOURCE
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_SET_ATTRIBUTES
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_SET_AV_SYNC
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_SET_BYPASS_MODE
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_SET_EXT_ID
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_SET_ID
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_SET_KARAOKE
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_SET_MIXER
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_SET_MUTE
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_SET_STREAMTYPE
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ AUDIO_STOP
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int ioctl(int fd, int request = AUDIO_STOP)
|
||||
.. cpp:function:: int ioctl(int fd, int request = AUDIO_STOP)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ DMX_ADD_PID
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int ioctl(fd, int request = DMX_ADD_PID, __u16 *)
|
||||
.. cpp:function:: int ioctl(fd, int request = DMX_ADD_PID, __u16 *)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ DVB demux close()
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int close(int fd)
|
||||
.. cpp:function:: int close(int fd)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ DVB demux open()
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int open(const char *deviceName, int flags)
|
||||
.. cpp:function:: int open(const char *deviceName, int flags)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ DVB demux read()
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ DVB demux write()
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ DMX_GET_CAPS
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ DMX_GET_EVENT
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ DMX_GET_PES_PIDS
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ DMX_GET_STC
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ DMX_REMOVE_PID
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int ioctl(fd, int request = DMX_REMOVE_PID, __u16 *)
|
||||
.. cpp:function:: int ioctl(fd, int request = DMX_REMOVE_PID, __u16 *)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ DMX_SET_BUFFER_SIZE
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ DMX_SET_FILTER
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ DMX_SET_PES_FILTER
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ DMX_SET_SOURCE
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ DMX_START
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int ioctl( int fd, int request = DMX_START)
|
||||
.. cpp:function:: int ioctl( int fd, int request = DMX_START)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ DMX_STOP
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int ioctl( int fd, int request = DMX_STOP)
|
||||
.. cpp:function:: int ioctl( int fd, int request = DMX_STOP)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ FE_DISEQC_SEND_BURST - Sends a 22KHz tone burst for 2x1 mini DiSEqC satellite se
|
|||
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
|
||||
|
|
|
@ -37,17 +37,11 @@ Description
|
|||
|
||||
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:
|
||||
|
||||
struct dvb_diseqc_master_cmd
|
||||
============================
|
||||
|
||||
.. flat-table:: struct dvb_diseqc_master_cmd
|
||||
:header-rows: 0
|
||||
:stub-columns: 0
|
||||
|
@ -69,3 +63,11 @@ appropriately. The generic error codes are described at the
|
|||
- msg_len
|
||||
|
||||
- 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
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ FE_GET_EVENT
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ FE_GET_FRONTEND
|
|||
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
|
||||
|
|
|
@ -14,7 +14,7 @@ FE_READ_BER
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ FE_READ_SIGNAL_STRENGTH
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ FE_READ_SNR
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ FE_READ_UNCORRECTED_BLOCKS
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ FE_SET_FRONTEND
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ FE_SET_TONE - Sets/resets the generation of the continuous 22kHz tone.
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ FE_SET_VOLTAGE - Allow setting the DC level sent to the antenna subsystem.
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_CLEAR_BUFFER
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int ioctl(fd, int request = VIDEO_CLEAR_BUFFER)
|
||||
.. cpp:function:: int ioctl(fd, int request = VIDEO_CLEAR_BUFFER)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_COMMAND
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_CONTINUE
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int ioctl(fd, int request = VIDEO_CONTINUE)
|
||||
.. cpp:function:: int ioctl(fd, int request = VIDEO_CONTINUE)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_FAST_FORWARD
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ dvb video close()
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int close(int fd)
|
||||
.. cpp:function:: int close(int fd)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ dvb video open()
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int open(const char *deviceName, int flags)
|
||||
.. cpp:function:: int open(const char *deviceName, int flags)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_FREEZE
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int ioctl(fd, int request = VIDEO_FREEZE)
|
||||
.. cpp:function:: int ioctl(fd, int request = VIDEO_FREEZE)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ dvb video write()
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_GET_CAPABILITIES
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_GET_EVENT
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_GET_FRAME_COUNT
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_GET_FRAME_RATE
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_GET_NAVI
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_GET_PTS
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_GET_SIZE
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_GET_STATUS
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_PLAY
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int ioctl(fd, int request = VIDEO_PLAY)
|
||||
.. cpp:function:: int ioctl(fd, int request = VIDEO_PLAY)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_SELECT_SOURCE
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_SET_ATTRIBUTES
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_SET_BLANK
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_SET_DISPLAY_FORMAT
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_SET_FORMAT
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_SET_HIGHLIGHT
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_SET_ID
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_SET_SPU_PALETTE
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_SET_SPU
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_SET_STREAMTYPE
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_SET_SYSTEM
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_SLOWMOTION
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int ioctl(fd, int request = VIDEO_SLOWMOTION, int nFrames)
|
||||
.. cpp:function:: int ioctl(fd, int request = VIDEO_SLOWMOTION, int nFrames)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_STILLPICTURE
|
|||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_STOP
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
.. c:function:: int ioctl(fd, int request = VIDEO_STOP, boolean mode)
|
||||
.. cpp:function:: int ioctl(fd, int request = VIDEO_STOP, boolean mode)
|
||||
|
||||
|
||||
Arguments
|
||||
|
|
|
@ -15,7 +15,7 @@ VIDEO_TRY_COMMAND
|
|||
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
|
||||
|
|
|
@ -15,9 +15,9 @@ VIDIOC_G_PRIORITY - VIDIOC_S_PRIORITY - Query or request the access priority ass
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue