Lines Matching defs:index
54 .index = 0,
65 .index = 0,
160 static int airspy_ctrl_msg(struct airspy *s, u8 request, u16 value, u16 index,
195 index, s->buf, size, 1000);
197 index, s->buf, size);
620 if (f->index >= NUM_FORMATS)
623 f->pixelformat = formats[f->index].pixelformat;
692 if (v->index == 0)
694 else if (v->index == 1)
706 if (v->index == 0) {
713 } else if (v->index == 1) {
786 if (band->index >= ARRAY_SIZE(bands)) {
789 *band = bands[band->index];
793 if (band->index >= ARRAY_SIZE(bands_rf)) {
796 *band = bands_rf[band->index];