Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/tuners/
Dtuner-types.c106 .cb_first_if_lower_freq = 1,
123 .cb_first_if_lower_freq = 1,
140 .cb_first_if_lower_freq = 1,
570 .cb_first_if_lower_freq = 1,
595 .cb_first_if_lower_freq = 1,
685 .cb_first_if_lower_freq = 1,
797 .cb_first_if_lower_freq = 1,
1295 .cb_first_if_lower_freq = 1,
1307 .cb_first_if_lower_freq = 1, /* not specified, but safe to do */
1336 .cb_first_if_lower_freq = 1, /* not specified but safe to do */
Dtuner-simple.c595 if (t_params->cb_first_if_lower_freq && div < priv->last_div) { in simple_set_tv_freq()
712 if (t_params->cb_first_if_lower_freq && div < priv->last_div) { in simple_set_radio_freq()
/linux-4.19.296/include/media/
Dtuner-types.h148 unsigned int cb_first_if_lower_freq:1; member