Lines Matching defs:cx231xx_dmaqueue
238 struct cx231xx_dmaqueue { struct
239 struct list_head active;
240 struct list_head queued;
242 wait_queue_head_t wq;
245 int pos;
246 u8 is_partial_line;
247 u8 partial_buf[8];
248 u8 last_sav;
249 int current_field;
250 u32 bytes_left_in_line;
251 u32 lines_completed;
252 u8 field1_done;
253 u32 lines_per_field;
256 u8 *p_left_data;
257 u32 left_data_count;
258 u8 mpeg_buffer_done;
259 u32 mpeg_buffer_completed;
260 enum ps_package_head add_ps_package_head;
261 char ps_head[10];