Home
last modified time | relevance | path

Searched refs:WL1273_MODE_RX (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/radio/
H A Dradio-wl1273.c154 if (core->mode != WL1273_MODE_RX) in wl1273_fm_rds()
289 if (core->mode == WL1273_MODE_RX) { in wl1273_fm_irq_thread_handler()
460 if (core->mode == WL1273_MODE_RX) { in wl1273_fm_get_freq()
534 if (core->mode == WL1273_MODE_RX) { in wl1273_fm_stop()
570 if (new_mode == WL1273_MODE_RX) { in wl1273_fm_start()
633 if (new_mode == WL1273_MODE_RX) { in wl1273_fm_start()
669 if (core->mode == WL1273_MODE_RX) in wl1273_fm_suspend()
704 case WL1273_MODE_RX: in wl1273_fm_set_mode()
721 if (mode == WL1273_MODE_RX) { in wl1273_fm_set_mode()
1185 if (core->mode != WL1273_MODE_RX) in wl1273_fm_fops_read()
[all …]
/openbmc/linux/drivers/mfd/
H A Dwl1273-core.c88 if (core->mode == WL1273_MODE_RX && new_mode == WL1273_AUDIO_DIGITAL) { in wl1273_fm_set_audio()
104 } else if (core->mode == WL1273_MODE_RX && in wl1273_fm_set_audio()
/openbmc/linux/sound/soc/codecs/
H A Dwl1273.c142 if (channel_number == 1 && core->mode == WL1273_MODE_RX) in snd_wl1273_fm_set_channel_number()
146 else if (channel_number == 2 && core->mode == WL1273_MODE_RX) in snd_wl1273_fm_set_channel_number()
/openbmc/linux/include/linux/mfd/
H A Dwl1273-core.h125 #define WL1273_MODE_RX BIT(0) macro