Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-streams.c57 } cx18_stream_info[] = { variable
246 s->name = cx18_stream_info[type].name; in cx18_stream_init()
249 s->dma = cx18_stream_info[type].dma; in cx18_stream_init()
250 s->v4l2_dev_caps = cx18_stream_info[type].caps; in cx18_stream_init()
306 int num_offset = cx18_stream_info[type].num_offset; in cx18_prep_dev()
321 s->name = cx18_stream_info[type].name; in cx18_prep_dev()
334 if (cx18_stream_info[type].dma != DMA_NONE && in cx18_prep_dev()
336 CX18_INFO("Disabled %s device\n", cx18_stream_info[type].name); in cx18_prep_dev()
410 int vfl_type = cx18_stream_info[type].vfl_type; in cx18_reg_dev()
433 + cx18_stream_info[type].num_offset; in cx18_reg_dev()