1
0
Fork 0

[media] docs-rst: Convert DVB uAPI to use C function references

Name all ioctl references and make them match the ioctls that
are documented. That will improve the cross-reference index,
as it will have all ioctls and syscalls there.

While here, improve the documentation, marking the deprecated
ioctls, and making the non-deprecated ones more like the rest
of the media book.

Also, add a notice for ioctls that still require documentation.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
hifive-unleashed-5.1
Mauro Carvalho Chehab 2016-08-19 16:56:15 -03:00
parent 41d804653e
commit cf8076c314
105 changed files with 470 additions and 1041 deletions

View File

@ -11,11 +11,13 @@ Name
AUDIO_BILINGUAL_CHANNEL_SELECT AUDIO_BILINGUAL_CHANNEL_SELECT
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_BILINGUAL_CHANNEL_SELECT, audio_channel_select_t) .. c:function:: int ioctl(int fd, AUDIO_BILINGUAL_CHANNEL_SELECT, audio_channel_select_t)
:name: AUDIO_BILINGUAL_CHANNEL_SELECT
Arguments Arguments
@ -25,20 +27,13 @@ Arguments
:header-rows: 0 :header-rows: 0
:stub-columns: 0 :stub-columns: 0
-
- .. row 1
- int fd - int fd
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2 -
- int request
- Equals AUDIO_BILINGUAL_CHANNEL_SELECT for this command.
- .. row 3
- audio_channel_select_t ch - audio_channel_select_t ch

View File

@ -11,11 +11,13 @@ Name
AUDIO_CHANNEL_SELECT AUDIO_CHANNEL_SELECT
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_CHANNEL_SELECT, audio_channel_select_t) .. c:function:: int ioctl(int fd, AUDIO_CHANNEL_SELECT, audio_channel_select_t)
:name: AUDIO_CHANNEL_SELECT
Arguments Arguments
@ -26,19 +28,13 @@ Arguments
:stub-columns: 0 :stub-columns: 0
- .. row 1 -
- int fd - int fd
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2 -
- int request
- Equals AUDIO_CHANNEL_SELECT for this command.
- .. row 3
- audio_channel_select_t ch - audio_channel_select_t ch

View File

@ -11,12 +11,13 @@ Name
AUDIO_CLEAR_BUFFER AUDIO_CLEAR_BUFFER
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_CLEAR_BUFFER) .. c:function:: int ioctl(int fd, AUDIO_CLEAR_BUFFER)
:name: AUDIO_CLEAR_BUFFER
Arguments Arguments
--------- ---------
@ -32,13 +33,6 @@ Arguments
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals AUDIO_CLEAR_BUFFER for this command.
Description Description
----------- -----------

View File

@ -11,11 +11,13 @@ Name
AUDIO_CONTINUE AUDIO_CONTINUE
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_CONTINUE) .. c:function:: int ioctl(int fd, AUDIO_CONTINUE)
:name: AUDIO_CONTINUE
Arguments Arguments
@ -32,13 +34,6 @@ Arguments
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals AUDIO_CONTINUE for this command.
Description Description
----------- -----------

View File

@ -11,11 +11,13 @@ Name
DVB audio close() DVB audio close()
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int close(int fd) .. c:function:: int close(int fd)
:name: dvb-audio-close
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
DVB audio open() DVB audio open()
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int open(const char *deviceName, int flags) .. c:function:: int open(const char *deviceName, int flags)
:name: dvb-audio-open
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
DVB audio write() DVB audio write()
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: size_t write(int fd, const void *buf, size_t count) .. c:function:: size_t write(int fd, const void *buf, size_t count)
:name: dvb-audio-write
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
AUDIO_GET_CAPABILITIES AUDIO_GET_CAPABILITIES
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_GET_CAPABILITIES, unsigned int *cap) .. c:function:: int ioctl(int fd, AUDIO_GET_CAPABILITIES, unsigned int *cap)
:name: AUDIO_GET_CAPABILITIES
Arguments Arguments
@ -26,19 +28,13 @@ Arguments
:stub-columns: 0 :stub-columns: 0
- .. row 1 -
- int fd - int fd
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2 -
- int request
- Equals AUDIO_GET_CAPABILITIES for this command.
- .. row 3
- unsigned int \*cap - unsigned int \*cap

View File

@ -11,11 +11,13 @@ Name
AUDIO_GET_PTS AUDIO_GET_PTS
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_GET_PTS, __u64 *pts) .. c:function:: int ioctl(int fd, AUDIO_GET_PTS, __u64 *pts)
:name: AUDIO_GET_PTS
Arguments Arguments
@ -26,19 +28,13 @@ Arguments
:stub-columns: 0 :stub-columns: 0
- .. row 1 -
- int fd - int fd
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2 -
- int request
- Equals AUDIO_GET_PTS for this command.
- .. row 3
- __u64 \*pts - __u64 \*pts

View File

@ -11,11 +11,13 @@ Name
AUDIO_GET_STATUS AUDIO_GET_STATUS
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_GET_STATUS, struct audio_status *status) .. c:function:: int ioctl(int fd, AUDIO_GET_STATUS, struct audio_status *status)
:name: AUDIO_GET_STATUS
Arguments Arguments
@ -26,19 +28,13 @@ Arguments
:stub-columns: 0 :stub-columns: 0
- .. row 1 -
- int fd - int fd
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2 -
- int request
- Equals AUDIO_GET_STATUS for this command.
- .. row 3
- struct audio_status \*status - struct audio_status \*status

View File

@ -11,12 +11,13 @@ Name
AUDIO_PAUSE AUDIO_PAUSE
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_PAUSE) .. c:function:: int ioctl(int fd, AUDIO_PAUSE)
:name: AUDIO_PAUSE
Arguments Arguments
--------- ---------
@ -32,12 +33,6 @@ Arguments
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals AUDIO_PAUSE for this command.
Description Description
----------- -----------

View File

@ -11,11 +11,13 @@ Name
AUDIO_PLAY AUDIO_PLAY
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_PLAY) .. c:function:: int ioctl(int fd, AUDIO_PLAY)
:name: AUDIO_PLAY
Arguments Arguments
@ -32,13 +34,6 @@ Arguments
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals AUDIO_PLAY for this command.
Description Description
----------- -----------

View File

@ -11,11 +11,13 @@ Name
AUDIO_SELECT_SOURCE AUDIO_SELECT_SOURCE
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_SELECT_SOURCE, audio_stream_source_t source) .. c:function:: int ioctl(int fd, AUDIO_SELECT_SOURCE, audio_stream_source_t source)
:name: AUDIO_SELECT_SOURCE
Arguments Arguments
@ -26,19 +28,13 @@ Arguments
:stub-columns: 0 :stub-columns: 0
- .. row 1 -
- int fd - int fd
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2 -
- int request
- Equals AUDIO_SELECT_SOURCE for this command.
- .. row 3
- audio_stream_source_t source - audio_stream_source_t source

