Searched defs:tw5864_dev (Results 1 – 1 of 1) sorted by relevance
144 struct tw5864_dev { struct145 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;[all …]