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

/linux-4.1.27/drivers/media/pci/ivtv/
H A Divtv-streams.c90 } ivtv_stream_info[] = { variable in typeref:struct:__anon5639
171 s->name = ivtv_stream_info[type].name; ivtv_stream_init()
172 s->caps = ivtv_stream_info[type].v4l2_caps; ivtv_stream_init()
174 if (ivtv_stream_info[type].pio) ivtv_stream_init()
177 s->dma = ivtv_stream_info[type].dma; ivtv_stream_init()
194 int num_offset = ivtv_stream_info[type].num_offset; ivtv_prep_dev()
203 s->name = ivtv_stream_info[type].name; ivtv_prep_dev()
213 if (ivtv_stream_info[type].dma != PCI_DMA_NONE && ivtv_prep_dev()
215 IVTV_INFO("Disabled %s device\n", ivtv_stream_info[type].name); ivtv_prep_dev()
226 if (ivtv_stream_info[type].v4l2_caps & ivtv_prep_dev()
229 s->vdev.fops = ivtv_stream_info[type].fops; ivtv_prep_dev()
280 int vfl_type = ivtv_stream_info[type].vfl_type; ivtv_reg_dev()
293 num = s_mpg->vdev.num + ivtv_stream_info[type].num_offset; ivtv_reg_dev()

Completed in 90 milliseconds