View File

@ -11,12 +11,14 @@ Name
AUDIO_SET_ATTRIBUTES AUDIO_SET_ATTRIBUTES
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = AUDIO_SET_ATTRIBUTES, audio_attributes_t attr ) .. c:function:: int ioctl(fd, AUDIO_SET_ATTRIBUTES, audio_attributes_t attr )
:name: AUDIO_SET_ATTRIBUTES
Arguments Arguments
--------- ---------
@ -26,19 +28,13 @@ Arguments
:stub-columns: 0 :stub-columns: 0
- .. row 1 -
- int fd - int fd
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2 -
- int request
- Equals AUDIO_SET_ATTRIBUTES for this command.
- .. row 3
- audio_attributes_t attr - audio_attributes_t attr

View File

@ -11,11 +11,13 @@ Name
AUDIO_SET_AV_SYNC AUDIO_SET_AV_SYNC
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_SET_AV_SYNC, boolean state) .. c:function:: int ioctl(int fd, AUDIO_SET_AV_SYNC, boolean state)
:name: AUDIO_SET_AV_SYNC
Arguments Arguments
@ -26,33 +28,21 @@ Arguments
:stub-columns: 0 :stub-columns: 0
- .. row 1 -
- int fd - int fd
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2 -
- int request
- Equals AUDIO_AV_SYNC for this command.
- .. row 3
- boolean state - boolean state
- Tells the DVB subsystem if A/V synchronization shall be ON or OFF. - Tells the DVB subsystem if A/V synchronization shall be ON or OFF.
- .. row 4 TRUE: AV-sync ON
- FALSE: AV-sync OFF
- TRUE AV-sync ON
- .. row 5
-
- FALSE AV-sync OFF
Description Description

View File

@ -11,12 +11,13 @@ Name
AUDIO_SET_BYPASS_MODE AUDIO_SET_BYPASS_MODE
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_SET_BYPASS_MODE, boolean mode) .. c:function:: int ioctl(int fd, AUDIO_SET_BYPASS_MODE, boolean mode)
:name: AUDIO_SET_BYPASS_MODE
Arguments Arguments
--------- ---------
@ -26,34 +27,22 @@ Arguments
:stub-columns: 0 :stub-columns: 0
- .. row 1 -
- int fd - int fd
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2 -
- int request
- Equals AUDIO_SET_BYPASS_MODE for this command.
- .. row 3
- boolean mode - boolean mode
- Enables or disables the decoding of the current Audio stream in - Enables or disables the decoding of the current Audio stream in
the DVB subsystem. the DVB subsystem.
- .. row 4 TRUE: Bypass is disabled
- FALSE: Bypass is enabled
- TRUE Bypass is disabled
- .. row 5
-
- FALSE Bypass is enabled
Description Description

View File

@ -11,12 +11,13 @@ Name
AUDIO_SET_EXT_ID AUDIO_SET_EXT_ID
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = AUDIO_SET_EXT_ID, int id) .. c:function:: int ioctl(fd, AUDIO_SET_EXT_ID, int id)
:name: AUDIO_SET_EXT_ID
Arguments Arguments
--------- ---------
@ -26,19 +27,13 @@ Arguments
:stub-columns: 0 :stub-columns: 0
- .. row 1 -
- int fd - int fd
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2 -
- int request
- Equals AUDIO_SET_EXT_ID for this command.
- .. row 3
- int id - int id

View File

@ -11,12 +11,13 @@ Name
AUDIO_SET_ID AUDIO_SET_ID
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_SET_ID, int id) .. c:function:: int ioctl(int fd, AUDIO_SET_ID, int id)
:name: AUDIO_SET_ID
Arguments Arguments
--------- ---------
@ -26,19 +27,13 @@ Arguments
:stub-columns: 0 :stub-columns: 0
- .. row 1 -
- int fd - int fd
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2 -
- int request
- Equals AUDIO_SET_ID for this command.
- .. row 3
- int id - int id

View File

@ -11,11 +11,13 @@ Name
AUDIO_SET_KARAOKE AUDIO_SET_KARAOKE
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = AUDIO_SET_KARAOKE, audio_karaoke_t *karaoke) .. c:function:: int ioctl(fd, AUDIO_SET_KARAOKE, audio_karaoke_t *karaoke)
:name: AUDIO_SET_KARAOKE
Arguments Arguments
@ -26,19 +28,13 @@ Arguments
:stub-columns: 0 :stub-columns: 0
- .. row 1 -
- int fd - int fd
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2 -
- int request
- Equals AUDIO_SET_KARAOKE for this command.
- .. row 3
- audio_karaoke_t \*karaoke - audio_karaoke_t \*karaoke

View File

@ -11,12 +11,13 @@ Name
AUDIO_SET_MIXER AUDIO_SET_MIXER
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_SET_MIXER, audio_mixer_t *mix) .. c:function:: int ioctl(int fd, AUDIO_SET_MIXER, audio_mixer_t *mix)
:name: AUDIO_SET_MIXER
Arguments Arguments
--------- ---------
@ -26,19 +27,13 @@ Arguments
:stub-columns: 0 :stub-columns: 0
- .. row 1 -
- int fd - int fd
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2 -
- int request
- Equals AUDIO_SET_ID for this command.
- .. row 3
- audio_mixer_t \*mix - audio_mixer_t \*mix

View File

@ -11,11 +11,13 @@ Name
AUDIO_SET_MUTE AUDIO_SET_MUTE
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_SET_MUTE, boolean state) .. c:function:: int ioctl(int fd, AUDIO_SET_MUTE, boolean state)
:name: AUDIO_SET_MUTE
Arguments Arguments
@ -26,33 +28,21 @@ Arguments
:stub-columns: 0 :stub-columns: 0
- .. row 1 -
- int fd - int fd
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2 -
- int request
- Equals AUDIO_SET_MUTE for this command.
- .. row 3
- boolean state - boolean state
- Indicates if audio device shall mute or not. - Indicates if audio device shall mute or not.
- .. row 4 TRUE: Audio Mute
- FALSE: Audio Un-mute
- TRUE Audio Mute
- .. row 5
-
- FALSE Audio Un-mute
Description Description

View File

@ -11,11 +11,13 @@ Name
AUDIO_SET_STREAMTYPE AUDIO_SET_STREAMTYPE
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = AUDIO_SET_STREAMTYPE, int type) .. c:function:: int ioctl(fd, AUDIO_SET_STREAMTYPE, int type)
:name: AUDIO_SET_STREAMTYPE
Arguments Arguments
@ -26,19 +28,13 @@ Arguments
:stub-columns: 0 :stub-columns: 0
- .. row 1 -
- int fd - int fd
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2 -
- int request
- Equals AUDIO_SET_STREAMTYPE for this command.
- .. row 3
- int type - int type

View File

