Lines Matching defs:tw5864_dev
145 struct tw5864_dev { struct
146 spinlock_t slock; /* used for sync between ISR, bh_work & V4L2 API */
147 struct v4l2_device v4l2_dev;
148 struct tw5864_input inputs[TW5864_INPUTS];
150 struct tw5864_h264_frame h264_buf[H264_BUF_CNT];
151 int h264_buf_r_index;
152 int h264_buf_w_index;
154 struct work_struct bh_work;
156 int encoder_busy;
158 int next_input;
182 u8 tw5864_indir_readb(struct tw5864_dev *dev, u16 addr); argument