Home
last modified time | relevance | path

Searched defs:cx18_stream (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/pci/cx18/
Dcx18-driver.h366 struct cx18_stream { struct
369 struct video_device video_dev; /* v4l2_dev is NULL when stream not created */
370 struct cx18_dvb *dvb; /* DVB / Digital Transport */
371 struct cx18 *cx; /* for ease of use */
372 const char *name; /* name of the stream */
373 int type; /* stream type */
374 u32 handle; /* task handle */
375 u32 v4l2_dev_caps; /* device capabilities */
376 unsigned int mdl_base_idx;
378 u32 id;
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
Dcx18-driver.h359 struct cx18_stream { struct
362 struct video_device video_dev; /* v4l2_dev is NULL when stream not created */
363 struct cx18_dvb *dvb; /* DVB / Digital Transport */
364 struct cx18 *cx; /* for ease of use */
365 const char *name; /* name of the stream */
366 int type; /* stream type */
367 u32 handle; /* task handle */
368 u32 v4l2_dev_caps; /* device capabilities */
369 unsigned int mdl_base_idx;
371 u32 id;
[all …]