@ -11,12 +11,13 @@ Name
AUDIO_STOP AUDIO_STOP
.. attention:: This ioctl is deprecated
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = AUDIO_STOP) .. c:function:: int ioctl(int fd, AUDIO_STOP)
:name: AUDIO_STOP
Arguments Arguments
--------- ---------
@ -32,12 +33,6 @@ Arguments
- File descriptor returned by a previous call to open(). - File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals AUDIO_STOP for this command.
Description Description
----------- -----------

View File

@ -16,27 +16,19 @@ Synopsis
-------- --------
.. c:function:: int close(int fd) .. c:function:: int close(int fd)
:name: dvb-ca-close
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
:stub-columns: 0
- .. row 1
- int fd
- File descriptor returned by a previous call to open().
Description Description
----------- -----------
This system call closes a previously opened audio device. This system call closes a previously opened CA device.
Return Value Return Value

View File

@ -15,48 +15,35 @@ DVB CA open()
Synopsis Synopsis
-------- --------
.. c:function:: int open(const char *deviceName, int flags) .. c:function:: int open(const char *name, int flags)
:name: dvb-ca-open
Arguments Arguments
--------- ---------
``name``
Name of specific DVB CA device.
``flags``
A bit-wise OR of the following flags:
.. flat-table:: .. flat-table::
:header-rows: 0 :header-rows: 0
:stub-columns: 0 :stub-columns: 0
-
- .. row 1 - O_RDONLY
- read-only access
- const char \*deviceName
- Name of specific video device.
- .. row 2
- int flags
- A bit-wise OR of the following flags:
- .. row 3
- -
- O_RDONLY read-only access - O_RDWR
- read/write access
- .. row 4
- -
- O_RDWR read/write access - O_NONBLOCK
- open in non-blocking mode
- .. row 5 (blocking mode is the default)
-
- O_NONBLOCK open in non-blocking mode
- .. row 6
-
- (blocking mode is the default)
Description Description

View File

@ -15,40 +15,24 @@ CA_GET_CAP
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = CA_GET_CAP, ca_caps_t *) .. c:function:: int ioctl(fd, CA_GET_CAP, ca_caps_t *caps)
:name: CA_GET_CAP
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
:stub-columns: 0
``caps``
- .. row 1 Undocumented.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals CA_GET_CAP for this command.
- .. row 3
- ca_caps_t *
- Undocumented.
Description Description
----------- -----------
This ioctl is undocumented. Documentation is welcome. .. note:: This ioctl is undocumented. Documentation is welcome.
Return Value Return Value

View File

@ -15,40 +15,23 @@ CA_GET_DESCR_INFO
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = CA_GET_DESCR_INFO, ca_descr_info_t *) .. c:function:: int ioctl(fd, CA_GET_DESCR_INFO, ca_descr_info_t *desc)
:name: CA_GET_DESCR_INFO
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
:stub-columns: 0
``desc``
- .. row 1 Undocumented.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals CA_GET_DESCR_INFO for this command.
- .. row 3
- ca_descr_info_t \*
- Undocumented.
Description Description
----------- -----------
This ioctl is undocumented. Documentation is welcome. .. note:: This ioctl is undocumented. Documentation is welcome.
Return Value Return Value

View File

@ -15,40 +15,24 @@ CA_GET_MSG
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = CA_GET_MSG, ca_msg_t *) .. c:function:: int ioctl(fd, CA_GET_MSG, ca_msg_t *msg)
:name: CA_GET_MSG
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
:stub-columns: 0
``msg``
- .. row 1 Undocumented.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals CA_GET_MSG for this command.
- .. row 3
- ca_msg_t \*
- Undocumented.
Description Description
----------- -----------
This ioctl is undocumented. Documentation is welcome. .. note:: This ioctl is undocumented. Documentation is welcome.
Return Value Return Value

View File

@ -15,40 +15,24 @@ CA_GET_SLOT_INFO
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = CA_GET_SLOT_INFO, ca_slot_info_t *) .. c:function:: int ioctl(fd, CA_GET_SLOT_INFO, ca_slot_info_t *info)
:name: CA_GET_SLOT_INFO
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by a previous call to :c:func:`open() <cec-open>`.
:stub-columns: 0
``info``
- .. row 1 Undocumented.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals CA_GET_SLOT_INFO for this command.
- .. row 3
- ca_slot_info_t \*
- Undocumented.
Description Description
----------- -----------
This ioctl is undocumented. Documentation is welcome. .. note:: This ioctl is undocumented. Documentation is welcome.
Return Value Return Value

View File

@ -15,34 +15,20 @@ CA_RESET
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = CA_RESET) .. c:function:: int ioctl(fd, CA_RESET)
:name: CA_RESET
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by a previous call to :c:func:`open() <cec-open>`.
:stub-columns: 0
- .. row 1
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals CA_RESET for this command.
Description Description
----------- -----------
This ioctl is undocumented. Documentation is welcome. .. note:: This ioctl is undocumented. Documentation is welcome.
Return Value Return Value

View File

@ -15,40 +15,24 @@ CA_SEND_MSG
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = CA_SEND_MSG, ca_msg_t *) .. c:function:: int ioctl(fd, CA_SEND_MSG, ca_msg_t *msg)
:name: CA_SEND_MSG
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by a previous call to :c:func:`open() <cec-open>`.
:stub-columns: 0
``msg``
- .. row 1 Undocumented.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals CA_SEND_MSG for this command.
- .. row 3
- ca_msg_t \*
- Undocumented.
Description Description
----------- -----------
This ioctl is undocumented. Documentation is welcome. .. note:: This ioctl is undocumented. Documentation is welcome.
Return Value Return Value

View File

@ -15,40 +15,24 @@ CA_SET_DESCR
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = CA_SET_DESCR, ca_descr_t *) .. c:function:: int ioctl(fd, CA_SET_DESCR, ca_descr_t *desc)
:name:
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by a previous call to :c:func:`open() <cec-open>`.
:stub-columns: 0
``msg``
- .. row 1 Undocumented.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals CA_SET_DESCR for this command.
- .. row 3
- ca_descr_t \*
- Undocumented.
Description Description
----------- -----------
This ioctl is undocumented. Documentation is welcome. .. note:: This ioctl is undocumented. Documentation is welcome.
Return Value Return Value

View File

@ -15,40 +15,24 @@ CA_SET_PID
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = CA_SET_PID, ca_pid_t *) .. c:function:: int ioctl(fd, CA_SET_PID, ca_pid_t *pid)
:name: CA_SET_PID
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
:stub-columns: 0
``pid``
- .. row 1 Undocumented.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals CA_SET_PID for this command.
- .. row 3
- ca_pid_t \*
- Undocumented.
Description Description
----------- -----------
This ioctl is undocumented. Documentation is welcome. .. note:: This ioctl is undocumented. Documentation is welcome.
Return Value Return Value

View File

