/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_entity.h | 3 * vsp1_entity.h -- R-Car VSP1 Base Entity 81 void (*destroy)(struct vsp1_entity *entity); 82 void (*configure_stream)(struct vsp1_entity *entity, 87 void (*configure_frame)(struct vsp1_entity *entity, 91 void (*configure_partition)(struct vsp1_entity *entity, 96 unsigned int (*max_width)(struct vsp1_entity *entity, 99 void (*partition)(struct vsp1_entity *entity, 107 struct vsp1_entity { struct 124 struct vsp1_entity **sources; argument 125 struct vsp1_entity *sin argument 110 opsvsp1_entity global() argument 112 typevsp1_entity global() argument 134 lockvsp1_entity to_vsp1_entity() argument [all...] |
H A D | vsp1_pipe.h | 119 struct vsp1_entity *brx; 120 struct vsp1_entity *hgo; 121 struct vsp1_entity *hgt; 122 struct vsp1_entity *iif; 123 struct vsp1_entity *lif; 124 struct vsp1_entity *uds; 125 struct vsp1_entity *uds_input;
|
H A D | vsp1_entity.c | 3 * vsp1_entity.c -- R-Car VSP1 Base Entity 19 #include "vsp1_entity.h" 23 void vsp1_entity_route_setup(struct vsp1_entity *entity, in vsp1_entity_route_setup() 27 struct vsp1_entity *source; in vsp1_entity_route_setup() 77 void vsp1_entity_configure_stream(struct vsp1_entity *entity, in vsp1_entity_configure_stream() 87 void vsp1_entity_configure_frame(struct vsp1_entity *entity, in vsp1_entity_configure_frame() 96 void vsp1_entity_configure_partition(struct vsp1_entity *entity, in vsp1_entity_configure_partition() 139 vsp1_entity_get_state(struct vsp1_entity *entity, in vsp1_entity_get_state() 165 struct vsp1_entity *entity = to_vsp1_entity(subdev); in vsp1_subdev_get_pad_format() 197 struct vsp1_entity *entit in vsp1_subdev_enum_mbus_code() [all...] |
H A D | vsp1_uds.h | 15 #include "vsp1_entity.h" 23 struct vsp1_entity entity; 34 void vsp1_uds_set_alpha(struct vsp1_entity *uds, struct vsp1_dl_body *dlb,
|
H A D | vsp1_histo.h | 21 #include "vsp1_entity.h" 35 struct vsp1_entity entity; 69 void vsp1_histogram_destroy(struct vsp1_entity *entity);
|
H A D | vsp1_rwpf.h | 19 #include "vsp1_entity.h" 34 struct vsp1_entity entity; 74 static inline struct vsp1_rwpf *entity_to_rwpf(struct vsp1_entity *entity) in entity_to_rwpf()
|
H A D | vsp1_uds.c | 17 #include "vsp1_entity.h" 41 void vsp1_uds_set_alpha(struct vsp1_entity *entity, struct vsp1_dl_body *dlb, in vsp1_uds_set_alpha() 261 static void uds_configure_stream(struct vsp1_entity *entity, in uds_configure_stream() 308 static void uds_configure_partition(struct vsp1_entity *entity, in uds_configure_partition() 330 static unsigned int uds_max_width(struct vsp1_entity *entity, in uds_max_width() 364 static void uds_partition(struct vsp1_entity *entity, in uds_partition()
|
H A D | vsp1_lut.c | 148 static void lut_configure_stream(struct vsp1_entity *entity, in lut_configure_stream() 159 static void lut_configure_frame(struct vsp1_entity *entity, in lut_configure_frame() 181 static void lut_destroy(struct vsp1_entity *entity) in lut_destroy()
|
H A D | vsp1_clu.c | 172 static void clu_configure_stream(struct vsp1_entity *entity, in clu_configure_stream() 189 static void clu_configure_frame(struct vsp1_entity *entity, in clu_configure_frame() 220 static void clu_destroy(struct vsp1_entity *entity) in clu_destroy()
|
H A D | vsp1_wpf.c | 203 static void vsp1_wpf_destroy(struct vsp1_entity *entity) in vsp1_wpf_destroy() 231 static void wpf_configure_stream(struct vsp1_entity *entity, in wpf_configure_stream() 368 static void wpf_configure_frame(struct vsp1_entity *entity, in wpf_configure_frame() 394 static void wpf_configure_partition(struct vsp1_entity *entity, in wpf_configure_partition() 528 static unsigned int wpf_max_width(struct vsp1_entity *entity, in wpf_max_width() 537 static void wpf_partition(struct vsp1_entity *entity, in wpf_partition()
|
H A D | vsp1_drm.c | 40 struct vsp1_entity *uif = drm_pipe->uif; in vsp1_du_pipeline_frame_end() 66 struct vsp1_entity *uif, in vsp1_du_insert_uif() 67 struct vsp1_entity *prev, unsigned int prev_pad, in vsp1_du_insert_uif() 68 struct vsp1_entity *next, unsigned int next_pad) in vsp1_du_insert_uif() 119 struct vsp1_entity *uif, in vsp1_du_pipeline_setup_rpf() 236 struct vsp1_entity *brx; in vsp1_du_pipeline_setup_brx() 256 struct vsp1_entity *released_brx = NULL; in vsp1_du_pipeline_setup_brx() 377 struct vsp1_entity *uif; in vsp1_du_pipeline_setup_inputs() 548 struct vsp1_entity *entity; in vsp1_du_pipeline_configure() 549 struct vsp1_entity *nex in vsp1_du_pipeline_configure() [all...] |
H A D | vsp1_rpf.c | 50 static void rpf_configure_stream(struct vsp1_entity *entity, in rpf_configure_stream() 297 static void rpf_configure_frame(struct vsp1_entity *entity, in rpf_configure_frame() 312 static void rpf_configure_partition(struct vsp1_entity *entity, in rpf_configure_partition() 380 static void rpf_partition(struct vsp1_entity *entity, in rpf_partition()
|
H A D | vsp1_iif.h | 13 #include "vsp1_entity.h" 19 struct vsp1_entity entity;
|
H A D | vsp1_lif.h | 15 #include "vsp1_entity.h" 23 struct vsp1_entity entity;
|
H A D | vsp1_hsit.h | 15 #include "vsp1_entity.h" 23 struct vsp1_entity entity;
|
H A D | vsp1_sru.h | 16 #include "vsp1_entity.h" 24 struct vsp1_entity entity;
|
H A D | vsp1_uif.h | 12 #include "vsp1_entity.h" 20 struct vsp1_entity entity;
|
H A D | vsp1_hgt.h | 36 void vsp1_hgt_frame_end(struct vsp1_entity *hgt);
|
H A D | vsp1_lut.h | 18 #include "vsp1_entity.h" 26 struct vsp1_entity entity;
|
H A D | vsp1_hgo.h | 39 void vsp1_hgo_frame_end(struct vsp1_entity *hgo);
|
H A D | vsp1_clu.h | 18 #include "vsp1_entity.h" 27 struct vsp1_entity entity;
|
H A D | vsp1_brx.h | 16 #include "vsp1_entity.h" 24 struct vsp1_entity entity;
|
H A D | vsp1_drm.h | 43 struct vsp1_entity *uif;
|
H A D | Makefile | 2 vsp1-y := vsp1_drv.o vsp1_entity.o vsp1_pipe.o
|
H A D | vsp1_pipe.c | 22 #include "vsp1_entity.h" 409 struct vsp1_entity *entity; in vsp1_pipeline_reset() 454 struct vsp1_entity *entity; in __vsp1_pipeline_dump() 503 struct vsp1_entity *entity; in vsp1_pipeline_stop() 634 struct vsp1_entity *entity; in vsp1_pipeline_propagate_partition()
|