Lines Matching defs:index
1287 static void video_mux(struct em28xx *dev, int index)
1291 dev->ctl_input = index;
1292 dev->ctl_ainput = INPUT(index)->amux;
1293 dev->ctl_aoutput = INPUT(index)->aout;
1299 INPUT(index)->vmux, 0, 0);
1665 n = i->index;
1717 unsigned int index)
1719 unsigned int idx = dev->amux_map[index];
1760 a->index = index;
1763 em28xx_videodbg("%s: audio input index %d is '%s'\n",
1764 s, a->index, a->name);
1773 if (a->index >= MAX_EM28XX_INPUT)
1776 return em28xx_fill_audio_input(dev, __func__, a, a->index);
1798 if (a->index >= MAX_EM28XX_INPUT)
1801 idx = dev->amux_map[a->index];
1837 if (t->index != 0)
1851 if (t->index != 0)
2003 if (unlikely(f->index >= ARRAY_SIZE(format)))
2006 f->pixelformat = format[f->index].fourcc;
2027 if (fsize->index > 1)
2030 fsize->discrete.width = maxw / (1 + fsize->index);
2031 fsize->discrete.height = maxh / (1 + fsize->index);
2035 if (fsize->index != 0)
2093 if (unlikely(t->index > 0))
2108 if (t->index != 0)