Lines Matching defs:zoran
269 struct zoran { struct
286 u8 initialized; /* flag if zoran has been correctly initialized */ argument
309 struct zoran_overlay_settings overlay_settings; argument
311 enum zoran_lock_activity overlay_active; /* feature currently in use? */ argument
321 struct zoran_v4l_settings v4l_settings; /* structure with a lot of things to play with */ argument
328 struct zoran_buffer_col v4l_buffers; /* V4L buffers' info */ argument
331 enum zoran_codec_mode codec_mode; /* status of codec */ argument
332 struct zoran_jpg_settings jpg_settings; /* structure with a lot of things to play with */ argument
355 struct zoran_buffer_col jpg_buffers; /* MJPEG buffers' info */ argument
359 struct proc_dir_entry *zoran_proc; argument
361 void *zoran_proc; argument
363 int testing;
364 int jpeg_error;
365 int intr_counter_GIRQ1;
389 static inline struct zoran *to_zoran(struct v4l2_device *v4l2_dev) in to_zoran() argument