Lines Matching defs:zoran
199 struct zoran { struct
217 u8 initialized; /* flag if zoran has been correctly initialized */ argument
236 struct zoran_v4l_settings v4l_settings; /* structure with a lot of things to play with */ argument
239 enum zoran_codec_mode codec_mode; /* status of codec */ argument
240 struct zoran_jpg_settings jpg_settings; /* structure with a lot of things to play with */ argument
245 unsigned long jpg_que_head; /* Index where to put next buffer which is queued */
246 unsigned long jpg_dma_head; /* Index of next buffer which goes into stat_com */
247 unsigned long jpg_dma_tail; /* Index of last buffer in stat_com */
248 unsigned long jpg_que_tail; /* Index of last buffer in queue */
249 unsigned long jpg_seq_num; /* count of frames since grab/play started */
250 unsigned long jpg_err_seq; /* last seq_num before error */
251 unsigned long jpg_err_shift;
252 unsigned long jpg_queued_num; /* count of frames queued since grab/play started */
253 unsigned long vbseq;
257 __le32 *stat_com;
260 unsigned int ghost_int;
261 int intr_counter_GIRQ1;
262 int intr_counter_GIRQ0;
263 int intr_counter_cod_rep_irq;
264 int intr_counter_jpeg_rep_irq;
265 int field_counter;
289 enum zoran_map_mode map_mode; argument
296 static inline struct zoran *to_zoran(struct v4l2_device *v4l2_dev) in to_zoran() argument