Lines Matching refs:band
164 switch (tea->band) {
178 freq = clamp(tea->freq, bands[tea->band].rangelow,
179 bands[tea->band].rangehigh);
182 switch (tea->band) {
267 struct v4l2_frequency_band *band)
271 if (band->tuner != 0 || band->index >= ARRAY_SIZE(bands) ||
272 (!tea->has_am && band->index == BAND_AM))
275 *band = bands[band->index];
305 if (tea->band == BAND_FM &&
334 if (tea->audmode != orig_audmode && tea->band == BAND_FM)
361 tea->band = BAND_AM;
363 tea->band = BAND_FM;
394 return -EINVAL; /* No matching band found */
396 tea->band = i;
405 rangelow = bands[tea->band].rangelow;
406 rangehigh = bands[tea->band].rangehigh;
409 spacing = (tea->band == BAND_AM) ? (5 * 16) : (200 * 16); /* kHz */