Searched refs:vsp1_uds (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_uds.h | 3 * vsp1_uds.h -- R-Car VSP1 Up and Down Scaler 22 struct vsp1_uds { struct 27 static inline struct vsp1_uds *to_uds(struct v4l2_subdev *subdev) in to_uds() 29 return container_of(subdev, struct vsp1_uds, entity.subdev); in to_uds() 32 struct vsp1_uds *vsp1_uds_create(struct vsp1_device *vsp1, unsigned int index);
|
H A D | vsp1_uds.c | 3 * vsp1_uds.c -- R-Car VSP1 Up and Down Scaler 18 #include "vsp1_uds.h" 30 static inline void vsp1_uds_write(struct vsp1_uds *uds, in vsp1_uds_write() 43 struct vsp1_uds *uds = to_uds(&entity->subdev); in vsp1_uds_set_alpha() 130 struct vsp1_uds *uds = to_uds(subdev); in uds_enum_frame_size() 166 static void uds_try_format(struct vsp1_uds *uds, in uds_try_format() 206 struct vsp1_uds *uds = to_uds(subdev); in uds_set_format() 263 struct vsp1_uds *uds = to_uds(&entity->subdev); in uds_configure_stream() 311 struct vsp1_uds *uds = to_uds(&entity->subdev); in uds_configure_partition() 335 struct vsp1_uds *ud in uds_max_width() [all...] |
H A D | vsp1.h | 38 struct vsp1_uds; 94 struct vsp1_uds *uds[VSP1_MAX_UDS];
|
H A D | Makefile | 6 vsp1-y += vsp1_brx.o vsp1_sru.o vsp1_uds.o
|
H A D | vsp1_drv.c | 37 #include "vsp1_uds.h" 401 struct vsp1_uds *uds; in vsp1_create_entities()
|
H A D | vsp1_video.c | 34 #include "vsp1_uds.h" 797 struct vsp1_uds *uds = to_uds(&pipe->uds->subdev); in vsp1_video_setup_pipeline()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_uds.h | 3 * vsp1_uds.h -- R-Car VSP1 Up and Down Scaler 22 struct vsp1_uds { struct 27 static inline struct vsp1_uds *to_uds(struct v4l2_subdev *subdev) in to_uds() 29 return container_of(subdev, struct vsp1_uds, entity.subdev); in to_uds() 32 struct vsp1_uds *vsp1_uds_create(struct vsp1_device *vsp1, unsigned int index);
|
H A D | vsp1_uds.c | 3 * vsp1_uds.c -- R-Car VSP1 Up and Down Scaler 18 #include "vsp1_uds.h" 30 static inline void vsp1_uds_write(struct vsp1_uds *uds, in vsp1_uds_write() 43 struct vsp1_uds *uds = to_uds(&entity->subdev); in vsp1_uds_set_alpha() 130 struct vsp1_uds *uds = to_uds(subdev); in uds_enum_frame_size() 167 static void uds_try_format(struct vsp1_uds *uds, in uds_try_format() 207 struct vsp1_uds *uds = to_uds(subdev); in uds_set_format() 265 struct vsp1_uds *uds = to_uds(&entity->subdev); in uds_configure_stream() 313 struct vsp1_uds *uds = to_uds(&entity->subdev); in uds_configure_partition() 337 struct vsp1_uds *ud in uds_max_width() [all...] |
H A D | vsp1.h | 39 struct vsp1_uds; 98 struct vsp1_uds *uds[VSP1_MAX_UDS];
|
H A D | Makefile | 6 vsp1-y += vsp1_brx.o vsp1_sru.o vsp1_uds.o
|
H A D | vsp1_drv.c | 37 #include "vsp1_uds.h" 408 struct vsp1_uds *uds; in vsp1_create_entities()
|
H A D | vsp1_video.c | 34 #include "vsp1_uds.h" 798 struct vsp1_uds *uds = to_uds(&pipe->uds->subdev); in vsp1_video_setup_pipeline()
|
Completed in 8 milliseconds