Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dsi476x-core.h368 bool si476x_core_is_a_primary_tuner(struct si476x_core *);
/openbmc/linux/drivers/mfd/
H A Dsi476x-i2c.c665 bool si476x_core_is_a_primary_tuner(struct si476x_core *core) in si476x_core_is_a_primary_tuner() function
671 EXPORT_SYMBOL_GPL(si476x_core_is_a_primary_tuner);
/openbmc/linux/drivers/media/radio/
H A Dradio-si476x.c408 if (si476x_core_is_a_primary_tuner(radio->core)) in si476x_radio_g_tuner()