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

/linux-4.4.14/drivers/media/pci/cx18/
H A Dcx18-streams.c62 } cx18_stream_info[] = { variable in typeref:struct:__anon5969
265 s->name = cx18_stream_info[type].name; cx18_stream_init()
268 s->dma = cx18_stream_info[type].dma; cx18_stream_init()
269 s->v4l2_dev_caps = cx18_stream_info[type].caps; cx18_stream_init()
316 int num_offset = cx18_stream_info[type].num_offset; cx18_prep_dev()
330 s->name = cx18_stream_info[type].name; cx18_prep_dev()
343 if (cx18_stream_info[type].dma != PCI_DMA_NONE && cx18_prep_dev()
345 CX18_INFO("Disabled %s device\n", cx18_stream_info[type].name); cx18_prep_dev()
414 int vfl_type = cx18_stream_info[type].vfl_type; cx18_reg_dev()
436 + cx18_stream_info[type].num_offset; cx18_reg_dev()

Completed in 36 milliseconds