Searched refs:zv_mode (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | au8522_dig.c | 20 static int zv_mode = 1; /* default to on */ variable 567 if (zv_mode) { in au8522_enable_modulation() 568 dprintk("%s() QAM 256 (zv_mode)\n", __func__); in au8522_enable_modulation() 620 if (zv_mode) { in au8522_set_frontend() 621 dprintk("%s() increase tuner settling time for zv_mode\n", in au8522_set_frontend() 911 module_param(zv_mode, int, 0644); 912 MODULE_PARM_DESC(zv_mode, "Turn on/off ZeeVee modulator compatibility mode (default:on).\n"
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | au8522_dig.c | 20 static int zv_mode = 1; /* default to on */ variable 567 if (zv_mode) { in au8522_enable_modulation() 568 dprintk("%s() QAM 256 (zv_mode)\n", __func__); in au8522_enable_modulation() 620 if (zv_mode) { in au8522_set_frontend() 621 dprintk("%s() increase tuner settling time for zv_mode\n", in au8522_set_frontend() 911 module_param(zv_mode, int, 0644); 912 MODULE_PARM_DESC(zv_mode, "Turn on/off ZeeVee modulator compatibility mode (default:on).\n"
|
Completed in 2 milliseconds