Searched refs:DTV6 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | tuner-xc2028-types.h | 36 DTV6 - 6MHz - ATSC/DVB-C/DVB-T/ISDB-T/DOCSIS 39 #define DTV6 (1 << 5) macro 45 #define DTV_TYPES (D2620|D2633|DTV6|QAM|DTV7|DTV78|DTV8|ATSC)
|
H A D | xc4000.c | 229 {"DTV6", 0x00C0, 0x8002, 0}, 514 if ((priv->cur_fw.type & (FM | DTV6 | DTV7 | DTV78 | DTV8)) == 0) { in xc_tune_channel() 566 if (type & DTV6) in dump_firm_type_and_int_freq() 567 printk(KERN_CONT "DTV6 "); in dump_firm_type_and_int_freq() 643 & (BASE | INIT1 | FM | DTV6 | DTV7 | DTV78 | DTV8 | SCODE)) in seek_firmware() 1157 type = DTV6; in xc4000_set_params() 1164 type = DTV6; in xc4000_set_params() 1180 type = DTV6; in xc4000_set_params() 1218 if (type == DTV6 && priv->firm_version != 0x0102) in xc4000_set_params() 1525 & (BASE | FM | DTV6 | DTV in xc4000_get_frequency() [all...] |
H A D | xc5000.c | 168 #define DTV6 17 macro 194 {"DTV6", 0x00C0, 0x8002}, 746 priv->video_standard = DTV6; in xc5000_set_digital_params() 752 priv->video_standard = DTV6; in xc5000_set_digital_params() 766 priv->video_standard = DTV6; in xc5000_set_digital_params() 788 priv->video_standard = DTV6; in xc5000_set_digital_params()
|
H A D | tuner-xc2028.c | 190 if (type & DTV6) in dump_firm_type_and_int_freq() 191 printk(KERN_CONT "DTV6 "); in dump_firm_type_and_int_freq() 1071 if (priv->cur_fw.type & DTV6) in generic_set_freq() 1241 type |= DTV6; in xc2028_set_params()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | xc2028-types.h | 36 DTV6 - 6MHz - ATSC/DVB-C/DVB-T/ISDB-T/DOCSIS 39 #define DTV6 (1 << 5) macro 45 #define DTV_TYPES (D2620|D2633|DTV6|QAM|DTV7|DTV78|DTV8|ATSC)
|
H A D | xc4000.c | 229 {"DTV6", 0x00C0, 0x8002, 0}, 512 if ((priv->cur_fw.type & (FM | DTV6 | DTV7 | DTV78 | DTV8)) == 0) { in xc_tune_channel() 564 if (type & DTV6) in dump_firm_type_and_int_freq() 565 printk(KERN_CONT "DTV6 "); in dump_firm_type_and_int_freq() 641 & (BASE | INIT1 | FM | DTV6 | DTV7 | DTV78 | DTV8 | SCODE)) in seek_firmware() 1155 type = DTV6; in xc4000_set_params() 1162 type = DTV6; in xc4000_set_params() 1178 type = DTV6; in xc4000_set_params() 1216 if (type == DTV6 && priv->firm_version != 0x0102) in xc4000_set_params() 1523 & (BASE | FM | DTV6 | DTV in xc4000_get_frequency() [all...] |
H A D | xc5000.c | 168 #define DTV6 17 macro 194 {"DTV6", 0x00C0, 0x8002}, 746 priv->video_standard = DTV6; in xc5000_set_digital_params() 752 priv->video_standard = DTV6; in xc5000_set_digital_params() 766 priv->video_standard = DTV6; in xc5000_set_digital_params() 788 priv->video_standard = DTV6; in xc5000_set_digital_params()
|
H A D | xc2028.c | 190 if (type & DTV6) in dump_firm_type_and_int_freq() 191 printk(KERN_CONT "DTV6 "); in dump_firm_type_and_int_freq() 1071 if (priv->cur_fw.type & DTV6) in generic_set_freq() 1241 type |= DTV6; in xc2028_set_params()
|
Completed in 14 milliseconds