Lines Matching refs:sta2x11_vip

128 struct sta2x11_vip {  struct
219 static inline void reg_write(struct sta2x11_vip *vip, unsigned int reg, u32 val) in reg_write()
224 static inline u32 reg_read(struct sta2x11_vip *vip, unsigned int reg) in reg_read()
229 static void start_dma(struct sta2x11_vip *vip, struct vip_buffer *vip_buf) in start_dma()
246 static void vip_active_buf_next(struct sta2x11_vip *vip) in vip_active_buf_next()
272 struct sta2x11_vip *vip = vb2_get_drv_priv(vq); in queue_setup()
299 struct sta2x11_vip *vip = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare()
316 struct sta2x11_vip *vip = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue()
332 struct sta2x11_vip *vip = vb2_get_drv_priv(vb->vb2_queue); in buffer_finish()
346 struct sta2x11_vip *vip = vb2_get_drv_priv(vq); in start_streaming()
362 struct sta2x11_vip *vip = vb2_get_drv_priv(vq); in stop_streaming()
414 struct sta2x11_vip *vip = video_drvdata(file); in vidioc_querycap()
442 struct sta2x11_vip *vip = video_drvdata(file); in vidioc_s_std()
484 struct sta2x11_vip *vip = video_drvdata(file); in vidioc_g_std()
501 struct sta2x11_vip *vip = video_drvdata(file); in vidioc_querystd()
532 struct sta2x11_vip *vip = video_drvdata(file); in vidioc_s_input()
556 struct sta2x11_vip *vip = video_drvdata(file); in vidioc_g_input()
602 struct sta2x11_vip *vip = video_drvdata(file); in vidioc_try_fmt_vid_cap()
659 struct sta2x11_vip *vip = video_drvdata(file); in vidioc_s_fmt_vid_cap()
725 struct sta2x11_vip *vip = video_drvdata(file); in vidioc_g_fmt_vid_cap()
785 static irqreturn_t vip_irq(int irq, struct sta2x11_vip *vip) in vip_irq()
824 static void sta2x11_vip_init_register(struct sta2x11_vip *vip) in sta2x11_vip_init_register()
838 static void sta2x11_vip_clear_register(struct sta2x11_vip *vip) in sta2x11_vip_clear_register()
851 static int sta2x11_vip_init_buffer(struct sta2x11_vip *vip) in sta2x11_vip_init_buffer()
882 static void sta2x11_vip_release_buffer(struct sta2x11_vip *vip) in sta2x11_vip_release_buffer()
886 static int sta2x11_vip_init_controls(struct sta2x11_vip *vip) in sta2x11_vip_init_controls()
984 struct sta2x11_vip *vip; in sta2x11_vip_init_one()
1034 vip = kzalloc(sizeof(struct sta2x11_vip), GFP_KERNEL); in sta2x11_vip_init_one()
1163 struct sta2x11_vip *vip = in sta2x11_vip_remove_one()
1164 container_of(v4l2_dev, struct sta2x11_vip, v4l2_dev); in sta2x11_vip_remove_one()
1205 struct sta2x11_vip *vip = in sta2x11_vip_suspend()
1206 container_of(v4l2_dev, struct sta2x11_vip, v4l2_dev); in sta2x11_vip_suspend()
1249 struct sta2x11_vip *vip = in sta2x11_vip_resume()
1250 container_of(v4l2_dev, struct sta2x11_vip, v4l2_dev); in sta2x11_vip_resume()