Searched defs:tw5864_dev (Results 1 – 1 of 1) sorted by relevance
153 struct tw5864_dev { struct154 spinlock_t slock; /* used for sync between ISR, tasklet & V4L2 API */155 struct v4l2_device v4l2_dev;156 struct tw5864_input inputs[TW5864_INPUTS];158 struct tw5864_h264_frame h264_buf[H264_BUF_CNT];159 int h264_buf_r_index;160 int h264_buf_w_index;162 struct tasklet_struct tasklet;164 int encoder_busy;166 int next_input;[all …]