Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/cx18/
Dcx18-streams.c48 } cx18_stream_info[] = { variable
251 s->name = cx18_stream_info[type].name; in cx18_stream_init()
254 s->dma = cx18_stream_info[type].dma; in cx18_stream_init()
255 s->v4l2_dev_caps = cx18_stream_info[type].caps; in cx18_stream_init()
300 int num_offset = cx18_stream_info[type].num_offset; in cx18_prep_dev()
314 s->name = cx18_stream_info[type].name; in cx18_prep_dev()
327 if (cx18_stream_info[type].dma != DMA_NONE && in cx18_prep_dev()
329 CX18_INFO("Disabled %s device\n", cx18_stream_info[type].name); in cx18_prep_dev()
398 int vfl_type = cx18_stream_info[type].vfl_type; in cx18_reg_dev()
421 + cx18_stream_info[type].num_offset; in cx18_reg_dev()