Lines Matching defs:band
763 /* XXX: Filters? AGC? VCO band? */1061 struct v4l2_frequency_band *band)1067 band->tuner, band->type, band->index);1069 if (band->tuner == 0) {1070 if (band->index >= ARRAY_SIZE(bands)) {1073 *band = bands[band->index];1076 } else if (band->tuner == 1) {1078 enum_freq_bands, band);