Searched refs:cb_first_if_lower_freq (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/media/tuners/ |
D | tuner-types.c | 107 .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 = 1, /* not specified but safe to do */
|
D | tuner-simple.c | 596 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-5.19.10/include/media/ |
D | tuner-types.h | 148 unsigned int cb_first_if_lower_freq:1; member
|