Home
last modified time | relevance | path

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

/linux/drivers/media/pci/cx18/
H A Dcx18-streams.c57 } cx18_stream_info[] = { variable
247 s->name = cx18_stream_info[type].name; in cx18_stream_init()
250 s->dma = cx18_stream_info[type].dma; in cx18_stream_init()
251 s->v4l2_dev_caps = cx18_stream_info[type].caps; in cx18_stream_init()
307 int num_offset = cx18_stream_info[type].num_offset; in cx18_prep_dev()
322 s->name = cx18_stream_info[type].name; in cx18_prep_dev()
335 if (cx18_stream_info[type].dma != DMA_NONE && in cx18_prep_dev()
337 CX18_INFO("Disabled %s device\n", cx18_stream_info[type].name); in cx18_prep_dev()
411 int vfl_type = cx18_stream_info[type].vfl_type; in cx18_reg_dev()
434 + cx18_stream_info[type].num_offset; in cx18_reg_dev()