Lines Matching refs:index
41 .index = 0,
49 .index = 1,
57 .index = 2,
68 .index = 0,
960 dev_dbg(&pdev->dev, "index=%d type=%d\n", v->index, v->type);
962 if (v->index == 0) {
969 } else if (v->index == 1 &&
972 } else if (v->index == 1) {
994 if (v->index == 0) {
996 } else if (v->index == 1 &&
999 } else if (v->index == 1) {
1014 dev_dbg(&pdev->dev, "tuner=%d type=%d index=%d\n",
1015 band->tuner, band->type, band->index);
1018 if (band->index >= ARRAY_SIZE(bands_adc))
1021 *band = bands_adc[band->index];
1027 if (band->index >= ARRAY_SIZE(bands_fm))
1030 *band = bands_fm[band->index];
1117 if (f->index >= dev->num_formats)
1120 f->pixelformat = formats[f->index].pixelformat;