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