Searched refs:vsp1_rwpf (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/media/platform/vsp1/ |
D | vsp1_rwpf.h | 26 struct vsp1_rwpf; 33 struct vsp1_rwpf { struct 68 static inline struct vsp1_rwpf *to_rwpf(struct v4l2_subdev *subdev) in to_rwpf() argument 70 return container_of(subdev, struct vsp1_rwpf, entity.subdev); in to_rwpf() 73 static inline struct vsp1_rwpf *entity_to_rwpf(struct vsp1_entity *entity) in entity_to_rwpf() 75 return container_of(entity, struct vsp1_rwpf, entity); in entity_to_rwpf() 78 struct vsp1_rwpf *vsp1_rpf_create(struct vsp1_device *vsp1, unsigned int index); 79 struct vsp1_rwpf *vsp1_wpf_create(struct vsp1_device *vsp1, unsigned int index); 81 int vsp1_rwpf_init_ctrls(struct vsp1_rwpf *rwpf, unsigned int ncontrols); 85 struct v4l2_rect *vsp1_rwpf_get_crop(struct vsp1_rwpf *rwpf,
|
D | vsp1_wpf.c | 29 static inline void vsp1_wpf_write(struct vsp1_rwpf *wpf, in vsp1_wpf_write() 44 static int vsp1_wpf_set_rotation(struct vsp1_rwpf *wpf, unsigned int rotation) in vsp1_wpf_set_rotation() 96 struct vsp1_rwpf *wpf = in vsp1_wpf_s_ctrl() 97 container_of(ctrl->handler, struct vsp1_rwpf, ctrls); in vsp1_wpf_s_ctrl() 134 static int wpf_init_controls(struct vsp1_rwpf *wpf) in wpf_init_controls() 194 struct vsp1_rwpf *wpf = to_rwpf(subdev); in wpf_s_stream() 230 struct vsp1_rwpf *wpf = entity_to_rwpf(entity); in vsp1_wpf_destroy() 239 struct vsp1_rwpf *wpf = to_rwpf(&entity->subdev); in wpf_configure_stream() 303 struct vsp1_rwpf *input = pipe->inputs[i]; in wpf_configure_stream() 333 struct vsp1_rwpf *wpf = to_rwpf(&entity->subdev); in wpf_configure_frame() [all …]
|
D | vsp1_rwpf.c | 19 struct v4l2_rect *vsp1_rwpf_get_crop(struct vsp1_rwpf *rwpf, in vsp1_rwpf_get_crop() 52 struct vsp1_rwpf *rwpf = to_rwpf(subdev); in vsp1_rwpf_enum_frame_size() 63 struct vsp1_rwpf *rwpf = to_rwpf(subdev); in vsp1_rwpf_set_format() 134 struct vsp1_rwpf *rwpf = to_rwpf(subdev); in vsp1_rwpf_get_selection() 182 struct vsp1_rwpf *rwpf = to_rwpf(subdev); in vsp1_rwpf_set_selection() 258 struct vsp1_rwpf *rwpf = in vsp1_rwpf_s_ctrl() 259 container_of(ctrl->handler, struct vsp1_rwpf, ctrls); in vsp1_rwpf_s_ctrl() 274 int vsp1_rwpf_init_ctrls(struct vsp1_rwpf *rwpf, unsigned int ncontrols) in vsp1_rwpf_init_ctrls()
|
D | vsp1_rpf.c | 39 static inline void vsp1_rpf_write(struct vsp1_rwpf *rpf, in vsp1_rpf_write() 62 struct vsp1_rwpf *rpf = to_rwpf(&entity->subdev); in rpf_configure_stream() 195 static void vsp1_rpf_configure_autofld(struct vsp1_rwpf *rpf, in vsp1_rpf_configure_autofld() 230 struct vsp1_rwpf *rpf = to_rwpf(&entity->subdev); in rpf_configure_frame() 245 struct vsp1_rwpf *rpf = to_rwpf(&entity->subdev); in rpf_configure_partition() 343 struct vsp1_rwpf *vsp1_rpf_create(struct vsp1_device *vsp1, unsigned int index) in vsp1_rpf_create() 345 struct vsp1_rwpf *rpf; in vsp1_rpf_create()
|
D | vsp1_pipe.h | 20 struct vsp1_rwpf; 128 struct vsp1_rwpf *inputs[VSP1_MAX_RPF]; 129 struct vsp1_rwpf *output;
|
D | vsp1.h | 36 struct vsp1_rwpf; 92 struct vsp1_rwpf *rpf[VSP1_MAX_RPF]; 96 struct vsp1_rwpf *wpf[VSP1_MAX_WPF];
|
D | vsp1_brx.h | 19 struct vsp1_rwpf; 30 struct vsp1_rwpf *rpf;
|
D | vsp1_video.h | 34 struct vsp1_rwpf *rwpf; 58 struct vsp1_rwpf *rwpf);
|
D | vsp1_drm.c | 115 struct vsp1_rwpf *rpf, in vsp1_du_pipeline_setup_rpf() 359 static unsigned int rpf_zpos(struct vsp1_device *vsp1, struct vsp1_rwpf *rpf) in rpf_zpos() 369 struct vsp1_rwpf *inputs[VSP1_MAX_RPF] = { NULL, }; in vsp1_du_pipeline_setup_inputs() 380 struct vsp1_rwpf *rpf = vsp1->rpf[i]; in vsp1_du_pipeline_setup_inputs() 412 struct vsp1_rwpf *rpf = inputs[i]; in vsp1_du_pipeline_setup_inputs() 633 struct vsp1_rwpf *rpf = pipe->inputs[i]; in vsp1_du_setup_lif() 773 struct vsp1_rwpf *rpf; in vsp1_du_atomic_update() 928 struct vsp1_rwpf *input = vsp1->rpf[i]; in vsp1_drm_init()
|
D | vsp1_video.c | 364 struct vsp1_rwpf *rwpf) in vsp1_video_frame_end() 483 struct vsp1_rwpf *input, in vsp1_video_pipeline_build_branch() 484 struct vsp1_rwpf *output) in vsp1_video_pipeline_build_branch() 590 struct vsp1_rwpf *rwpf; in vsp1_video_pipeline_build() 824 struct vsp1_rwpf *rpf = in vsp1_video_setup_pipeline() 1194 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_video_suspend() 1211 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_video_suspend() 1236 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_video_resume() 1264 struct vsp1_rwpf *rwpf) in vsp1_video_create()
|
D | Makefile | 4 vsp1-y += vsp1_rpf.o vsp1_rwpf.o vsp1_wpf.o
|
D | vsp1_drv.c | 54 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_irq_handler() 181 struct vsp1_rwpf *rpf = vsp1->rpf[i]; in vsp1_uapi_create_links() 197 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_uapi_create_links() 367 struct vsp1_rwpf *rpf; in vsp1_create_entities() 427 struct vsp1_rwpf *wpf; in vsp1_create_entities()
|