@ -15,34 +15,18 @@ DMX_ADD_PID
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = DMX_ADD_PID, __u16 *) .. c:function:: int ioctl(fd, DMX_ADD_PID, __u16 *pid)
:name: DMX_ADD_PID
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
:stub-columns: 0
``pid``
- .. row 1 PID number to be filtered.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals DMX_ADD_PID for this command.
- .. row 3
- __u16 *
- PID number to be filtered.
Description Description

View File

@ -16,22 +16,14 @@ Synopsis
-------- --------
.. c:function:: int close(int fd) .. c:function:: int close(int fd)
:name: dvb-dmx-close
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
:stub-columns: 0
- .. row 1
- int fd
- File descriptor returned by a previous call to open().
Description Description
----------- -----------

View File

@ -16,42 +16,33 @@ Synopsis
-------- --------
.. c:function:: int open(const char *deviceName, int flags) .. c:function:: int open(const char *deviceName, int flags)
:name: dvb-dmx-open
Arguments Arguments
--------- ---------
``name``
Name of specific DVB demux device.
``flags``
A bit-wise OR of the following flags:
.. flat-table:: .. flat-table::
:header-rows: 0 :header-rows: 0
:stub-columns: 0 :stub-columns: 0
-
- .. row 1 - O_RDONLY
- read-only access
- const char \*deviceName
- Name of demux device.
- .. row 2
- int flags
- A bit-wise OR of the following flags:
- .. row 3
- -
- O_RDWR read/write access - O_RDWR
- read/write access
- .. row 4
- -
- O_NONBLOCK open in non-blocking mode - O_NONBLOCK
- open in non-blocking mode
- .. row 5 (blocking mode is the default)
-
- (blocking mode is the default)
Description Description

View File

@ -16,34 +16,19 @@ Synopsis
-------- --------
.. c:function:: size_t read(int fd, void *buf, size_t count) .. c:function:: size_t read(int fd, void *buf, size_t count)
:name: dvb-dmx-read
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
:stub-columns: 0
``buf``
Buffer to be filled
- .. row 1 ``count``
Max number of bytes to read
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- void \*buf
- Pointer to the buffer to be used for returned filtered data.
- .. row 3
- size_t count
- Size of buf.
Description Description
----------- -----------

View File

@ -16,34 +16,19 @@ Synopsis
-------- --------
.. c:function:: ssize_t write(int fd, const void *buf, size_t count) .. c:function:: ssize_t write(int fd, const void *buf, size_t count)
:name: dvb-dmx-write
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
:stub-columns: 0
``buf``
Buffer with data to be written
- .. row 1 ``count``
Number of bytes at the buffer
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- void \*buf
- Pointer to the buffer containing the Transport Stream.
- .. row 3
- size_t count
- Size of buf.
Description Description
----------- -----------
@ -65,7 +50,6 @@ Return Value
:header-rows: 0 :header-rows: 0
:stub-columns: 0 :stub-columns: 0
- .. row 1 - .. row 1
- ``EWOULDBLOCK`` - ``EWOULDBLOCK``

View File

@ -15,40 +15,23 @@ DMX_GET_CAPS
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = DMX_GET_CAPS, dmx_caps_t *) .. c:function:: int ioctl(fd, DMX_GET_CAPS, dmx_caps_t *caps)
:name: DMX_GET_CAPS
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
:stub-columns: 0
``caps``
- .. row 1 Undocumented.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals DMX_GET_CAPS for this command.
- .. row 3
- dmx_caps_t *
- Undocumented.
Description Description
----------- -----------
This ioctl is undocumented. Documentation is welcome. .. note:: This ioctl is undocumented. Documentation is welcome.
Return Value Return Value

View File

@ -15,34 +15,18 @@ DMX_GET_EVENT
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl( int fd, int request = DMX_GET_EVENT, struct dmx_event *ev) .. c:function:: int ioctl( int fd, DMX_GET_EVENT, struct dmx_event *ev)
:name: DMX_GET_EVENT
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
:stub-columns: 0
``ev``
- .. row 1 Pointer to the location where the event is to be stored.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals DMX_GET_EVENT for this command.
- .. row 3
- struct dmx_event \*ev
- Pointer to the location where the event is to be stored.
Description Description

View File

@ -15,40 +15,23 @@ DMX_GET_PES_PIDS
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = DMX_GET_PES_PIDS, __u16[5]) .. c:function:: int ioctl(fd, DMX_GET_PES_PIDS, __u16 pids[5])
:name: DMX_GET_PES_PIDS
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
:stub-columns: 0
``pids``
- .. row 1 Undocumented.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals DMX_GET_PES_PIDS for this command.
- .. row 3
- __u16[5]
- Undocumented.
Description Description
----------- -----------
This ioctl is undocumented. Documentation is welcome. .. note:: This ioctl is undocumented. Documentation is welcome.
Return Value Return Value

View File

@ -15,34 +15,17 @@ DMX_GET_STC
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl( int fd, int request = DMX_GET_STC, struct dmx_stc *stc) .. c:function:: int ioctl( int fd, DMX_GET_STC, struct dmx_stc *stc)
:name: DMX_GET_STC
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
:stub-columns: 0
``stc``
- .. row 1 Pointer to the location where the stc is to be stored.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals DMX_GET_STC for this command.
- .. row 3
- struct dmx_stc \*stc
- Pointer to the location where the stc is to be stored.
Description Description
@ -63,8 +46,6 @@ On success 0 is returned, on error -1 and the ``errno`` variable is set
appropriately. The generic error codes are described at the appropriately. The generic error codes are described at the
:ref:`Generic Error Codes <gen-errors>` chapter. :ref:`Generic Error Codes <gen-errors>` chapter.
.. flat-table:: .. flat-table::
:header-rows: 0 :header-rows: 0
:stub-columns: 0 :stub-columns: 0

View File

@ -15,34 +15,18 @@ DMX_REMOVE_PID
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = DMX_REMOVE_PID, __u16 *) .. c:function:: int ioctl(fd, DMX_REMOVE_PID, __u16 *pid)
:name: DMX_REMOVE_PID
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
:stub-columns: 0
``pid``
- .. row 1 PID of the PES filter to be removed.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals DMX_REMOVE_PID for this command.
- .. row 3
- __u16 *
- PID of the PES filter to be removed.
Description Description

View File

@ -15,35 +15,18 @@ DMX_SET_BUFFER_SIZE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl( int fd, int request = DMX_SET_BUFFER_SIZE, unsigned long size) .. c:function:: int ioctl( int fd, DMX_SET_BUFFER_SIZE, unsigned long size)
:name: DMX_SET_BUFFER_SIZE
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
:stub-columns: 0
- .. row 1
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals DMX_SET_BUFFER_SIZE for this command.
- .. row 3
- unsigned long size
- Size of circular buffer.
``size``
Unsigned long size
Description Description
----------- -----------

View File

