Home
last modified time | relevance | path

Searched full:modulation (Results 1 – 25 of 635) sorted by relevance

12345678910>>...26

/kernel/linux/linux-6.6/Documentation/admin-guide/media/
Ddvb_intro.rst150 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-5.10/Documentation/admin-guide/media/
Ddvb_intro.rst150 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-6.6/include/uapi/linux/dvb/
Dfrontend.h34 * @FE_CAN_QPSK: Supports QPSK modulation
35 * @FE_CAN_QAM_16: Supports 16-QAM modulation
36 * @FE_CAN_QAM_32: Supports 32-QAM modulation
37 * @FE_CAN_QAM_64: Supports 64-QAM modulation
38 * @FE_CAN_QAM_128: Supports 128-QAM modulation
39 * @FE_CAN_QAM_256: Supports 256-QAM modulation
40 * @FE_CAN_QAM_AUTO: Can auto-detect QAM modulation
45 * @FE_CAN_8VSB: Supports 8-VSB modulation
46 * @FE_CAN_16VSB: Supporta 16-VSB modulation
49 * @FE_CAN_TURBO_FEC: Supports "turbo FEC" modulation
[all …]
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dvidioc-enum-freq-bands.rst92 - ``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/Documentation/userspace-api/media/v4l/
Dvidioc-enum-freq-bands.rst92 - ``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/
Dzd_mac.h17 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-6.6/drivers/net/wireless/zydas/zd1211rw/
Dzd_mac.h17 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/
Dfrontend.h49 * @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-5.10/drivers/media/dvb-frontends/
Dlgs8gxx_priv.h23 #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 */
Das102_fe.c99 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()
Dor51132.c253 "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 …]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
Dlgs8gxx_priv.h23 #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 */
Das102_fe.c99 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()
Dor51132.c253 "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 …]
Dstv0367_priv.h96 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-5.10/drivers/staging/pi433/
Dpi433_if.h40 * @modulation:
59 enum modulation modulation; member
88 * @modulation:
108 enum modulation modulation; member
/kernel/linux/linux-6.6/drivers/staging/pi433/
Dpi433_if.h37 * @modulation:
56 enum modulation modulation; member
85 * @modulation:
105 enum modulation modulation; member
/kernel/linux/linux-5.10/drivers/cpufreq/
Dgx-suspmod.c3 * 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-6.6/drivers/cpufreq/
Dgx-suspmod.c3 * 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-6.6/Documentation/userspace-api/media/dvb/
Ddvb-frontend-parameters.rst82 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) */
Dfrontend-property-cable-systems.rst16 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/
Ddvb-frontend-parameters.rst82 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) */
Dfrontend-property-cable-systems.rst16 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-6.6/drivers/media/test-drivers/vidtv/
Dvidtv_demod.h20 * 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
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
Dvidtv_demod.h20 * 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

12345678910>>...26