Lines Matching defs:index
60 .index = 0,
657 u16 index = (data >> 16) & 0xffff;
660 value, index, NULL, 0);
662 requesttype, value, index, NULL, 0, 2000);
895 dev_dbg(dev->dev, "index=%d\n", f->index);
897 if (f->index >= dev->num_formats)
900 f->pixelformat = formats[f->index].pixelformat;
977 dev_dbg(dev->dev, "index=%d\n", v->index);
979 if (v->index == 0)
981 else if (v->index == 1)
994 dev_dbg(dev->dev, "index=%d\n", v->index);
996 if (v->index == 0) {
1003 } else if (v->index == 1) {
1063 dev_dbg(dev->dev, "tuner=%d type=%d index=%d\n",
1064 band->tuner, band->type, band->index);
1067 if (band->index >= ARRAY_SIZE(bands)) {
1070 *band = bands[band->index];