Home
last modified time | relevance | path

Searched refs:vsp1_uds (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_uds.h3 * 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() argument
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 Dvsp1_uds.c3 * vsp1_uds.c -- R-Car VSP1 Up and Down Scaler
19 #include "vsp1_uds.h"
31 static inline void vsp1_uds_write(struct vsp1_uds *uds, in vsp1_uds_write()
44 struct vsp1_uds *uds = to_uds(&entity->subdev); in vsp1_uds_set_alpha()
131 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()
211 struct vsp1_uds *uds = to_uds(subdev); in uds_set_format()
267 struct vsp1_uds *uds = to_uds(&entity->subdev); in uds_configure_stream()
314 struct vsp1_uds *uds = to_uds(&entity->subdev); in uds_configure_partition()
400 struct vsp1_uds *vsp1_uds_creat
[all...]
H A Dvsp1.h40 struct vsp1_uds;
102 struct vsp1_uds *uds[VSP1_MAX_UDS];
H A DMakefile6 vsp1-y += vsp1_brx.o vsp1_sru.o vsp1_uds.o
H A Dvsp1_drv.c39 #include "vsp1_uds.h"
423 struct vsp1_uds *uds; in vsp1_create_entities()