Home
last modified time | relevance | path

Searched refs:has_am (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/media/radio/
Dradio-tea5777.c289 (!tea->has_am && band->index == BAND_AM)) in vidioc_enum_freq_bands()
310 if (tea->has_am) in vidioc_g_tuner()
319 v->rangelow = tea->has_am ? bands[BAND_AM].rangelow : in vidioc_g_tuner()
377 if (tea->has_am && f->frequency < (20000 * 16)) in vidioc_s_frequency()
404 if (i == BAND_AM && !tea->has_am) in vidioc_s_hw_freq_seek()
Dtea575x.c266 if (tea->has_am) { in snd_tea575x_enum_freq_bands()
302 strlcpy(v->name, tea->has_am ? "FM/AM" : "FM", sizeof(v->name)); in snd_tea575x_g_tuner()
305 v->rangelow = tea->has_am ? bands[BAND_AM].rangelow : band_fm.rangelow; in snd_tea575x_g_tuner()
361 if (tea->has_am && f->frequency < (20000 * 16)) in vidioc_s_frequency()
392 (i == BAND_AM && !tea->has_am)) in snd_tea575x_s_hw_freq_seek()
Dradio-tea5777.h68 bool has_am; /* Device can tune to AM freqs */ member
Dradio-shark2.c315 shark->tea.has_am = true; in usb_shark_probe()
Dradio-shark.c351 shark->tea.has_am = true; in usb_shark_probe()
/linux-4.1.27/include/media/
Dtea575x.h56 bool has_am; /* Device can tune to AM freqs */ member