Home
last modified time | relevance | path

Searched refs:vsp1_brx (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_brx.h23 struct vsp1_brx { struct
36 static inline struct vsp1_brx *to_brx(struct v4l2_subdev *subdev) in to_brx() argument
38 return container_of(subdev, struct vsp1_brx, entity.subdev); in to_brx()
41 struct vsp1_brx *vsp1_brx_create(struct vsp1_device *vsp1,
H A Dvsp1_brx.c29 static inline void vsp1_brx_write(struct vsp1_brx *brx, in vsp1_brx_write()
41 struct vsp1_brx *brx = in brx_s_ctrl()
42 container_of(ctrl->handler, struct vsp1_brx, ctrls); in brx_s_ctrl()
99 static struct v4l2_rect *brx_get_compose(struct vsp1_brx *brx, in brx_get_compose()
106 static void brx_try_format(struct vsp1_brx *brx, in brx_try_format()
138 struct vsp1_brx *brx = to_brx(subdev); in brx_set_format()
188 struct vsp1_brx *brx = to_brx(subdev); in brx_get_selection()
222 struct vsp1_brx *brx = to_brx(subdev); in brx_set_selection()
291 struct vsp1_brx *brx = to_brx(&entity->subdev); in brx_configure_stream()
409 struct vsp1_brx *vsp1_brx_create(struct vsp1_device *vsp1, in vsp1_brx_create()
[all …]
H A Dvsp1.h30 struct vsp1_brx;
87 struct vsp1_brx *brs;
88 struct vsp1_brx *bru;
H A DMakefile6 vsp1-y += vsp1_brx.o vsp1_sru.o vsp1_uds.o
H A Dvsp1_pipe.c268 struct vsp1_brx *brx = to_brx(&pipe->brx->subdev); in vsp1_pipeline_reset()
H A Dvsp1_drm.c374 struct vsp1_brx *brx; in vsp1_du_pipeline_setup_inputs()
661 struct vsp1_brx *brx; in vsp1_du_setup_lif()
H A Dvsp1_video.c476 struct vsp1_brx *brx = NULL; in vsp1_video_pipeline_build_branch()