Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mfd/
Dsi476x-core.h377 bool si476x_core_is_a_primary_tuner(struct si476x_core *);
/linux-4.1.27/drivers/mfd/
Dsi476x-i2c.c669 bool si476x_core_is_a_primary_tuner(struct si476x_core *core) in si476x_core_is_a_primary_tuner() function
675 EXPORT_SYMBOL_GPL(si476x_core_is_a_primary_tuner);
/linux-4.1.27/drivers/media/radio/
Dradio-si476x.c431 if (si476x_core_is_a_primary_tuner(radio->core)) in si476x_radio_g_tuner()