Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/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 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()
187 struct vsp1_brx *brx = to_brx(subdev); in brx_get_selection()
221 struct vsp1_brx *brx = to_brx(subdev); in brx_set_selection()
289 struct vsp1_brx *brx = to_brx(&entity->subdev); in brx_configure_stream()
407 struct vsp1_brx *vsp1_brx_create(struct vsp1_device *vsp1, in vsp1_brx_create()
[all …]
Dvsp1.h29 struct vsp1_brx;
83 struct vsp1_brx *brs;
84 struct vsp1_brx *bru;
DMakefile6 vsp1-y += vsp1_brx.o vsp1_sru.o vsp1_uds.o
Dvsp1_pipe.c250 struct vsp1_brx *brx = to_brx(&pipe->brx->subdev); in vsp1_pipeline_reset()
Dvsp1_drm.c374 struct vsp1_brx *brx; in vsp1_du_pipeline_setup_inputs()
656 struct vsp1_brx *brx; in vsp1_du_setup_lif()
Dvsp1_video.c475 struct vsp1_brx *brx = NULL; in vsp1_video_pipeline_build_branch()