diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml
index c7a4ca517859..d63153522b60 100644
--- a/Documentation/DocBook/media/dvb/dvbproperty.xml
+++ b/Documentation/DocBook/media/dvb/dvbproperty.xml
@@ -531,6 +531,154 @@ typedef enum fe_delivery_system {
here are referring to what can be found in the TMCC-structure -
independent of the mode.
+
+ DTV_ATSCMH_FIC_VER
+ Version number of the FIC (Fast Information Channel) signaling data.
+ FIC is used for relaying information to allow rapid service acquisition by the receiver.
+ Possible values: 0, 1, 2, 3, ..., 30, 31
+
+
+ DTV_ATSCMH_PARADE_ID
+ Parade identification number
+ A parade is a collection of up to eight MH groups, conveying one or two ensembles.
+ Possible values: 0, 1, 2, 3, ..., 126, 127
+
+
+ DTV_ATSCMH_NOG
+ Number of MH groups per MH subframe for a designated parade.
+ Possible values: 1, 2, 3, 4, 5, 6, 7, 8
+
+
+ DTV_ATSCMH_TNOG
+ Total number of MH groups including all MH groups belonging to all MH parades in one MH subframe.
+ Possible values: 0, 1, 2, 3, ..., 30, 31
+
+
+ DTV_ATSCMH_SGN
+ Start group number.
+ Possible values: 0, 1, 2, 3, ..., 14, 15
+
+
+ DTV_ATSCMH_PRC
+ Parade repetition cycle.
+ Possible values: 1, 2, 3, 4, 5, 6, 7, 8
+
+
+ DTV_ATSCMH_RS_FRAME_MODE
+ RS frame mode.
+ Possible values are:
+
+typedef enum atscmh_rs_frame_mode {
+ ATSCMH_RSFRAME_PRI_ONLY = 0,
+ ATSCMH_RSFRAME_PRI_SEC = 1,
+} atscmh_rs_frame_mode_t;
+
+
+
+ DTV_ATSCMH_RS_FRAME_ENSEMBLE
+ RS frame ensemble.
+ Possible values are:
+
+typedef enum atscmh_rs_frame_ensemble {
+ ATSCMH_RSFRAME_ENS_PRI = 0,
+ ATSCMH_RSFRAME_ENS_SEC = 1,
+} atscmh_rs_frame_ensemble_t;
+
+
+
+ DTV_ATSCMH_RS_CODE_MODE_PRI
+ RS code mode (primary).
+ Possible values are:
+
+typedef enum atscmh_rs_code_mode {
+ ATSCMH_RSCODE_211_187 = 0,
+ ATSCMH_RSCODE_223_187 = 1,
+ ATSCMH_RSCODE_235_187 = 2,
+} atscmh_rs_code_mode_t;
+
+
+
+ DTV_ATSCMH_RS_CODE_MODE_SEC
+ RS code mode (secondary).
+ Possible values are:
+
+typedef enum atscmh_rs_code_mode {
+ ATSCMH_RSCODE_211_187 = 0,
+ ATSCMH_RSCODE_223_187 = 1,
+ ATSCMH_RSCODE_235_187 = 2,
+} atscmh_rs_code_mode_t;
+
+
+
+ DTV_ATSCMH_SCCC_BLOCK_MODE
+ Series Concatenated Convolutional Code Block Mode.
+ Possible values are:
+
+typedef enum atscmh_sccc_block_mode {
+ ATSCMH_SCCC_BLK_SEP = 0,
+ ATSCMH_SCCC_BLK_COMB = 1,
+} atscmh_sccc_block_mode_t;
+
+
+
+ DTV_ATSCMH_SCCC_CODE_MODE_A
+ Series Concatenated Convolutional Code Rate.
+ Possible values are:
+
+typedef enum atscmh_sccc_code_mode {
+ ATSCMH_SCCC_CODE_HLF = 0,
+ ATSCMH_SCCC_CODE_QTR = 1,
+} atscmh_sccc_code_mode_t;
+
+
+
+ DTV_ATSCMH_SCCC_CODE_MODE_B
+ Series Concatenated Convolutional Code Rate.
+ Possible values are:
+
+typedef enum atscmh_sccc_code_mode {
+ ATSCMH_SCCC_CODE_HLF = 0,
+ ATSCMH_SCCC_CODE_QTR = 1,
+} atscmh_sccc_code_mode_t;
+
+
+
+ DTV_ATSCMH_SCCC_CODE_MODE_C
+ Series Concatenated Convolutional Code Rate.
+ Possible values are:
+
+typedef enum atscmh_sccc_code_mode {
+ ATSCMH_SCCC_CODE_HLF = 0,
+ ATSCMH_SCCC_CODE_QTR = 1,
+} atscmh_sccc_code_mode_t;
+
+
+
+ DTV_ATSCMH_SCCC_CODE_MODE_D
+ Series Concatenated Convolutional Code Rate.
+ Possible values are:
+
+typedef enum atscmh_sccc_code_mode {
+ ATSCMH_SCCC_CODE_HLF = 0,
+ ATSCMH_SCCC_CODE_QTR = 1,
+} atscmh_sccc_code_mode_t;
+
+
+
+ DTV_ATSCMH_FIC_ERR
+ FIC error count.
+ Possible values: 0, 1, 2, 3, ..., 0xffff
+
+
+ DTV_ATSCMH_CRC_ERR
+ CRC error count.
+ Possible values: 0, 1, 2, 3, ..., 0xffff
+
+
+ DTV_ATSCMH_RS_ERR
+ RS error count.
+ Possible values: 0, 1, 2, 3, ..., 0xffff
+
DTV_API_VERSION
@@ -774,6 +922,36 @@ typedef enum fe_hierarchy {
DTV_BANDWIDTH_HZ
+
+ ATSC-MH delivery system
+ The following parameters are valid for ATSC-MH:
+
+ DTV_API_VERSION
+ DTV_DELIVERY_SYSTEM
+ DTV_TUNE
+ DTV_CLEAR
+ DTV_FREQUENCY
+ DTV_BANDWIDTH_HZ
+ DTV_ATSCMH_FIC_VER
+ DTV_ATSCMH_PARADE_ID
+ DTV_ATSCMH_NOG
+ DTV_ATSCMH_TNOG
+ DTV_ATSCMH_SGN
+ DTV_ATSCMH_PRC
+ DTV_ATSCMH_RS_FRAME_MODE
+ DTV_ATSCMH_RS_FRAME_ENSEMBLE
+ DTV_ATSCMH_CODE_MODE_PRI
+ DTV_ATSCMH_CODE_MODE_SEC
+ DTV_ATSCMH_SCCC_BLOCK_MODE
+ DTV_ATSCMH_SCCC_CODE_MODE_A
+ DTV_ATSCMH_SCCC_CODE_MODE_B
+ DTV_ATSCMH_SCCC_CODE_MODE_C
+ DTV_ATSCMH_SCCC_CODE_MODE_D
+ DTV_ATSCMH_FIC_ERR
+ DTV_ATSCMH_CRC_ERR
+ DTV_ATSCMH_RS_ERR
+
+
Properties used on cable delivery systems