Lines Matching defs:tw5864_input
85 struct tw5864_input { struct
86 int nr; /* input number */
87 struct tw5864_dev *root;
88 struct mutex lock; /* used for vidq and vdev */
89 spinlock_t slock; /* used for sync between ISR, bh_work & V4L2 API */
90 struct video_device vdev;
91 struct v4l2_ctrl_handler hdl;
92 struct vb2_queue vidq;
93 struct list_head active;
94 enum resolution resolution;
95 unsigned int width, height;
96 unsigned int frame_seqno;
97 unsigned int frame_gop_seqno;
98 unsigned int h264_idr_pic_id;
99 int enabled;
100 enum tw5864_vid_std std;
101 v4l2_std_id v4l2_std;
102 int tail_nb_bits;
103 u8 tail;
104 u8 *buf_cur_ptr;
105 int buf_cur_space_left;
107 u32 reg_interlacing;
108 u32 reg_vlc;
109 u32 reg_dsp_codec;
110 u32 reg_dsp;
111 u32 reg_emu;
112 u32 reg_dsp_qp;
113 u32 reg_dsp_ref_mvp_lambda;
114 u32 reg_dsp_i4x4_weight;
138 struct tw5864_input *input; argument