Searched refs:tuner_max (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/dvb-core/
H A Ddvb_frontend.c901 u32 tuner_max = fe->ops.tuner_ops.info.frequency_max_hz; local
908 *freq_max = tuner_max;
909 else if (tuner_max == 0)
912 *freq_max = min(frontend_max, tuner_max);
920 tuner_min, tuner_max, frontend_min, frontend_max);

Completed in 128 milliseconds