Searched refs:cx18_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/cx18/
H A Dcx18-streams.c61 } cx18_stream_info[] = { variable in typeref:struct:__anon12189
111 s->name = cx18_stream_info[type].name;
114 s->dma = cx18_stream_info[type].dma;
139 int num_offset = cx18_stream_info[type].num_offset;
148 s->name = cx18_stream_info[type].name;
161 if (cx18_stream_info[type].dma != PCI_DMA_NONE &&
163 CX18_INFO("Disabled %s device\n", cx18_stream_info[type].name);
220 int vfl_type = cx18_stream_info[type].vfl_type;
248 + cx18_stream_info[type].num_offset;

Completed in 46 milliseconds