Searched refs:BAND_AM (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-radio-common.h19 enum { BAND_FM, BAND_AM, BAND_SW, TOT_BANDS }; enumerator in enum:__anon850
H A Dvivid-radio-common.c161 band = BAND_AM;
H A Dvivid-radio-rx.c192 spacing = band == BAND_AM ? 1600 : 16000;
/linux-master/drivers/media/radio/
H A Dtea575x.c47 enum { BAND_FM, BAND_FM_JAPAN, BAND_AM }; enumerator in enum:__anon261
164 case BAND_AM:
201 case BAND_AM:
249 index = BAND_AM;
287 v->rangelow = tea->has_am ? bands[BAND_AM].rangelow : band_fm.rangelow;
317 if (tea->band != BAND_AM && tea->val != orig_val)
344 tea->band = BAND_AM;
374 (i == BAND_AM && !tea->has_am))
390 spacing = (tea->band == BAND_AM) ? 5 : 50; /* kHz */
H A Dradio-tea5777.c136 enum { BAND_FM, BAND_AM }; enumerator in enum:__anon120
167 case BAND_AM:
195 case BAND_AM:
272 (!tea->has_am && band->index == BAND_AM))
302 v->rangelow = tea->has_am ? bands[BAND_AM].rangelow :
361 tea->band = BAND_AM;
387 if (i == BAND_AM && !tea->has_am)
409 spacing = (tea->band == BAND_AM) ? (5 * 16) : (200 * 16); /* kHz */
H A Dradio-raremono.c71 enum { BAND_FM, BAND_AM, BAND_SW }; enumerator in enum:__anon119
132 case BAND_AM:
252 band = BAND_AM;

Completed in 106 milliseconds