Searched refs:wl1273_fm_set_rx_freq (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/radio/ |
H A D | radio-wl1273.c | 394 static int wl1273_fm_set_rx_freq(struct wl1273_device *radio, unsigned int freq) in wl1273_fm_set_rx_freq() function 722 r = wl1273_fm_set_rx_freq(radio, radio->rx_frequency); in wl1273_fm_set_mode() 795 r = wl1273_fm_set_rx_freq(radio, f + radio->spacing); in wl1273_fm_set_seek() 797 r = wl1273_fm_set_rx_freq(radio, radio->rangelow); in wl1273_fm_set_seek() 799 r = wl1273_fm_set_rx_freq(radio, f - radio->spacing); in wl1273_fm_set_seek() 801 r = wl1273_fm_set_rx_freq(radio, radio->rangehigh); in wl1273_fm_set_seek() 850 r = wl1273_fm_set_rx_freq(radio, f); in wl1273_fm_set_seek() 955 r = wl1273_fm_set_rx_freq(radio, radio->rx_frequency); in wl1273_fm_rds_on() 985 r = wl1273_fm_set_rx_freq(radio, radio->rx_frequency); in wl1273_fm_rds_off() 1662 r = wl1273_fm_set_rx_freq(radio, in wl1273_fm_vidioc_s_frequency()
|