Searched refs:vou_dev (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/
H A Dsh_vou.c86 static void sh_vou_reg_a_write(struct sh_vou_device *vou_dev, unsigned int reg, argument
89 __raw_writel(value, vou_dev->base + reg);
92 static void sh_vou_reg_ab_write(struct sh_vou_device *vou_dev, unsigned int reg, argument
95 __raw_writel(value, vou_dev->base + reg);
96 __raw_writel(value, vou_dev->base + reg + 0x1000);
99 static void sh_vou_reg_m_write(struct sh_vou_device *vou_dev, unsigned int reg, argument
102 __raw_writel(value, vou_dev->base + reg + 0x2000);
105 static u32 sh_vou_reg_a_read(struct sh_vou_device *vou_dev, unsigned int reg) argument
107 return __raw_readl(vou_dev->base + reg);
110 static void sh_vou_reg_a_set(struct sh_vou_device *vou_dev, unsigne argument
119 sh_vou_reg_b_set(struct sh_vou_device *vou_dev, unsigned int reg, u32 value, u32 mask) argument
125 sh_vou_reg_ab_set(struct sh_vou_device *vou_dev, unsigned int reg, u32 value, u32 mask) argument
180 sh_vou_schedule_next(struct sh_vou_device *vou_dev, struct videobuf_buffer *vb) argument
199 sh_vou_stream_start(struct sh_vou_device *vou_dev, struct videobuf_buffer *vb) argument
244 struct sh_vou_device *vou_dev = video_get_drvdata(vdev); local
267 struct sh_vou_device *vou_dev = video_get_drvdata(vdev); local
315 struct sh_vou_device *vou_dev = video_get_drvdata(vdev); local
355 struct sh_vou_device *vou_dev = video_get_drvdata(vdev); local
423 struct sh_vou_device *vou_dev = video_get_drvdata(vdev); local
440 sh_vou_configure_geometry(struct sh_vou_device *vou_dev, int pix_idx, int w_idx, int h_idx) argument
675 struct sh_vou_device *vou_dev = video_get_drvdata(vdev); local
833 struct sh_vou_device *vou_dev = video_get_drvdata(vdev); local
852 struct sh_vou_device *vou_dev = video_get_drvdata(vdev); local
885 struct sh_vou_device *vou_dev = video_get_drvdata(vdev); local
913 struct sh_vou_device *vou_dev = video_get_drvdata(vdev); local
925 struct sh_vou_device *vou_dev = video_get_drvdata(vdev); local
939 struct sh_vou_device *vou_dev = video_get_drvdata(vdev); local
1052 struct sh_vou_device *vou_dev = dev_id; local
1124 sh_vou_hw_init(struct sh_vou_device *vou_dev) argument
1163 struct sh_vou_device *vou_dev = video_get_drvdata(vdev); local
1201 struct sh_vou_device *vou_dev = video_get_drvdata(vdev); local
1241 struct sh_vou_device *vou_dev = video_get_drvdata(vdev); local
1251 struct sh_vou_device *vou_dev = video_get_drvdata(vdev); local
1260 struct sh_vou_device *vou_dev = video_get_drvdata(vdev); local
1315 struct sh_vou_device *vou_dev; local
1447 struct sh_vou_device *vou_dev = container_of(v4l2_dev, local
[all...]

Completed in 29 milliseconds