@ -15,34 +15,18 @@ DMX_SET_FILTER
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl( int fd, int request = DMX_SET_FILTER, struct dmx_sct_filter_params *params) .. c:function:: int ioctl( int fd, DMX_SET_FILTER, struct dmx_sct_filter_params *params)
:name: DMX_SET_FILTER
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
:stub-columns: 0
``params``
- .. row 1 Pointer to structure containing filter parameters.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals DMX_SET_FILTER for this command.
- .. row 3
- struct dmx_sct_filter_params \*params
- Pointer to structure containing filter parameters.
Description Description

View File

@ -15,34 +15,19 @@ DMX_SET_PES_FILTER
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl( int fd, int request = DMX_SET_PES_FILTER, struct dmx_pes_filter_params *params) .. c:function:: int ioctl( int fd, DMX_SET_PES_FILTER, struct dmx_pes_filter_params *params)
:name: DMX_SET_PES_FILTER
Arguments Arguments
--------- ---------
.. flat-table::
:header-rows: 0
:stub-columns: 0
``fd``
File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
- .. row 1 ``params``
Pointer to structure containing filter parameters.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals DMX_SET_PES_FILTER for this command.
- .. row 3
- struct dmx_pes_filter_params \*params
- Pointer to structure containing filter parameters.
Description Description

View File

@ -15,40 +15,25 @@ DMX_SET_SOURCE
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = DMX_SET_SOURCE, dmx_source_t *) .. c:function:: int ioctl(fd, DMX_SET_SOURCE, dmx_source_t *src)
:name: DMX_SET_SOURCE
Arguments Arguments
--------- ---------
.. flat-table::
:header-rows: 0
:stub-columns: 0
``fd``
File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
- .. row 1 ``src``
Undocumented.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals DMX_SET_SOURCE for this command.
- .. row 3
- dmx_source_t *
- Undocumented.
Description Description
----------- -----------
This ioctl is undocumented. Documentation is welcome. .. note:: This ioctl is undocumented. Documentation is welcome.
Return Value Return Value

View File

@ -15,29 +15,15 @@ DMX_START
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl( int fd, int request = DMX_START) .. c:function:: int ioctl( int fd, DMX_START)
:name: DMX_START
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
:stub-columns: 0
- .. row 1
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals DMX_START for this command.
Description Description
----------- -----------

View File

@ -15,29 +15,15 @@ DMX_STOP
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl( int fd, int request = DMX_STOP) .. c:function:: int ioctl( int fd, DMX_STOP)
:name: DMX_STOP
Arguments Arguments
--------- ---------
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
:stub-columns: 0
- .. row 1
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals DMX_STOP for this command.
Description Description
----------- -----------

View File

@ -15,7 +15,8 @@ FE_DISEQC_RECV_SLAVE_REPLY - Receives reply from a DiSEqC 2.0 command
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request, struct dvb_diseqc_slave_reply *argp ) .. c:function:: int ioctl( int fd, FE_DISEQC_RECV_SLAVE_REPLY, struct dvb_diseqc_slave_reply *argp )
:name: FE_DISEQC_RECV_SLAVE_REPLY
Arguments Arguments
@ -24,9 +25,6 @@ Arguments
``fd`` ``fd``
File descriptor returned by :ref:`open() <frontend_f_open>`. File descriptor returned by :ref:`open() <frontend_f_open>`.
``request``
FE_DISEQC_RECV_SLAVE_REPLY
``argp`` ``argp``
pointer to struct pointer to struct
:ref:`dvb_diseqc_slave_reply <dvb-diseqc-slave-reply>` :ref:`dvb_diseqc_slave_reply <dvb-diseqc-slave-reply>`

View File

@ -15,7 +15,8 @@ FE_DISEQC_RESET_OVERLOAD - Restores the power to the antenna subsystem, if it wa
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request, NULL ) .. c:function:: int ioctl( int fd, FE_DISEQC_RESET_OVERLOAD, NULL )
:name: FE_DISEQC_RESET_OVERLOAD
Arguments Arguments
@ -24,10 +25,6 @@ Arguments
``fd`` ``fd``
File descriptor returned by :ref:`open() <frontend_f_open>`. File descriptor returned by :ref:`open() <frontend_f_open>`.
``request``
FE_DISEQC_RESET_OVERLOAD
Description Description
=========== ===========

View File

@ -15,7 +15,8 @@ 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 ) .. c:function:: int ioctl( int fd, FE_DISEQC_SEND_BURST, enum fe_sec_mini_cmd *tone )
:name: FE_DISEQC_SEND_BURST
Arguments Arguments
@ -24,9 +25,6 @@ Arguments
``fd`` ``fd``
File descriptor returned by :ref:`open() <frontend_f_open>`. File descriptor returned by :ref:`open() <frontend_f_open>`.
``request``
FE_DISEQC_SEND_BURST
``tone`` ``tone``
pointer to enum :ref:`fe_sec_mini_cmd <fe-sec-mini-cmd>` pointer to enum :ref:`fe_sec_mini_cmd <fe-sec-mini-cmd>`

View File

@ -15,7 +15,8 @@ FE_DISEQC_SEND_MASTER_CMD - Sends a DiSEqC command
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request, struct dvb_diseqc_master_cmd *argp ) .. c:function:: int ioctl( int fd, FE_DISEQC_SEND_MASTER_CMD, struct dvb_diseqc_master_cmd *argp )
:name: FE_DISEQC_SEND_MASTER_CMD
Arguments Arguments
@ -24,9 +25,6 @@ Arguments
``fd`` ``fd``
File descriptor returned by :ref:`open() <frontend_f_open>`. File descriptor returned by :ref:`open() <frontend_f_open>`.
``request``
FE_DISEQC_SEND_MASTER_CMD
``argp`` ``argp``
pointer to struct pointer to struct
:ref:`dvb_diseqc_master_cmd <dvb-diseqc-master-cmd>` :ref:`dvb_diseqc_master_cmd <dvb-diseqc-master-cmd>`

View File

@ -15,22 +15,18 @@ FE_DISHNETWORK_SEND_LEGACY_CMD
Synopsis Synopsis
======== ========
.. c:function:: int ioctl(int fd, int request = FE_DISHNETWORK_SEND_LEGACY_CMD, unsigned long cmd) .. c:function:: int ioctl(int fd, FE_DISHNETWORK_SEND_LEGACY_CMD, unsigned long cmd)
:name: FE_DISHNETWORK_SEND_LEGACY_CMD
Arguments Arguments
========= =========
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by :c:func:`open() <dvb-fe-open>`.
:stub-columns: 0
``cmd``
- .. row 1 Sends the specified raw cmd to the dish via DISEqC.
- unsigned long cmd
- sends the specified raw cmd to the dish via DISEqC.
Description Description

View File

