Searched defs:cx18_stream (Results 1 – 1 of 1) sorted by relevance
375 struct cx18_stream { struct378 struct video_device *video_dev; /* NULL when stream not created */379 struct cx18_dvb *dvb; /* DVB / Digital Transport */380 struct cx18 *cx; /* for ease of use */381 const char *name; /* name of the stream */382 int type; /* stream type */383 u32 handle; /* task handle */384 unsigned int mdl_base_idx;386 u32 id;387 unsigned long s_flags; /* status flags, see above */[all …]