Lines Matching defs:sta2x11_vip
128 struct sta2x11_vip { struct
129 struct v4l2_device v4l2_dev;
130 struct video_device video_dev;
131 struct pci_dev *pdev;
132 struct i2c_adapter *adapter;
133 unsigned int register_save_area[IRQ_COUNT + SAVE_COUNT + AUX_COUNT];
134 struct v4l2_subdev *decoder;
135 struct v4l2_ctrl_handler ctrl_hdl;
138 struct v4l2_pix_format format;
139 v4l2_std_id std;
140 unsigned int input;
141 int disabled;
142 spinlock_t slock;
144 struct vb2_alloc_ctx *alloc_ctx;
145 struct vb2_queue vb_vidq;
146 struct list_head buffer_list;
147 unsigned int sequence;
148 struct vip_buffer *active; /* current active buffer */
149 spinlock_t lock; /* Used in videobuf2 callback */
152 int tcount, bcount;
153 int overflow;
155 void __iomem *iomem; /* I/O Memory */
156 struct vip_config *config;