Lines Matching refs:index
41 .index = 0,
49 .index = 1,
57 .index = 2,
68 .index = 0,
957 dev_dbg(&pdev->dev, "index=%d type=%d\n", v->index, v->type);
959 if (v->index == 0) {
966 } else if (v->index == 1 &&
969 } else if (v->index == 1) {
991 if (v->index == 0) {
993 } else if (v->index == 1 &&
996 } else if (v->index == 1) {
1011 dev_dbg(&pdev->dev, "tuner=%d type=%d index=%d\n",
1012 band->tuner, band->type, band->index);
1015 if (band->index >= ARRAY_SIZE(bands_adc))
1018 *band = bands_adc[band->index];
1024 if (band->index >= ARRAY_SIZE(bands_fm))
1027 *band = bands_fm[band->index];
1114 if (f->index >= dev->num_formats)
1117 f->pixelformat = formats[f->index].pixelformat;