Lines Matching refs:band
178 switch (tea->band) { in tea5777_freq_to_v4l2_freq()
192 freq = clamp(tea->freq, bands[tea->band].rangelow, in radio_tea5777_set_freq()
193 bands[tea->band].rangehigh); in radio_tea5777_set_freq()
196 switch (tea->band) { in radio_tea5777_set_freq()
284 struct v4l2_frequency_band *band) in vidioc_enum_freq_bands() argument
288 if (band->tuner != 0 || band->index >= ARRAY_SIZE(bands) || in vidioc_enum_freq_bands()
289 (!tea->has_am && band->index == BAND_AM)) in vidioc_enum_freq_bands()
292 *band = bands[band->index]; in vidioc_enum_freq_bands()
322 if (tea->band == BAND_FM && in vidioc_g_tuner()
351 if (tea->audmode != orig_audmode && tea->band == BAND_FM) in vidioc_s_tuner()
378 tea->band = BAND_AM; in vidioc_s_frequency()
380 tea->band = BAND_FM; in vidioc_s_frequency()
413 tea->band = i; in vidioc_s_hw_freq_seek()
422 rangelow = bands[tea->band].rangelow; in vidioc_s_hw_freq_seek()
423 rangehigh = bands[tea->band].rangehigh; in vidioc_s_hw_freq_seek()
426 spacing = (tea->band == BAND_AM) ? (5 * 16) : (200 * 16); /* kHz */ in vidioc_s_hw_freq_seek()