Searched refs:ivtv_stream_info (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-streams.c82 } ivtv_stream_info[] = { variable in typeref:struct:__anon12224
151 s->name = ivtv_stream_info[type].name;
153 if (ivtv_stream_info[type].pio)
156 s->dma = ivtv_stream_info[type].dma;
174 int num_offset = ivtv_stream_info[type].num_offset;
183 s->name = ivtv_stream_info[type].name;
193 if (ivtv_stream_info[type].dma != PCI_DMA_NONE &&
195 IVTV_INFO("Disabled %s device\n", ivtv_stream_info[type].name);
214 s->vdev->fops = ivtv_stream_info[type].fops;
250 int vfl_type = ivtv_stream_info[typ
[all...]

Completed in 154 milliseconds