@ -15,7 +15,8 @@ FE_ENABLE_HIGH_LNB_VOLTAGE - Select output DC level between normal LNBf voltages
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request, unsigned int high ) .. c:function:: int ioctl( int fd, FE_ENABLE_HIGH_LNB_VOLTAGE, unsigned int high )
:name: FE_ENABLE_HIGH_LNB_VOLTAGE
Arguments Arguments
@ -24,9 +25,6 @@ Arguments
``fd`` ``fd``
File descriptor returned by :ref:`open() <frontend_f_open>`. File descriptor returned by :ref:`open() <frontend_f_open>`.
``request``
FE_ENABLE_HIGH_LNB_VOLTAGE
``high`` ``high``
Valid flags: Valid flags:

View File

@ -11,43 +11,24 @@ Name
FE_GET_EVENT FE_GET_EVENT
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
======== ========
.. c:function:: int ioctl(int fd, int request = QPSK_GET_EVENT, struct dvb_frontend_event *ev) .. c:function:: int ioctl(int fd, FE_GET_EVENT, struct dvb_frontend_event *ev)
:name: FE_GET_EVENT
Arguments Arguments
========= =========
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by :c:func:`open() <dvb-fe-open>`.
:stub-columns: 0
``ev``
- .. row 1 Points to the location where the event, if any, is to be stored.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals :ref:`FE_GET_EVENT` for this command.
- .. row 3
- struct dvb_frontend_event \*ev
- Points to the location where the event,
- .. row 4
-
- if any, is to be stored.
Description Description

View File

@ -11,39 +11,25 @@ Name
FE_GET_FRONTEND FE_GET_FRONTEND
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
======== ========
.. c:function:: int ioctl(int fd, int request = FE_GET_FRONTEND, struct dvb_frontend_parameters *p) .. c:function:: int ioctl(int fd, FE_GET_FRONTEND, struct dvb_frontend_parameters *p)
:name: FE_GET_FRONTEND
Arguments Arguments
========= =========
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by :c:func:`open() <dvb-fe-open>`.
:stub-columns: 0
- .. row 1 ``p``
Points to parameters for tuning operation.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals :ref:`FE_SET_FRONTEND` for this
command.
- .. row 3
- struct dvb_frontend_parameters \*p
- Points to parameters for tuning operation.
Description Description

View File

@ -15,7 +15,8 @@ FE_GET_INFO - Query DVB frontend capabilities and returns information about the
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request, struct dvb_frontend_info *argp ) .. c:function:: int ioctl( int fd, FE_GET_INFO, struct dvb_frontend_info *argp )
:name: FE_GET_INFO
Arguments Arguments
@ -24,9 +25,6 @@ Arguments
``fd`` ``fd``
File descriptor returned by :ref:`open() <frontend_f_open>`. File descriptor returned by :ref:`open() <frontend_f_open>`.
``request``
FE_GET_INFO
``argp`` ``argp``
pointer to struct struct pointer to struct struct
:ref:`dvb_frontend_info <dvb-frontend-info>` :ref:`dvb_frontend_info <dvb-frontend-info>`

View File

@ -15,7 +15,11 @@ FE_SET_PROPERTY - FE_GET_PROPERTY - FE_SET_PROPERTY sets one or more frontend pr
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request, struct dtv_properties *argp ) .. c:function:: int ioctl( int fd, FE_GET_PROPERTY, struct dtv_properties *argp )
:name: FE_GET_PROPERTY
.. c:function:: int ioctl( int fd, FE_SET_PROPERTY, struct dtv_properties *argp )
:name: FE_SET_PROPERTY
Arguments Arguments
@ -24,9 +28,6 @@ Arguments
``fd`` ``fd``
File descriptor returned by :ref:`open() <frontend_f_open>`. File descriptor returned by :ref:`open() <frontend_f_open>`.
``request``
FE_SET_PROPERTY, FE_GET_PROPERTY
``argp`` ``argp``
pointer to struct :ref:`dtv_properties <dtv-properties>` pointer to struct :ref:`dtv_properties <dtv-properties>`

View File

@ -11,37 +11,23 @@ Name
FE_READ_BER FE_READ_BER
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
======== ========
.. c:function:: int ioctl(int fd, int request = FE_READ_BER, uint32_t *ber) .. c:function:: int ioctl(int fd, FE_READ_BER, uint32_t *ber)
:name: FE_READ_BER
Arguments Arguments
========= =========
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by :c:func:`open() <dvb-fe-open>`.
:stub-columns: 0
``ber``
- .. row 1 The bit error rate is stored into \*ber.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals :ref:`FE_READ_BER` for this command.
- .. row 3
- uint32_t \*ber
- The bit error rate is stored into \*ber.
Description Description

View File

@ -11,40 +11,23 @@ Name
FE_READ_SIGNAL_STRENGTH FE_READ_SIGNAL_STRENGTH
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request = FE_READ_SIGNAL_STRENGTH, uint16_t *strength) .. c:function:: int ioctl( int fd, FE_READ_SIGNAL_STRENGTH, uint16_t *strength)
:name: FE_READ_SIGNAL_STRENGTH
Arguments Arguments
========= =========
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by :c:func:`open() <dvb-fe-open>`.
:stub-columns: 0
``strength``
- .. row 1 The signal strength value is stored into \*strength.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals
:ref:`FE_READ_SIGNAL_STRENGTH`
for this command.
- .. row 3
- uint16_t \*strength
- The signal strength value is stored into \*strength.
Description Description

View File

@ -11,38 +11,23 @@ Name
FE_READ_SNR FE_READ_SNR
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
======== ========
.. c:function:: int ioctl(int fd, int request = FE_READ_SNR, int16_t *snr) .. c:function:: int ioctl(int fd, FE_READ_SNR, int16_t *snr)
:name: FE_READ_SNR
Arguments Arguments
========= =========
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by :c:func:`open() <dvb-fe-open>`.
:stub-columns: 0
``snr``
- .. row 1 The signal-to-noise ratio is stored into \*snr.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals :ref:`FE_READ_SNR` for this command.
- .. row 3
- uint16_t \*snr
- The signal-to-noise ratio is stored into \*snr.
Description Description

View File

@ -15,7 +15,8 @@ FE_READ_STATUS - Returns status information about the front-end. This call only
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request, unsigned int *status ) .. c:function:: int ioctl( int fd, FE_READ_STATUS, unsigned int *status )
:name: FE_READ_STATUS
Arguments Arguments
@ -24,9 +25,6 @@ Arguments
``fd`` ``fd``
File descriptor returned by :ref:`open() <frontend_f_open>`. File descriptor returned by :ref:`open() <frontend_f_open>`.
``request``
FE_READ_STATUS
``status`` ``status``
pointer to a bitmask integer filled with the values defined by enum pointer to a bitmask integer filled with the values defined by enum
:ref:`fe_status <fe-status>`. :ref:`fe_status <fe-status>`.

View File

