Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/renesas/vsp1/
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,
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 void brx_try_format(struct vsp1_brx *brx, in brx_try_format()
131 struct vsp1_brx *brx = to_brx(subdev); in brx_set_format()
179 struct vsp1_brx *brx = to_brx(subdev); in brx_get_selection()
213 struct vsp1_brx *brx = to_brx(subdev); in brx_set_selection()
280 struct vsp1_brx *brx = to_brx(&entity->subdev); in brx_configure_stream()
397 struct vsp1_brx *vsp1_brx_create(struct vsp1_device *vsp1, in vsp1_brx_create()
400 struct vsp1_brx *brx; in vsp1_brx_create()
Dvsp1.h30 struct vsp1_brx;
87 struct vsp1_brx *brs;
88 struct vsp1_brx *bru;
DMakefile6 vsp1-y += vsp1_brx.o vsp1_sru.o vsp1_uds.o
Dvsp1_drm.c378 struct vsp1_brx *brx; in vsp1_du_pipeline_setup_inputs()
670 struct vsp1_brx *brx; in vsp1_du_setup_lif()
Dvsp1_pipe.c268 struct vsp1_brx *brx = to_brx(&pipe->brx->subdev); in vsp1_pipeline_reset()
Dvsp1_video.c356 struct vsp1_brx *brx = NULL; in vsp1_video_pipeline_build_branch()