diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-31 20:59:11 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-09 14:52:16 +0200 |
commit | cdb1c89681779d84605c0ac2a12cd7461ebadf17 (patch) | |
tree | 7a2cf347a0ad47454633306b8898f9a280a08439 /Documentation/media | |
parent | [media] ca-get-slot-info.rst: document struct ca_slot_info (diff) | |
download | linux-cdb1c89681779d84605c0ac2a12cd7461ebadf17.tar.xz linux-cdb1c89681779d84605c0ac2a12cd7461ebadf17.zip |
[media] ca-set-pid.rst: document struct ca_pid
Add a table describing the fields on this struct, based
on ca.h header.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media')
-rw-r--r-- | Documentation/media/uapi/dvb/ca-set-pid.rst | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/Documentation/media/uapi/dvb/ca-set-pid.rst b/Documentation/media/uapi/dvb/ca-set-pid.rst index 8e13ad9595d3..06bdaf4afada 100644 --- a/Documentation/media/uapi/dvb/ca-set-pid.rst +++ b/Documentation/media/uapi/dvb/ca-set-pid.rst @@ -26,7 +26,24 @@ Arguments File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`. ``pid`` - Undocumented. + Pointer to struct :c:type:`ca_pid`. + +.. c:type:: ca_pid + +.. flat-table:: struct ca_pid + :header-rows: 1 + :stub-columns: 0 + + - + - unsigned int + - pid + - Program ID + + - + - int + - index + - PID index. Use -1 to disable. + Description |