@ -11,40 +11,23 @@ Name
FE_READ_UNCORRECTED_BLOCKS FE_READ_UNCORRECTED_BLOCKS
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request =FE_READ_UNCORRECTED_BLOCKS, uint32_t *ublocks) .. c:function:: int ioctl( int fd, FE_READ_UNCORRECTED_BLOCKS, uint32_t *ublocks)
:name: FE_READ_UNCORRECTED_BLOCKS
Arguments Arguments
========= =========
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by :c:func:`open() <dvb-fe-open>`.
:stub-columns: 0
``ublocks``
- .. row 1 The total number of uncorrected blocks seen by the driver so far.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals
:ref:`FE_READ_UNCORRECTED_BLOCKS`
for this command.
- .. row 3
- uint32_t \*ublocks
- The total number of uncorrected blocks seen by the driver so far.
Description Description

View File

@ -15,7 +15,8 @@ FE_SET_FRONTEND_TUNE_MODE - Allow setting tuner mode flags to the frontend.
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request, unsigned int flags ) .. c:function:: int ioctl( int fd, FE_SET_FRONTEND_TUNE_MODE, unsigned int flags )
:name: FE_SET_FRONTEND_TUNE_MODE
Arguments Arguments
@ -24,9 +25,6 @@ Arguments
``fd`` ``fd``
File descriptor returned by :ref:`open() <frontend_f_open>`. File descriptor returned by :ref:`open() <frontend_f_open>`.
``request``
FE_SET_FRONTEND_TUNE_MODE
``flags`` ``flags``
Valid flags: Valid flags:

View File

@ -6,6 +6,8 @@
FE_SET_FRONTEND FE_SET_FRONTEND
*************** ***************
.. attention:: This ioctl is deprecated.
Name Name
==== ====
@ -15,35 +17,18 @@ FE_SET_FRONTEND
Synopsis Synopsis
======== ========
.. c:function:: int ioctl(int fd, int request = FE_SET_FRONTEND, struct dvb_frontend_parameters *p) .. c:function:: int ioctl(int fd, FE_SET_FRONTEND, struct dvb_frontend_parameters *p)
:name: FE_SET_FRONTEND
Arguments Arguments
========= =========
.. flat-table:: ``fd``
:header-rows: 0 File descriptor returned by :c:func:`open() <dvb-fe-open>`.
:stub-columns: 0
``p``
- .. row 1 Points to parameters for tuning operation.
- int fd
- File descriptor returned by a previous call to open().
- .. row 2
- int request
- Equals :ref:`FE_SET_FRONTEND` for this
command.
- .. row 3
- struct dvb_frontend_parameters \*p
- Points to parameters for tuning operation.
Description Description

View File

@ -15,7 +15,8 @@ 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 ) .. c:function:: int ioctl( int fd, FE_SET_TONE, enum fe_sec_tone_mode *tone )
:name: FE_SET_TONE
Arguments Arguments
@ -24,9 +25,6 @@ Arguments
``fd`` ``fd``
File descriptor returned by :ref:`open() <frontend_f_open>`. File descriptor returned by :ref:`open() <frontend_f_open>`.
``request``
FE_SET_TONE
``tone`` ``tone``
pointer to enum :ref:`fe_sec_tone_mode <fe-sec-tone-mode>` pointer to enum :ref:`fe_sec_tone_mode <fe-sec-tone-mode>`

View File

@ -15,7 +15,8 @@ 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 ) .. c:function:: int ioctl( int fd, FE_SET_VOLTAGE, enum fe_sec_voltage *voltage )
:name: FE_SET_VOLTAGE
Arguments Arguments
@ -24,9 +25,6 @@ Arguments
``fd`` ``fd``
File descriptor returned by :ref:`open() <frontend_f_open>`. File descriptor returned by :ref:`open() <frontend_f_open>`.
``request``
FE_SET_VOLTAGE
``voltage`` ``voltage``
pointer to enum :ref:`fe_sec_voltage <fe-sec-voltage>` pointer to enum :ref:`fe_sec_voltage <fe-sec-voltage>`

View File

@ -21,13 +21,13 @@ Synopsis
.. c:function:: int close( int fd ) .. c:function:: int close( int fd )
:name: dvb-fe-close
Arguments Arguments
========= =========
``fd`` ``fd``
File descriptor returned by :ref:`open() <func-open>`. File descriptor returned by :c:func:`open() <dvb-fe-open>`.
Description Description

View File

@ -21,7 +21,7 @@ Synopsis
.. c:function:: int open( const char *device_name, int flags ) .. c:function:: int open( const char *device_name, int flags )
:name: dvb-fe-open
Arguments Arguments
========= =========

View File

@ -15,7 +15,8 @@ NET_ADD_IF - Creates a new network interface for a given Packet ID.
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request, struct dvb_net_if *net_if ) .. c:function:: int ioctl( int fd, NET_ADD_IF, struct dvb_net_if *net_if )
:name: NET_ADD_IF
Arguments Arguments
@ -24,9 +25,6 @@ Arguments
``fd`` ``fd``
File descriptor returned by :ref:`open() <frontend_f_open>`. File descriptor returned by :ref:`open() <frontend_f_open>`.
``request``
FE_SET_TONE
``net_if`` ``net_if``
pointer to struct :ref:`dvb_net_if <dvb-net-if>` pointer to struct :ref:`dvb_net_if <dvb-net-if>`

View File

