Home
last modified time | relevance | path

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

/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.c3 * vsp1_brx.c -- R-Car VSP1 Blend ROP Unit (BRU and BRS)
16 #include "vsp1_brx.h"
30 static inline void vsp1_brx_write(struct vsp1_brx *brx, in vsp1_brx_write()
42 struct vsp1_brx *brx = in brx_s_ctrl()
43 container_of(ctrl->handler, struct vsp1_brx, ctrls); in brx_s_ctrl()
92 static void brx_try_format(struct vsp1_brx *brx, in brx_try_format()
130 struct vsp1_brx *brx = to_brx(subdev); in brx_set_format()
173 struct vsp1_brx *brx = to_brx(subdev);
208 struct vsp1_brx *brx = to_brx(subdev); in brx_set_selection()
271 struct vsp1_brx *br
[all...]
H A Dvsp1_video.c27 #include "vsp1_brx.h"
363 struct vsp1_brx *brx = NULL; in vsp1_video_pipeline_build_branch()