Searched refs:vsp1_rwpf (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_rwpf.h | 27 struct vsp1_rwpf { struct 45 static inline struct vsp1_rwpf *to_rwpf(struct v4l2_subdev *subdev) in to_rwpf() argument 47 return container_of(subdev, struct vsp1_rwpf, entity.subdev); in to_rwpf() 50 struct vsp1_rwpf *vsp1_rpf_create(struct vsp1_device *vsp1, unsigned int index); 51 struct vsp1_rwpf *vsp1_wpf_create(struct vsp1_device *vsp1, unsigned int index);
|
D | vsp1_wpf.c | 29 static inline u32 vsp1_wpf_read(struct vsp1_rwpf *wpf, u32 reg) in vsp1_wpf_read() 35 static inline void vsp1_wpf_write(struct vsp1_rwpf *wpf, u32 reg, u32 data) in vsp1_wpf_write() 47 struct vsp1_rwpf *wpf = in wpf_s_ctrl() 48 container_of(ctrl->handler, struct vsp1_rwpf, ctrls); in wpf_s_ctrl() 77 struct vsp1_rwpf *wpf = to_rwpf(subdev); in wpf_s_stream() 101 struct vsp1_rwpf *input = pipe->inputs[i]; in wpf_s_stream() 201 struct vsp1_rwpf *wpf = container_of(video, struct vsp1_rwpf, video); in wpf_vdev_queue() 218 struct vsp1_rwpf *vsp1_wpf_create(struct vsp1_device *vsp1, unsigned int index) in vsp1_wpf_create() 222 struct vsp1_rwpf *wpf; in vsp1_wpf_create()
|
D | vsp1_rpf.c | 29 static inline u32 vsp1_rpf_read(struct vsp1_rwpf *rpf, u32 reg) in vsp1_rpf_read() 35 static inline void vsp1_rpf_write(struct vsp1_rwpf *rpf, u32 reg, u32 data) in vsp1_rpf_write() 47 struct vsp1_rwpf *rpf = in rpf_s_ctrl() 48 container_of(ctrl->handler, struct vsp1_rwpf, ctrls); in rpf_s_ctrl() 77 struct vsp1_rwpf *rpf = to_rwpf(subdev); in rpf_s_stream() 192 struct vsp1_rwpf *rpf = container_of(video, struct vsp1_rwpf, video); in rpf_vdev_queue() 219 struct vsp1_rwpf *vsp1_rpf_create(struct vsp1_device *vsp1, unsigned int index) in vsp1_rpf_create() 223 struct vsp1_rwpf *rpf; in vsp1_rpf_create()
|
D | vsp1.h | 34 struct vsp1_rwpf; 68 struct vsp1_rwpf *rpf[VSP1_MAX_RPF]; 71 struct vsp1_rwpf *wpf[VSP1_MAX_WPF];
|
D | vsp1_rwpf.c | 48 struct vsp1_rwpf *rwpf = to_rwpf(subdev); in vsp1_rwpf_enum_frame_size() 76 vsp1_rwpf_get_crop(struct vsp1_rwpf *rwpf, struct v4l2_subdev_pad_config *cfg, u32 which) in vsp1_rwpf_get_crop() 91 struct vsp1_rwpf *rwpf = to_rwpf(subdev); in vsp1_rwpf_get_format() 102 struct vsp1_rwpf *rwpf = to_rwpf(subdev); in vsp1_rwpf_set_format() 152 struct vsp1_rwpf *rwpf = to_rwpf(subdev); in vsp1_rwpf_get_selection() 184 struct vsp1_rwpf *rwpf = to_rwpf(subdev); in vsp1_rwpf_set_selection()
|
D | vsp1_bru.h | 23 struct vsp1_rwpf; 34 struct vsp1_rwpf *rpf;
|
D | vsp1_video.h | 78 struct vsp1_rwpf *inputs[VSP1_MAX_RPF]; 79 struct vsp1_rwpf *output;
|
D | Makefile | 2 vsp1-y += vsp1_rpf.o vsp1_rwpf.o vsp1_wpf.o
|
D | vsp1_video.c | 311 struct vsp1_rwpf *input, in vsp1_pipeline_validate_branch() 312 struct vsp1_rwpf *output) in vsp1_pipeline_validate_branch() 423 struct vsp1_rwpf *rwpf; in vsp1_pipeline_validate() 729 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_pipelines_suspend() 746 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_pipelines_suspend() 770 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_pipelines_resume() 907 struct vsp1_rwpf *rpf = in vsp1_video_start_streaming()
|
D | vsp1_drv.c | 44 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_irq_handler() 205 struct vsp1_rwpf *rpf; in vsp1_create_entities() 241 struct vsp1_rwpf *wpf; in vsp1_create_entities()
|