@ -15,7 +15,8 @@ NET_GET_IF - Read the configuration data of an interface created via - :ref:`NET
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request, struct dvb_net_if *net_if ) .. c:function:: int ioctl( int fd, NET_GET_IF, struct dvb_net_if *net_if )
:name: NET_GET_IF
Arguments Arguments
@ -24,9 +25,6 @@ Arguments
``fd`` ``fd``
File descriptor returned by :ref:`open() <frontend_f_open>`. File descriptor returned by :ref:`open() <frontend_f_open>`.
``request``
FE_SET_TONE
``net_if`` ``net_if``
pointer to struct :ref:`dvb_net_if <dvb-net-if>` pointer to struct :ref:`dvb_net_if <dvb-net-if>`

View File

@ -15,7 +15,8 @@ NET_REMOVE_IF - Removes a network interface.
Synopsis Synopsis
======== ========
.. c:function:: int ioctl( int fd, int request, int ifnum ) .. c:function:: int ioctl( int fd, NET_REMOVE_IF, int ifnum )
:name: NET_REMOVE_IF
Arguments Arguments
@ -24,9 +25,6 @@ Arguments
``fd`` ``fd``
File descriptor returned by :ref:`open() <frontend_f_open>`. File descriptor returned by :ref:`open() <frontend_f_open>`.
``request``
FE_SET_TONE
``net_if`` ``net_if``
number of the interface to be removed number of the interface to be removed

View File

@ -11,11 +11,13 @@ Name
VIDEO_CLEAR_BUFFER VIDEO_CLEAR_BUFFER
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_CLEAR_BUFFER) .. c:function:: int ioctl(fd, VIDEO_CLEAR_BUFFER)
:name: VIDEO_CLEAR_BUFFER
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_COMMAND VIDEO_COMMAND
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = VIDEO_COMMAND, struct video_command *cmd) .. c:function:: int ioctl(int fd, VIDEO_COMMAND, struct video_command *cmd)
:name: VIDEO_COMMAND
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_CONTINUE VIDEO_CONTINUE
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_CONTINUE) .. c:function:: int ioctl(fd, VIDEO_CONTINUE)
:name: VIDEO_CONTINUE
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_FAST_FORWARD VIDEO_FAST_FORWARD
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_FAST_FORWARD, int nFrames) .. c:function:: int ioctl(fd, VIDEO_FAST_FORWARD, int nFrames)
:name: VIDEO_FAST_FORWARD
Arguments Arguments

View File

@ -11,6 +11,7 @@ Name
dvb video close() dvb video close()
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------

View File

@ -11,6 +11,7 @@ Name
dvb video open() dvb video open()
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------

View File

@ -11,11 +11,13 @@ Name
VIDEO_FREEZE VIDEO_FREEZE
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_FREEZE) .. c:function:: int ioctl(fd, VIDEO_FREEZE)
:name: VIDEO_FREEZE
Arguments Arguments

View File

@ -11,6 +11,7 @@ Name
dvb video write() dvb video write()
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------

View File

@ -11,11 +11,13 @@ Name
VIDEO_GET_CAPABILITIES VIDEO_GET_CAPABILITIES
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_GET_CAPABILITIES, unsigned int *cap) .. c:function:: int ioctl(fd, VIDEO_GET_CAPABILITIES, unsigned int *cap)
:name: VIDEO_GET_CAPABILITIES
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_GET_EVENT VIDEO_GET_EVENT
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_GET_EVENT, struct video_event *ev) .. c:function:: int ioctl(fd, VIDEO_GET_EVENT, struct video_event *ev)
:name: VIDEO_GET_EVENT
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_GET_FRAME_COUNT VIDEO_GET_FRAME_COUNT
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = VIDEO_GET_FRAME_COUNT, __u64 *pts) .. c:function:: int ioctl(int fd, VIDEO_GET_FRAME_COUNT, __u64 *pts)
:name: VIDEO_GET_FRAME_COUNT
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_GET_FRAME_RATE VIDEO_GET_FRAME_RATE
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = VIDEO_GET_FRAME_RATE, unsigned int *rate) .. c:function:: int ioctl(int fd, VIDEO_GET_FRAME_RATE, unsigned int *rate)
:name: VIDEO_GET_FRAME_RATE
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_GET_NAVI VIDEO_GET_NAVI
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_GET_NAVI , video_navi_pack_t *navipack) .. c:function:: int ioctl(fd, VIDEO_GET_NAVI , video_navi_pack_t *navipack)
:name: VIDEO_GET_NAVI
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_GET_PTS VIDEO_GET_PTS
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = VIDEO_GET_PTS, __u64 *pts) .. c:function:: int ioctl(int fd, VIDEO_GET_PTS, __u64 *pts)
:name: VIDEO_GET_PTS
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_GET_SIZE VIDEO_GET_SIZE
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = VIDEO_GET_SIZE, video_size_t *size) .. c:function:: int ioctl(int fd, VIDEO_GET_SIZE, video_size_t *size)
:name: VIDEO_GET_SIZE
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_GET_STATUS VIDEO_GET_STATUS
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_GET_STATUS, struct video_status *status) .. c:function:: int ioctl(fd, VIDEO_GET_STATUS, struct video_status *status)
:name: VIDEO_GET_STATUS
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_PLAY VIDEO_PLAY
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_PLAY) .. c:function:: int ioctl(fd, VIDEO_PLAY)
:name: VIDEO_PLAY
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_SELECT_SOURCE VIDEO_SELECT_SOURCE
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SELECT_SOURCE, video_stream_source_t source) .. c:function:: int ioctl(fd, VIDEO_SELECT_SOURCE, video_stream_source_t source)
:name: VIDEO_SELECT_SOURCE
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_SET_ATTRIBUTES VIDEO_SET_ATTRIBUTES
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SET_ATTRIBUTE ,video_attributes_t vattr) .. c:function:: int ioctl(fd, VIDEO_SET_ATTRIBUTE ,video_attributes_t vattr)
:name: VIDEO_SET_ATTRIBUTE
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_SET_BLANK VIDEO_SET_BLANK
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SET_BLANK, boolean mode) .. c:function:: int ioctl(fd, VIDEO_SET_BLANK, boolean mode)
:name: VIDEO_SET_BLANK
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_SET_DISPLAY_FORMAT VIDEO_SET_DISPLAY_FORMAT
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SET_DISPLAY_FORMAT, video_display_format_t format) .. c:function:: int ioctl(fd, VIDEO_SET_DISPLAY_FORMAT, video_display_format_t format)
:name: VIDEO_SET_DISPLAY_FORMAT
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_SET_FORMAT VIDEO_SET_FORMAT
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SET_FORMAT, video_format_t format) .. c:function:: int ioctl(fd, VIDEO_SET_FORMAT, video_format_t format)
:name: VIDEO_SET_FORMAT
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_SET_HIGHLIGHT VIDEO_SET_HIGHLIGHT
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SET_HIGHLIGHT ,video_highlight_t *vhilite) .. c:function:: int ioctl(fd, VIDEO_SET_HIGHLIGHT ,video_highlight_t *vhilite)
:name: VIDEO_SET_HIGHLIGHT
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_SET_ID VIDEO_SET_ID
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(int fd, int request = VIDEO_SET_ID, int id) .. c:function:: int ioctl(int fd, VIDEO_SET_ID, int id)
:name: VIDEO_SET_ID
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_SET_SPU_PALETTE VIDEO_SET_SPU_PALETTE
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SET_SPU_PALETTE, video_spu_palette_t *palette ) .. c:function:: int ioctl(fd, VIDEO_SET_SPU_PALETTE, video_spu_palette_t *palette )
:name: VIDEO_SET_SPU_PALETTE
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_SET_SPU VIDEO_SET_SPU
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SET_SPU , video_spu_t *spu) .. c:function:: int ioctl(fd, VIDEO_SET_SPU , video_spu_t *spu)
:name: VIDEO_SET_SPU
Arguments Arguments

View File

@ -11,11 +11,13 @@ Name
VIDEO_SET_STREAMTYPE VIDEO_SET_STREAMTYPE
.. attention:: This ioctl is deprecated.
Synopsis Synopsis
-------- --------
.. c:function:: int ioctl(fd, int request = VIDEO_SET_STREAMTYPE, int type) .. c:function:: int ioctl(fd, VIDEO_SET_STREAMTYPE, int type)
:name: VIDEO_SET_STREAMTYPE
Arguments Arguments

Some files were not shown because too many files have changed in this diff Show More