| /kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
| D | dvb_intro.rst | 150 MODULATION = QAM/64 178 MODULATION = QAM/64 193 MODULATION = QAM/64 208 MODULATION = QAM/64 223 MODULATION = QAM/64 238 MODULATION = QAM/64 253 MODULATION = QAM/64 268 MODULATION = QAM/64 283 MODULATION = QAM/64 298 MODULATION = QAM/64 [all …]
|
| /kernel/linux/linux-4.19/Documentation/media/uapi/v4l/ |
| D | vidioc-enum-freq-bands.rst | 94 - ``modulation`` 95 - :cspan:`2` The supported modulation systems of this frequency 96 band. See :ref:`band-modulation`. 100 Currently only one modulation system per frequency band 102 modulation systems are possible. Contact the linux-media 116 .. _band-modulation: 118 .. flat-table:: Band Modulation Systems 125 - Vestigial Sideband modulation, used for analog TV. 128 - Frequency Modulation, commonly used for analog radio. 131 - Amplitude Modulation, commonly used for analog radio.
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | vidioc-enum-freq-bands.rst | 92 - ``modulation`` 93 - :cspan:`2` The supported modulation systems of this frequency 94 band. See :ref:`band-modulation`. 98 Currently only one modulation system per frequency band 100 modulation systems are possible. Contact the linux-media 113 .. _band-modulation: 115 .. flat-table:: Band Modulation Systems 122 - Vestigial Sideband modulation, used for analog TV. 125 - Frequency Modulation, commonly used for analog radio. 128 - Amplitude Modulation, commonly used for analog radio.
|
| /kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/ |
| D | zd_mac.h | 17 u8 modulation; member 29 /* The field modulation of struct zd_ctrlset controls the bit rate, the use 33 * The term zd-rate is used for the combination of the modulation type flag 39 #define ZD_PURE_RATE(modulation) ((modulation) & ZD_PURE_RATE_MASK) argument 40 #define ZD_MODULATION_TYPE(modulation) ((modulation) & ZD_MODULATION_TYPE_MASK) argument 41 #define ZD_RATE(modulation) ((modulation) & ZD_RATE_MASK) argument 43 /* The two possible modulation types. Notify that 802.11b doesn't use the CCK 52 * with the modulation type flag and call the resulting values zd-rates. 67 /* The bit 5 of the zd_ctrlset modulation field controls the preamble in CCK
|
| /kernel/linux/linux-5.10/include/uapi/linux/dvb/ |
| D | frontend.h | 49 * @FE_CAN_QPSK: Supports QPSK modulation 50 * @FE_CAN_QAM_16: Supports 16-QAM modulation 51 * @FE_CAN_QAM_32: Supports 32-QAM modulation 52 * @FE_CAN_QAM_64: Supports 64-QAM modulation 53 * @FE_CAN_QAM_128: Supports 128-QAM modulation 54 * @FE_CAN_QAM_256: Supports 256-QAM modulation 55 * @FE_CAN_QAM_AUTO: Can auto-detect QAM modulation 60 * @FE_CAN_8VSB: Supports 8-VSB modulation 61 * @FE_CAN_16VSB: Supporta 16-VSB modulation 64 * @FE_CAN_TURBO_FEC: Supports "turbo FEC" modulation [all …]
|
| /kernel/linux/linux-4.19/include/uapi/linux/dvb/ |
| D | frontend.h | 49 * @FE_CAN_QPSK: Supports QPSK modulation 50 * @FE_CAN_QAM_16: Supports 16-QAM modulation 51 * @FE_CAN_QAM_32: Supports 32-QAM modulation 52 * @FE_CAN_QAM_64: Supports 64-QAM modulation 53 * @FE_CAN_QAM_128: Supports 128-QAM modulation 54 * @FE_CAN_QAM_256: Supports 256-QAM modulation 55 * @FE_CAN_QAM_AUTO: Can auto-detect QAM modulation 60 * @FE_CAN_8VSB: Supports 8-VSB modulation 61 * @FE_CAN_16VSB: Supporta 16-VSB modulation 64 * @FE_CAN_TURBO_FEC: Supports "turbo FEC" modulation [all …]
|
| /kernel/linux/linux-4.19/drivers/net/wireless/zydas/zd1211rw/ |
| D | zd_mac.h | 29 u8 modulation; member 41 /* The field modulation of struct zd_ctrlset controls the bit rate, the use 45 * The term zd-rate is used for the combination of the modulation type flag 51 #define ZD_PURE_RATE(modulation) ((modulation) & ZD_PURE_RATE_MASK) argument 52 #define ZD_MODULATION_TYPE(modulation) ((modulation) & ZD_MODULATION_TYPE_MASK) argument 53 #define ZD_RATE(modulation) ((modulation) & ZD_RATE_MASK) argument 55 /* The two possible modulation types. Notify that 802.11b doesn't use the CCK 64 * with the modulation type flag and call the resulting values zd-rates. 79 /* The bit 5 of the zd_ctrlset modulation field controls the preamble in CCK
|
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| D | lgs8gxx_priv.h | 23 #define SC_MASK 0x1C /* Sub-Carrier Modulation Mask */ 24 #define SC_QAM64 0x10 /* 64QAM modulation */ 25 #define SC_QAM32 0x0C /* 32QAM modulation */ 26 #define SC_QAM16 0x08 /* 16QAM modulation */ 27 #define SC_QAM4NR 0x04 /* 4QAM-NR modulation */ 28 #define SC_QAM4 0x00 /* 4QAM modulation */
|
| D | as102_fe.c | 99 switch (c->modulation) { in as102_fe_set_frontend() 101 tune_args.modulation = CONST_QPSK; in as102_fe_set_frontend() 104 tune_args.modulation = CONST_QAM16; in as102_fe_set_frontend() 107 tune_args.modulation = CONST_QAM64; in as102_fe_set_frontend() 110 tune_args.modulation = CONST_UNKNOWN; in as102_fe_set_frontend() 197 switch (tps.modulation) { in as102_fe_get_frontend() 199 c->modulation = QPSK; in as102_fe_get_frontend() 202 c->modulation = QAM_16; in as102_fe_get_frontend() 205 c->modulation = QAM_64; in as102_fe_get_frontend()
|
| D | or51132.c | 253 "or51132: setmode: Modulation set to unsupported value (%d)\n", in or51132_setmode() 280 static int modulation_fw_class(enum fe_modulation modulation) in modulation_fw_class() argument 282 switch(modulation) { in modulation_fw_class() 305 modulation_fw_class(p->modulation)) { in or51132_set_parameters() 306 switch (modulation_fw_class(p->modulation)) { in or51132_set_parameters() 322 printk("or51132: Modulation type(%d) UNSUPPORTED\n", in or51132_set_parameters() 323 p->modulation); in or51132_set_parameters() 342 /* Change only if we are actually changing the modulation */ in or51132_set_parameters() 343 if (state->current_modulation != p->modulation) { in or51132_set_parameters() 344 state->current_modulation = p->modulation; in or51132_set_parameters() [all …]
|
| D | stv0367_priv.h | 96 FE_TER_HIER_ALPHA_NONE, /* Regular modulation */ 97 FE_TER_HIER_ALPHA_1, /* Hierarchical modulation a = 1*/ 98 FE_TER_HIER_ALPHA_2, /* Hierarchical modulation a = 2*/ 99 FE_TER_HIER_ALPHA_4 /* Hierarchical modulation a = 4*/ 175 enum stv0367cab_mod modulation; member
|
| /kernel/linux/linux-4.19/drivers/media/dvb-frontends/ |
| D | lgs8gxx_priv.h | 33 #define SC_MASK 0x1C /* Sub-Carrier Modulation Mask */ 34 #define SC_QAM64 0x10 /* 64QAM modulation */ 35 #define SC_QAM32 0x0C /* 32QAM modulation */ 36 #define SC_QAM16 0x08 /* 16QAM modulation */ 37 #define SC_QAM4NR 0x04 /* 4QAM-NR modulation */ 38 #define SC_QAM4 0x00 /* 4QAM modulation */
|
| D | as102_fe.c | 108 switch (c->modulation) { in as102_fe_set_frontend() 110 tune_args.modulation = CONST_QPSK; in as102_fe_set_frontend() 113 tune_args.modulation = CONST_QAM16; in as102_fe_set_frontend() 116 tune_args.modulation = CONST_QAM64; in as102_fe_set_frontend() 119 tune_args.modulation = CONST_UNKNOWN; in as102_fe_set_frontend() 206 switch (tps.modulation) { in as102_fe_get_frontend() 208 c->modulation = QPSK; in as102_fe_get_frontend() 211 c->modulation = QAM_16; in as102_fe_get_frontend() 214 c->modulation = QAM_64; in as102_fe_get_frontend()
|
| D | or51132.c | 264 "or51132: setmode: Modulation set to unsupported value (%d)\n", in or51132_setmode() 291 static int modulation_fw_class(enum fe_modulation modulation) in modulation_fw_class() argument 293 switch(modulation) { in modulation_fw_class() 316 modulation_fw_class(p->modulation)) { in or51132_set_parameters() 317 switch (modulation_fw_class(p->modulation)) { in or51132_set_parameters() 333 printk("or51132: Modulation type(%d) UNSUPPORTED\n", in or51132_set_parameters() 334 p->modulation); in or51132_set_parameters() 353 /* Change only if we are actually changing the modulation */ in or51132_set_parameters() 354 if (state->current_modulation != p->modulation) { in or51132_set_parameters() 355 state->current_modulation = p->modulation; in or51132_set_parameters() [all …]
|
| D | stv0367_priv.h | 106 FE_TER_HIER_ALPHA_NONE, /* Regular modulation */ 107 FE_TER_HIER_ALPHA_1, /* Hierarchical modulation a = 1*/ 108 FE_TER_HIER_ALPHA_2, /* Hierarchical modulation a = 2*/ 109 FE_TER_HIER_ALPHA_4 /* Hierarchical modulation a = 4*/ 185 enum stv0367cab_mod modulation; member
|
| D | gp8psk-fe.c | 148 if (c->delivery_system == SYS_DVBS && c->modulation == PSK_8) in gp8psk_fe_set_frontend() 153 if (c->modulation != QPSK) { in gp8psk_fe_set_frontend() 154 dprintk("%s: unsupported modulation selected (%d)\n", in gp8psk_fe_set_frontend() 155 __func__, c->modulation); in gp8psk_fe_set_frontend() 177 switch (c->modulation) { in gp8psk_fe_set_frontend() 224 default: /* Unknown modulation */ in gp8psk_fe_set_frontend() 225 dprintk("%s: unsupported modulation selected (%d)\n", in gp8psk_fe_set_frontend() 226 __func__, c->modulation); in gp8psk_fe_set_frontend()
|
| /kernel/linux/linux-5.10/drivers/staging/pi433/ |
| D | pi433_if.h | 40 * @modulation: 59 enum modulation modulation; member 88 * @modulation: 108 enum modulation modulation; member
|
| /kernel/linux/linux-4.19/drivers/cpufreq/ |
| D | gx-suspmod.c | 2 * Cyrix MediaGX and NatSemi Geode Suspend Modulation 20 * are based on Suspend Modulation. 22 * Suspend Modulation works by asserting and de-asserting the SUSP# pin 27 * Suspend Modulation's OFF/ON duration are configurable 28 * with 'Suspend Modulation OFF Count Register' 29 * and 'Suspend Modulation ON Count Register'. 57 * - fix cpu_khz calc when it stops cpu modulation. 73 * Suspend Modulation - Definitions * 94 #define PCI_MODOFF 0x94 /* suspend modulation OFF counter register, 1 = 32us */ 95 #define PCI_MODON 0x95 /* suspend modulation ON counter register */ [all …]
|
| /kernel/linux/linux-5.10/drivers/cpufreq/ |
| D | gx-suspmod.c | 3 * Cyrix MediaGX and NatSemi Geode Suspend Modulation 17 * are based on Suspend Modulation. 19 * Suspend Modulation works by asserting and de-asserting the SUSP# pin 24 * Suspend Modulation's OFF/ON duration are configurable 25 * with 'Suspend Modulation OFF Count Register' 26 * and 'Suspend Modulation ON Count Register'. 53 * - fix cpu_khz calc when it stops cpu modulation. 69 * Suspend Modulation - Definitions * 90 #define PCI_MODOFF 0x94 /* suspend modulation OFF counter register, 1 = 32us */ 91 #define PCI_MODON 0x95 /* suspend modulation ON counter register */ [all …]
|
| /kernel/linux/linux-4.19/drivers/staging/pi433/ |
| D | pi433_if.h | 50 * @modulation: 69 enum modulation modulation; member 98 * @modulation: 118 enum modulation modulation; member
|
| /kernel/linux/linux-4.19/Documentation/media/uapi/dvb/ |
| D | dvb-frontend-parameters.rst | 82 fe_modulation_t modulation; /* modulation type (see above) */ 97 fe_modulation_t modulation; /* modulation type (see above) */ 115 fe_modulation_t constellation; /* modulation type (see above) */
|
| D | frontend-property-cable-systems.rst | 16 QAM modulation. 19 supports a subset of the Annex A modulation types, and a roll-off of 34 - :ref:`DTV_MODULATION <DTV-MODULATION>` 68 - :ref:`DTV_MODULATION <DTV-MODULATION>`
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/ |
| D | dvb-frontend-parameters.rst | 82 fe_modulation_t modulation; /* modulation type (see above) */ 97 fe_modulation_t modulation; /* modulation type (see above) */ 115 fe_modulation_t constellation; /* modulation type (see above) */
|
| D | frontend-property-cable-systems.rst | 16 QAM modulation. 19 supports a subset of the Annex A modulation types, and a roll-off of 34 - :ref:`DTV_MODULATION <DTV-MODULATION>` 68 - :ref:`DTV_MODULATION <DTV-MODULATION>`
|
| /kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/ |
| D | vidtv_demod.h | 20 * modulation and fec_inner 21 * @modulation: see enum fe_modulation 28 * of modulation and fec_inner in use. We might simulate some noise if the 34 u32 modulation; member
|