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

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

Completed in 220 milliseconds