Home
last modified time | relevance | path

Searched refs:vsp1_entity (Results 1 - 25 of 70) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H A Dvsp1_entity.h3 * vsp1_entity.h -- R-Car VSP1 Base Entity
81 void (*destroy)(struct vsp1_entity *);
82 void (*configure_stream)(struct vsp1_entity *, struct vsp1_pipeline *,
84 void (*configure_frame)(struct vsp1_entity *, struct vsp1_pipeline *,
86 void (*configure_partition)(struct vsp1_entity *,
90 unsigned int (*max_width)(struct vsp1_entity *, struct vsp1_pipeline *);
91 void (*partition)(struct vsp1_entity *, struct vsp1_pipeline *,
96 struct vsp1_entity { struct
113 struct vsp1_entity **sources;
114 struct vsp1_entity *sin
[all...]
H A Dvsp1_entity.c3 * 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()
72 void vsp1_entity_configure_stream(struct vsp1_entity *entity, in vsp1_entity_configure_stream()
81 void vsp1_entity_configure_frame(struct vsp1_entity *entity, in vsp1_entity_configure_frame()
90 void vsp1_entity_configure_partition(struct vsp1_entity *entity, in vsp1_entity_configure_partition()
118 vsp1_entity_get_pad_config(struct vsp1_entity *entity, in vsp1_entity_get_pad_config()
141 vsp1_entity_get_pad_format(struct vsp1_entity *entity, in vsp1_entity_get_pad_format()
160 vsp1_entity_get_pad_selection(struct vsp1_entity *entit
[all...]
H A Dvsp1_pipe.h130 struct vsp1_entity *brx;
131 struct vsp1_entity *hgo;
132 struct vsp1_entity *hgt;
133 struct vsp1_entity *lif;
134 struct vsp1_entity *uds;
135 struct vsp1_entity *uds_input;
H A Dvsp1_uds.h15 #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 Dvsp1_rwpf.h19 #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 Dvsp1_histo.h21 #include "vsp1_entity.h"
35 struct vsp1_entity entity;
69 void vsp1_histogram_destroy(struct vsp1_entity *entity);
H A Dvsp1_lut.c148 static void lut_configure_stream(struct vsp1_entity *entity, in lut_configure_stream()
158 static void lut_configure_frame(struct vsp1_entity *entity, in lut_configure_frame()
180 static void lut_destroy(struct vsp1_entity *entity) in lut_destroy()
H A Dvsp1_drm.c39 struct vsp1_entity *uif = drm_pipe->uif; in vsp1_du_pipeline_frame_end()
65 struct vsp1_entity *uif, in vsp1_du_insert_uif()
66 struct vsp1_entity *prev, unsigned int prev_pad, in vsp1_du_insert_uif()
67 struct vsp1_entity *next, unsigned int next_pad) in vsp1_du_insert_uif()
118 struct vsp1_entity *uif, in vsp1_du_pipeline_setup_rpf()
235 struct vsp1_entity *brx; in vsp1_du_pipeline_setup_brx()
255 struct vsp1_entity *released_brx = NULL; in vsp1_du_pipeline_setup_brx()
372 struct vsp1_entity *uif; in vsp1_du_pipeline_setup_inputs()
538 struct vsp1_entity *entity; in vsp1_du_pipeline_configure()
539 struct vsp1_entity *nex in vsp1_du_pipeline_configure()
[all...]
H A Dvsp1_wpf.c228 static void vsp1_wpf_destroy(struct vsp1_entity *entity) in vsp1_wpf_destroy()
256 static void wpf_configure_stream(struct vsp1_entity *entity, in wpf_configure_stream()
365 static void wpf_configure_frame(struct vsp1_entity *entity, in wpf_configure_frame()
391 static void wpf_configure_partition(struct vsp1_entity *entity, in wpf_configure_partition()
533 static unsigned int wpf_max_width(struct vsp1_entity *entity, in wpf_max_width()
541 static void wpf_partition(struct vsp1_entity *entity, in wpf_partition()
H A Dvsp1_rpf.c58 static void rpf_configure_stream(struct vsp1_entity *entity, in rpf_configure_stream()
226 static void rpf_configure_frame(struct vsp1_entity *entity, in rpf_configure_frame()
241 static void rpf_configure_partition(struct vsp1_entity *entity, in rpf_configure_partition()
324 static void rpf_partition(struct vsp1_entity *entity, in rpf_partition()
H A Dvsp1_clu.c172 static void clu_configure_stream(struct vsp1_entity *entity, in clu_configure_stream()
190 static void clu_configure_frame(struct vsp1_entity *entity, in clu_configure_frame()
221 static void clu_destroy(struct vsp1_entity *entity) in clu_destroy()
H A Dvsp1_uds.c40 void vsp1_uds_set_alpha(struct vsp1_entity *entity, struct vsp1_dl_body *dlb, in vsp1_uds_set_alpha()
258 static void uds_configure_stream(struct vsp1_entity *entity, in uds_configure_stream()
306 static void uds_configure_partition(struct vsp1_entity *entity, in uds_configure_partition()
332 static unsigned int uds_max_width(struct vsp1_entity *entity, in uds_max_width()
368 static void uds_partition(struct vsp1_entity *entity, in uds_partition()
H A Dvsp1_uif.h12 #include "vsp1_entity.h"
20 struct vsp1_entity entity;
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H A Dvsp1_entity.h3 * vsp1_entity.h -- R-Car VSP1 Base Entity
81 void (*destroy)(struct vsp1_entity *);
82 void (*configure_stream)(struct vsp1_entity *, struct vsp1_pipeline *,
84 void (*configure_frame)(struct vsp1_entity *, struct vsp1_pipeline *,
86 void (*configure_partition)(struct vsp1_entity *,
90 unsigned int (*max_width)(struct vsp1_entity *, struct vsp1_pipeline *);
91 void (*partition)(struct vsp1_entity *, struct vsp1_pipeline *,
96 struct vsp1_entity { struct
113 struct vsp1_entity **sources;
114 struct vsp1_entity *sin
[all...]
H A Dvsp1_entity.c3 * 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()
72 void vsp1_entity_configure_stream(struct vsp1_entity *entity, in vsp1_entity_configure_stream()
81 void vsp1_entity_configure_frame(struct vsp1_entity *entity, in vsp1_entity_configure_frame()
90 void vsp1_entity_configure_partition(struct vsp1_entity *entity, in vsp1_entity_configure_partition()
118 vsp1_entity_get_pad_config(struct vsp1_entity *entity, in vsp1_entity_get_pad_config()
141 vsp1_entity_get_pad_format(struct vsp1_entity *entity, in vsp1_entity_get_pad_format()
160 vsp1_entity_get_pad_selection(struct vsp1_entity *entit
[all...]
H A Dvsp1_pipe.h130 struct vsp1_entity *brx;
131 struct vsp1_entity *hgo;
132 struct vsp1_entity *hgt;
133 struct vsp1_entity *lif;
134 struct vsp1_entity *uds;
135 struct vsp1_entity *uds_input;
H A Dvsp1_uds.h15 #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 Dvsp1_rwpf.h19 #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 Dvsp1_histo.h21 #include "vsp1_entity.h"
35 struct vsp1_entity entity;
69 void vsp1_histogram_destroy(struct vsp1_entity *entity);
H A Dvsp1_lut.c149 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 Dvsp1_drm.c39 struct vsp1_entity *uif = drm_pipe->uif; in vsp1_du_pipeline_frame_end()
65 struct vsp1_entity *uif, in vsp1_du_insert_uif()
66 struct vsp1_entity *prev, unsigned int prev_pad, in vsp1_du_insert_uif()
67 struct vsp1_entity *next, unsigned int next_pad) in vsp1_du_insert_uif()
118 struct vsp1_entity *uif, in vsp1_du_pipeline_setup_rpf()
235 struct vsp1_entity *brx; in vsp1_du_pipeline_setup_brx()
255 struct vsp1_entity *released_brx = NULL; in vsp1_du_pipeline_setup_brx()
372 struct vsp1_entity *uif; in vsp1_du_pipeline_setup_inputs()
543 struct vsp1_entity *entity; in vsp1_du_pipeline_configure()
544 struct vsp1_entity *nex in vsp1_du_pipeline_configure()
[all...]
H A Dvsp1_wpf.c228 static void vsp1_wpf_destroy(struct vsp1_entity *entity) in vsp1_wpf_destroy()
256 static void wpf_configure_stream(struct vsp1_entity *entity, in wpf_configure_stream()
365 static void wpf_configure_frame(struct vsp1_entity *entity, in wpf_configure_frame()
391 static void wpf_configure_partition(struct vsp1_entity *entity, in wpf_configure_partition()
533 static unsigned int wpf_max_width(struct vsp1_entity *entity, in wpf_max_width()
541 static void wpf_partition(struct vsp1_entity *entity, in wpf_partition()
H A Dvsp1_rpf.c58 static void rpf_configure_stream(struct vsp1_entity *entity, in rpf_configure_stream()
278 static void rpf_configure_frame(struct vsp1_entity *entity, in rpf_configure_frame()
293 static void rpf_configure_partition(struct vsp1_entity *entity, in rpf_configure_partition()
376 static void rpf_partition(struct vsp1_entity *entity, in rpf_partition()
H A Dvsp1_clu.c173 static void clu_configure_stream(struct vsp1_entity *entity, in clu_configure_stream()
191 static void clu_configure_frame(struct vsp1_entity *entity, in clu_configure_frame()
222 static void clu_destroy(struct vsp1_entity *entity) in clu_destroy()
H A Dvsp1_uds.c40 void vsp1_uds_set_alpha(struct vsp1_entity *entity, struct vsp1_dl_body *dlb, in vsp1_uds_set_alpha()
260 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()
334 static unsigned int uds_max_width(struct vsp1_entity *entity, in uds_max_width()
370 static void uds_partition(struct vsp1_entity *entity, in uds_partition()

Completed in 12 milliseconds

123