Searched refs:vsp1_rwpf (Results 1 - 12 of 12) sorted by last modified time

/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_wpf.c17 #include "vsp1_rwpf.h"
29 static inline void vsp1_wpf_write(struct vsp1_rwpf *wpf,
44 static int vsp1_wpf_set_rotation(struct vsp1_rwpf *wpf, unsigned int rotation)
96 struct vsp1_rwpf *wpf =
97 container_of(ctrl->handler, struct vsp1_rwpf, ctrls);
134 static int wpf_init_controls(struct vsp1_rwpf *wpf)
192 void vsp1_wpf_stop(struct vsp1_rwpf *wpf)
207 struct vsp1_rwpf *wpf = entity_to_rwpf(entity);
212 static int wpf_configure_writeback_chain(struct vsp1_rwpf *wpf,
238 struct vsp1_rwpf *wp
[all...]
H A Dvsp1_video.c33 #include "vsp1_rwpf.h"
351 struct vsp1_rwpf *rwpf)
470 struct vsp1_rwpf *input,
471 struct vsp1_rwpf *output)
577 struct vsp1_rwpf *rwpf;
811 struct vsp1_rwpf *rpf =
1164 struct vsp1_rwpf *wpf = vsp1->wpf[i];
1181 struct vsp1_rwpf *wpf = vsp1->wpf[i];
1206 struct vsp1_rwpf *wpf = vsp1->wpf[i];
1234 struct vsp1_rwpf *rwp
[all...]
H A Dvsp1_rpf.c17 #include "vsp1_rwpf.h"
39 static inline void vsp1_rpf_write(struct vsp1_rwpf *rpf,
55 struct vsp1_rwpf *rpf = to_rwpf(&entity->subdev);
240 static void vsp1_rpf_configure_autofld(struct vsp1_rwpf *rpf,
275 struct vsp1_rwpf *rpf = to_rwpf(&entity->subdev);
290 struct vsp1_rwpf *rpf = to_rwpf(&entity->subdev);
388 struct vsp1_rwpf *vsp1_rpf_create(struct vsp1_device *vsp1, unsigned int index)
390 struct vsp1_rwpf *rpf;
H A Dvsp1_rwpf.c3 * vsp1_rwpf.c -- R-Car VSP1 Read and Write Pixel Formatters
13 #include "vsp1_rwpf.h"
19 struct v4l2_rect *vsp1_rwpf_get_crop(struct vsp1_rwpf *rwpf,
51 struct vsp1_rwpf *rwpf = to_rwpf(subdev);
63 struct vsp1_rwpf *rwpf = to_rwpf(subdev);
134 struct vsp1_rwpf *rwpf = to_rwpf(subdev);
182 struct vsp1_rwpf *rwpf = to_rwpf(subdev);
261 struct vsp1_rwpf *rwpf =
262 container_of(ctrl->handler, struct vsp1_rwpf, ctrls);
277 int vsp1_rwpf_init_ctrls(struct vsp1_rwpf *rwp
[all...]
H A Dvsp1_rwpf.h3 * vsp1_rwpf.h -- R-Car VSP1 Read and Write Pixel Formatters
26 struct vsp1_rwpf;
33 struct vsp1_rwpf { struct
69 static inline struct vsp1_rwpf *to_rwpf(struct v4l2_subdev *subdev)
71 return container_of(subdev, struct vsp1_rwpf, entity.subdev);
74 static inline struct vsp1_rwpf *entity_to_rwpf(struct vsp1_entity *entity)
76 return container_of(entity, struct vsp1_rwpf, entity);
79 struct vsp1_rwpf *vsp1_rpf_create(struct vsp1_device *vsp1, unsigned int index);
80 struct vsp1_rwpf *vsp1_wpf_create(struct vsp1_device *vsp1, unsigned int index);
82 void vsp1_wpf_stop(struct vsp1_rwpf *wp
[all...]
H A Dvsp1_drv.c35 #include "vsp1_rwpf.h"
55 struct vsp1_rwpf *wpf = vsp1->wpf[i];
190 struct vsp1_rwpf *rpf = vsp1->rpf[i];
206 struct vsp1_rwpf *wpf = vsp1->wpf[i];
374 struct vsp1_rwpf *rpf;
434 struct vsp1_rwpf *wpf;
H A Dvsp1_pipe.h20 struct vsp1_rwpf;
128 struct vsp1_rwpf *inputs[VSP1_MAX_RPF];
129 struct vsp1_rwpf *output;
H A Dvsp1_drm.c24 #include "vsp1_rwpf.h"
117 struct vsp1_rwpf *rpf,
361 static unsigned int rpf_zpos(struct vsp1_device *vsp1, struct vsp1_rwpf *rpf)
371 struct vsp1_rwpf *inputs[VSP1_MAX_RPF] = { NULL, };
382 struct vsp1_rwpf *rpf = vsp1->rpf[i];
414 struct vsp1_rwpf *rpf = inputs[i];
579 struct vsp1_rwpf *rwpf,
676 struct vsp1_rwpf *rpf = pipe->inputs[i];
818 struct vsp1_rwpf *rpf;
989 struct vsp1_rwpf *inpu
[all...]
H A Dvsp1.h37 struct vsp1_rwpf;
96 struct vsp1_rwpf *rpf[VSP1_MAX_RPF];
100 struct vsp1_rwpf *wpf[VSP1_MAX_WPF];
H A Dvsp1_video.h17 #include "vsp1_rwpf.h"
34 struct vsp1_rwpf *rwpf;
58 struct vsp1_rwpf *rwpf);
H A Dvsp1_brx.h19 struct vsp1_rwpf;
30 struct vsp1_rwpf *rpf;
H A DMakefile4 vsp1-y += vsp1_rpf.o vsp1_rwpf.o vsp1_wpf.o

Completed in 217 milliseconds