Searched defs:common_obj (Results 1 – 2 of 2) sorted by relevance
76 struct common_obj { struct78 u8 *fbuffers[VIDEO_MAX_FRAME]; /* List of buffer pointers for80 u32 numbuffers; /* number of buffers */81 struct videobuf_buffer *cur_frm; /* Pointer pointing to current83 struct videobuf_buffer *next_frm; /* Pointer pointing to next85 enum v4l2_memory memory; /* This field keeps track of88 struct v4l2_format fmt; /* Used to store the format */89 struct videobuf_queue buffer_queue; /* Buffer queue used in91 struct list_head dma_queue; /* Queue of filled frames */92 spinlock_t irqlock; /* Used in video-buf */[all …]
63 struct common_obj { struct65 struct videobuf_buffer *cur_frm;67 struct videobuf_buffer *next_frm;72 enum v4l2_memory memory;74 struct v4l2_format fmt;76 struct videobuf_queue buffer_queue;78 struct list_head dma_queue;80 spinlock_t irqlock;82 struct mutex lock;84 u32 io_usrs;[all …]