Searched refs:has_am (Results 1 - 5 of 5) sorted by relevance

/drivers/media/radio/
H A Dradio-tea5777.h68 bool has_am; /* Device can tune to AM freqs */ member in struct:radio_tea5777
H A Dradio-tea5777.c289 (!tea->has_am && band->index == BAND_AM))
310 if (tea->has_am)
319 v->rangelow = tea->has_am ? bands[BAND_AM].rangelow :
377 if (tea->has_am && f->frequency < (20000 * 16))
404 if (i == BAND_AM && !tea->has_am)
H A Dtea575x.c267 if (tea->has_am) {
296 strlcpy(v->name, tea->has_am ? "FM/AM" : "FM", sizeof(v->name));
299 v->rangelow = tea->has_am ? bands[BAND_AM].rangelow : band_fm.rangelow;
346 if (tea->has_am && f->frequency < (20000 * 16))
378 (i == BAND_AM && !tea->has_am))
H A Dradio-shark2.c315 shark->tea.has_am = true;
H A Dradio-shark.c351 shark->tea.has_am = true;

Completed in 110 milliseconds