Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/drivers/media/radio/
Dradio-si476x.c405 } else if (si476x_core_has_am(radio->core)) { in si476x_radio_g_tuner()
703 (!si476x_core_has_am(radio->core) || in si476x_radio_s_frequency()
771 } else if (si476x_core_has_am(radio->core) && in si476x_radio_s_hw_freq_seek()
1420 if (si476x_core_has_am(radio->core)) { in si476x_radio_probe()
/linux-6.12.1/include/linux/mfd/
Dsi476x-core.h365 bool si476x_core_has_am(struct si476x_core *);