Lines Matching defs:index
1277 static void video_mux(struct em28xx *dev, int index)
1281 dev->ctl_input = index;
1282 dev->ctl_ainput = INPUT(index)->amux;
1283 dev->ctl_aoutput = INPUT(index)->aout;
1289 INPUT(index)->vmux, 0, 0);
1655 n = i->index;
1707 unsigned int index)
1709 unsigned int idx = dev->amux_map[index];
1750 a->index = index;
1753 em28xx_videodbg("%s: audio input index %d is '%s'\n",
1754 s, a->index, a->name);
1763 if (a->index >= MAX_EM28XX_INPUT)
1766 return em28xx_fill_audio_input(dev, __func__, a, a->index);
1788 if (a->index >= MAX_EM28XX_INPUT)
1791 idx = dev->amux_map[a->index];
1827 if (t->index != 0)
1841 if (t->index != 0)
1993 if (unlikely(f->index >= ARRAY_SIZE(format)))
1996 f->pixelformat = format[f->index].fourcc;
2017 if (fsize->index > 1)
2020 fsize->discrete.width = maxw / (1 + fsize->index);
2021 fsize->discrete.height = maxh / (1 + fsize->index);
2025 if (fsize->index != 0)
2083 if (unlikely(t->index > 0))
2098 if (t->index != 0)