Searched defs:cx18_stream (Results 1 – 1 of 1) sorted by relevance
354 struct cx18_stream { struct357 struct video_device video_dev; /* v4l2_dev is NULL when stream not created */358 struct cx18_dvb *dvb; /* DVB / Digital Transport */359 struct cx18 *cx; /* for ease of use */360 const char *name; /* name of the stream */361 int type; /* stream type */362 u32 handle; /* task handle */363 u32 v4l2_dev_caps; /* device capabilities */364 unsigned int mdl_base_idx;366 u32 id;[all …]