Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/radio/
Dtea575x.c58 enum { BAND_FM, BAND_FM_JAPAN, BAND_AM }; enumerator
175 case BAND_AM: in snd_tea575x_val_to_freq()
212 case BAND_AM: in snd_tea575x_set_freq()
264 index = BAND_AM; in snd_tea575x_enum_freq_bands()
302 v->rangelow = tea->has_am ? bands[BAND_AM].rangelow : band_fm.rangelow; in snd_tea575x_g_tuner()
332 if (tea->band != BAND_AM && tea->val != orig_val) in vidioc_s_tuner()
359 tea->band = BAND_AM; in vidioc_s_frequency()
389 (i == BAND_AM && !tea->has_am)) in snd_tea575x_s_hw_freq_seek()
405 spacing = (tea->band == BAND_AM) ? 5 : 50; /* kHz */ in snd_tea575x_s_hw_freq_seek()
Dradio-tea5777.c146 enum { BAND_FM, BAND_AM }; enumerator
177 case BAND_AM: in tea5777_freq_to_v4l2_freq()
205 case BAND_AM: in radio_tea5777_set_freq()
285 (!tea->has_am && band->index == BAND_AM)) in vidioc_enum_freq_bands()
315 v->rangelow = tea->has_am ? bands[BAND_AM].rangelow : in vidioc_g_tuner()
374 tea->band = BAND_AM; in vidioc_s_frequency()
400 if (i == BAND_AM && !tea->has_am) in vidioc_s_hw_freq_seek()
422 spacing = (tea->band == BAND_AM) ? (5 * 16) : (200 * 16); /* kHz */ in vidioc_s_hw_freq_seek()
Dradio-raremono.c71 enum { BAND_FM, BAND_AM, BAND_SW }; enumerator
132 case BAND_AM: in raremono_cmd_main()
254 band = BAND_AM; in vidioc_s_frequency()