Home
last modified time | relevance | path

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

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