Lines Matching defs:cx231xx_dmaqueue
246 struct cx231xx_dmaqueue { struct
247 struct list_head active;
248 struct list_head queued;
250 wait_queue_head_t wq;
253 int pos;
254 u8 is_partial_line;
255 u8 partial_buf[8];
256 u8 last_sav;
257 int current_field;
258 u32 bytes_left_in_line;
259 u32 lines_completed;
260 u8 field1_done;
261 u32 lines_per_field;
264 u8 *p_left_data;
265 u32 left_data_count;
266 u8 mpeg_buffer_done;
267 u32 mpeg_buffer_completed;
268 enum ps_package_head add_ps_package_head;
269 char ps_head[10];