diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-31 21:59:11 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-09 15:52:16 +0300 |
commit | cdb1c89681779d84605c0ac2a12cd7461ebadf17 (patch) | |
tree | 7a2cf347a0ad47454633306b8898f9a280a08439 /Documentation | |
parent | 63eb58b83b70e2b034879adea85a5df2c5e08ab4 (diff) | |
download | linux-cdb1c89681779d84605c0ac2a12cd7461ebadf17.tar.xz |
[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')
-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 |