Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mfd/
Dsi476x-i2c.c644 bool si476x_core_has_am(struct si476x_core *core) in si476x_core_has_am() function
649 EXPORT_SYMBOL_GPL(si476x_core_has_am);
675 return si476x_core_has_am(core) && in si476x_core_is_in_am_receiver_mode()
/linux-6.6.21/drivers/media/radio/
Dradio-si476x.c407 } else if (si476x_core_has_am(radio->core)) { in si476x_radio_g_tuner()
705 (!si476x_core_has_am(radio->core) || in si476x_radio_s_frequency()
773 } else if (si476x_core_has_am(radio->core) && in si476x_radio_s_hw_freq_seek()
1422 if (si476x_core_has_am(radio->core)) { in si476x_radio_probe()
/linux-6.6.21/include/linux/mfd/
Dsi476x-core.h365 bool si476x_core_has_am(struct si476x_core *);