Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_frontend.c906 u32 tuner_max = fe->ops.tuner_ops.info.frequency_max_hz; in dvb_frontend_get_frequency_limits() local
913 *freq_max = tuner_max; in dvb_frontend_get_frequency_limits()
914 else if (tuner_max == 0) in dvb_frontend_get_frequency_limits()
917 *freq_max = min(frontend_max, tuner_max); in dvb_frontend_get_frequency_limits()
925 tuner_min, tuner_max, frontend_min, frontend_max); in dvb_frontend_get_frequency_limits()