Searched refs:DTV7 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | tuner-xc2028-types.h | 41 #define DTV7 (1<<7) macro 45 #define DTV_TYPES (D2620|D2633|DTV6|QAM|DTV7|DTV78|DTV8|ATSC)
|
H A D | tuner-xc2028.c | 194 if (type & DTV7) in dump_firm_type_and_int_freq() 195 printk(KERN_CONT "DTV7 "); in dump_firm_type_and_int_freq() 1064 * This is coherent to what was implemented for the DTV7 in generic_set_freq() 1067 * firmwares (DTV7, DTV8, DTV78) and doesn't depend on channel in generic_set_freq() 1073 else /* DTV7 or DTV8 or DTV78 */ in generic_set_freq() 1099 if (priv->cur_fw.type & DTV7) in generic_set_freq() 1102 if (priv->cur_fw.type & DTV7) in generic_set_freq() 1249 type |= (priv->ctrl.vhfbw7 && priv->ctrl.uhfbw8) ? DTV78 : DTV7; in xc2028_set_params() 1270 * The DTV7 S-code table needs a 700 kHz shift. in xc2028_set_params() 1272 * DTV7 i in xc2028_set_params() [all...] |
H A D | xc4000.c | 231 {"DTV7/8", 0x00C0, 0x801B, 0}, 232 {"DTV7", 0x00C0, 0x8007, 0}, 514 if ((priv->cur_fw.type & (FM | DTV6 | DTV7 | DTV78 | DTV8)) == 0) { in xc_tune_channel() 570 if (type & DTV7) in dump_firm_type_and_int_freq() 571 printk(KERN_CONT "DTV7 "); in dump_firm_type_and_int_freq() 643 & (BASE | INIT1 | FM | DTV6 | DTV7 | DTV78 | DTV8 | SCODE)) in seek_firmware() 1184 type = DTV7; in xc4000_set_params() 1525 & (BASE | FM | DTV6 | DTV7 | DTV78 | DTV8)) == BASE) { in xc4000_get_frequency() 1563 if (priv->cur_fw.type & (DTV6 | DTV7 | DTV78 | DTV8)) in xc4000_get_status()
|
H A D | xc5000.c | 171 #define DTV7 20 macro 196 {"DTV7/8", 0x00C0, 0x801B}, 197 {"DTV7", 0x00C0, 0x8007}, 770 priv->video_standard = DTV7; in xc5000_set_digital_params() 792 priv->video_standard = DTV7; in xc5000_set_digital_params()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | xc2028-types.h | 41 #define DTV7 (1<<7) macro 45 #define DTV_TYPES (D2620|D2633|DTV6|QAM|DTV7|DTV78|DTV8|ATSC)
|
H A D | xc2028.c | 194 if (type & DTV7) in dump_firm_type_and_int_freq() 195 printk(KERN_CONT "DTV7 "); in dump_firm_type_and_int_freq() 1064 * This is coherent to what was implemented for the DTV7 in generic_set_freq() 1067 * firmwares (DTV7, DTV8, DTV78) and doesn't depend on channel in generic_set_freq() 1073 else /* DTV7 or DTV8 or DTV78 */ in generic_set_freq() 1099 if (priv->cur_fw.type & DTV7) in generic_set_freq() 1102 if (priv->cur_fw.type & DTV7) in generic_set_freq() 1249 type |= (priv->ctrl.vhfbw7 && priv->ctrl.uhfbw8) ? DTV78 : DTV7; in xc2028_set_params() 1270 * The DTV7 S-code table needs a 700 kHz shift. in xc2028_set_params() 1272 * DTV7 i in xc2028_set_params() [all...] |
H A D | xc4000.c | 231 {"DTV7/8", 0x00C0, 0x801B, 0}, 232 {"DTV7", 0x00C0, 0x8007, 0}, 512 if ((priv->cur_fw.type & (FM | DTV6 | DTV7 | DTV78 | DTV8)) == 0) { in xc_tune_channel() 568 if (type & DTV7) in dump_firm_type_and_int_freq() 569 printk(KERN_CONT "DTV7 "); in dump_firm_type_and_int_freq() 641 & (BASE | INIT1 | FM | DTV6 | DTV7 | DTV78 | DTV8 | SCODE)) in seek_firmware() 1182 type = DTV7; in xc4000_set_params() 1523 & (BASE | FM | DTV6 | DTV7 | DTV78 | DTV8)) == BASE) { in xc4000_get_frequency() 1561 if (priv->cur_fw.type & (DTV6 | DTV7 | DTV78 | DTV8)) in xc4000_get_status()
|
H A D | xc5000.c | 171 #define DTV7 20 macro 196 {"DTV7/8", 0x00C0, 0x801B}, 197 {"DTV7", 0x00C0, 0x8007}, 770 priv->video_standard = DTV7; in xc5000_set_digital_params() 792 priv->video_standard = DTV7; in xc5000_set_digital_params()
|
Completed in 12 milliseconds