diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-07 06:09:57 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-09 17:47:30 -0300 |
commit | e7852571a4926371b4cbfeaccb82b307518f2c7c (patch) | |
tree | dd3ceb7a0d24f8137bb44fc15cabe2b5d7fb7dd2 /Documentation/DocBook | |
parent | 764368ceb84ca8ba2c549e1158dbed3a53913d85 (diff) | |
download | blackbird-obmc-linux-e7852571a4926371b4cbfeaccb82b307518f2c7c.tar.gz blackbird-obmc-linux-e7852571a4926371b4cbfeaccb82b307518f2c7c.zip |
[media] DocBook: add entry IDs for enum fe_status
enum fe_status is documented together with FE_READ_STATUS.
Add xrefs for each entry there. This makes the hyperlinks at
frontend.h to go directly to the right documentation.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/media/dvb/fe-read-status.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/DocBook/media/dvb/fe-read-status.xml b/Documentation/DocBook/media/dvb/fe-read-status.xml index 3e4c794ceac3..bc0dc2a55f19 100644 --- a/Documentation/DocBook/media/dvb/fe-read-status.xml +++ b/Documentation/DocBook/media/dvb/fe-read-status.xml @@ -78,25 +78,25 @@ pointer to an integer where the status will be written. </thead> <tbody valign="top"> <row> - <entry align="char">FE_HAS_SIGNAL</entry> + <entry align="char" id="FE-HAS-SIGNAL"><constant>FE_HAS_SIGNAL</constant></entry> <entry align="char">The frontend has found something above the noise level</entry> </row><row> - <entry align="char">FE_HAS_CARRIER</entry> + <entry align="char" id="FE-HAS-CARRIER"><constant>FE_HAS_CARRIER</constant></entry> <entry align="char">The frontend has found a DVB signal</entry> </row><row> - <entry align="char">FE_HAS_VITERBI</entry> + <entry align="char" id="FE-HAS-VITERBI"><constant>FE_HAS_VITERBI</constant></entry> <entry align="char">The frontend FEC inner coding (Viterbi, LDPC or other inner code) is stable</entry> </row><row> - <entry align="char">FE_HAS_SYNC</entry> + <entry align="char" id="FE-HAS-SYNC"><constant>FE_HAS_SYNC</constant></entry> <entry align="char">Synchronization bytes was found</entry> </row><row> - <entry align="char">FE_HAS_LOCK</entry> + <entry align="char" id="FE-HAS-LOCK"><constant>FE_HAS_LOCK</constant></entry> <entry align="char">The DVB were locked and everything is working</entry> </row><row> - <entry align="char">FE_TIMEDOUT</entry> + <entry align="char" id="FE-TIMEDOUT"><constant>FE_TIMEDOUT</constant></entry> <entry align="char">no lock within the last about 2 seconds</entry> </row><row> - <entry align="char">FE_REINIT</entry> + <entry align="char" id="FE-REINIT"><constant>FE_REINIT</constant></entry> <entry align="char">The frontend was reinitialized, application is recommended to reset DiSEqC, tone and parameters</entry> </row> |