Lines Matching defs:sta2x11_vip
113 struct sta2x11_vip { struct
114 struct v4l2_device v4l2_dev;
115 struct video_device video_dev;
116 struct pci_dev *pdev;
117 struct i2c_adapter *adapter;
118 unsigned int register_save_area[IRQ_COUNT + SAVE_COUNT + AUX_COUNT];
119 struct v4l2_subdev *decoder;
120 struct v4l2_ctrl_handler ctrl_hdl;
123 struct v4l2_pix_format format;
124 v4l2_std_id std;
125 unsigned int input;
126 int disabled;
127 spinlock_t slock;
129 struct vb2_queue vb_vidq;
130 struct list_head buffer_list;
131 unsigned int sequence;
132 struct vip_buffer *active; /* current active buffer */
133 spinlock_t lock; /* Used in videobuf2 callback */
134 struct mutex v4l_lock;
137 int tcount, bcount;
138 int overflow;
140 void __iomem *iomem; /* I/O Memory */
141 struct vip_config *config;