Home
last modified time | relevance | path

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

/linux/drivers/media/tuners/
H A Dtuner-types.c107 .cb_first_if_lower_freq = 1,
124 .cb_first_if_lower_freq = 1,
141 .cb_first_if_lower_freq = 1,
571 .cb_first_if_lower_freq = 1,
596 .cb_first_if_lower_freq = 1,
686 .cb_first_if_lower_freq = 1,
798 .cb_first_if_lower_freq = 1,
1296 .cb_first_if_lower_freq = 1,
1308 .cb_first_if_lower_freq = 1, /* not specified, but safe to do */
1337 .cb_first_if_lower_freq
[all...]
H A Dtuner-simple.c596 if (t_params->cb_first_if_lower_freq && div < priv->last_div) { in simple_set_tv_freq()
713 if (t_params->cb_first_if_lower_freq && div < priv->last_div) { in simple_set_radio_freq()
/linux/include/media/
H A Dtuner-types.h65 * @cb_first_if_lower_freq: Many Philips-based tuners have a comment in
76 * Set cb_first_if_lower_freq to 1, if this check
148 unsigned int cb_first_if_lower_freq:1; member