Lines Matching defs:tw5864_dev
144 struct tw5864_dev { struct
145 spinlock_t slock; /* used for sync between ISR, tasklet & V4L2 API */
146 struct v4l2_device v4l2_dev;
147 struct tw5864_input inputs[TW5864_INPUTS];
149 struct tw5864_h264_frame h264_buf[H264_BUF_CNT];
150 int h264_buf_r_index;
151 int h264_buf_w_index;
153 struct tasklet_struct tasklet;
155 int encoder_busy;
157 int next_input;
181 u8 tw5864_indir_readb(struct tw5864_dev *dev, u16 addr); argument