Lines Matching refs:data
206 u32 data[CX2341X_MBOX_MAX_DATA];
211 u32 data[CX2341X_MBOX_MAX_DATA]; /* last sent api data */
227 #define IVTV_F_S_DMA_HAS_VBI 1 /* the current DMA request also requests VBI data */
228 #define IVTV_F_S_NEEDS_DATA 2 /* this decoding stream needs more data */
238 #define IVTV_F_S_PIO_HAS_VBI 1 /* the current PIO request also requests VBI data */
529 /* VBI data */
536 u8 data[5]; /* five-byte VPS payload */
540 /* VBI general data, does not change during streaming */
561 int insert_mpeg; /* if non-zero, then embed VBI data in MPEG stream */
568 /* Sliced VBI output data */
571 prevent dropping CC data if they couldn't be
579 /* Sliced VBI capture data */
584 /* VBI Embedding data */
586 /* Buffer for VBI data inserted into MPEG stream.
588 The next 16 bytes contain the MPEG header for the VBI data,
589 the remainder is the actual VBI data.
595 However, it seems that the data must be 1K aligned, so we have to
596 pad the data until the 1 or 2 K boundary.
601 struct ivtv_buffer sliced_mpeg_buf; /* temporary buffer holding data from sliced_mpeg_data */
602 u32 inserted_frame; /* index in sliced_mpeg_size of next sliced data
611 /* General fixed card data */
669 struct ivtv_stream streams[IVTV_MAX_STREAMS]; /* stream data */
738 struct vbi_info vbi; /* VBI-specific data */
742 struct yuv_playback_info yuv_info; /* YUV playback data */