Home
last modified time | relevance | path

Searched refs:vsp1_rwpf (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/media/platform/vsp1/
Dvsp1_rwpf.h27 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);
Dvsp1_wpf.c29 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()
Dvsp1_rpf.c29 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()
Dvsp1.h34 struct vsp1_rwpf;
68 struct vsp1_rwpf *rpf[VSP1_MAX_RPF];
71 struct vsp1_rwpf *wpf[VSP1_MAX_WPF];
Dvsp1_rwpf.c48 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()
Dvsp1_bru.h23 struct vsp1_rwpf;
34 struct vsp1_rwpf *rpf;
Dvsp1_video.h78 struct vsp1_rwpf *inputs[VSP1_MAX_RPF];
79 struct vsp1_rwpf *output;
DMakefile2 vsp1-y += vsp1_rpf.o vsp1_rwpf.o vsp1_wpf.o
Dvsp1_drv.c44 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()
Dvsp1_video.c311 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()
825 struct vsp1_rwpf *rpf = in vsp1_video_start_streaming()