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