Searched defs:vsp1_uds (Results 1 - 1 of 1) sorted by relevance

/drivers/media/platform/vsp1/
H A Dvsp1_uds.h2 * vsp1_uds.h -- R-Car VSP1 Up and Down Scaler
26 struct vsp1_uds { struct
31 static inline struct vsp1_uds *to_uds(struct v4l2_subdev *subdev)
33 return container_of(subdev, struct vsp1_uds, entity.subdev);
36 struct vsp1_uds *vsp1_uds_create(struct vsp1_device *vsp1, unsigned int index);
38 void vsp1_uds_set_alpha(struct vsp1_uds *uds, unsigned int alpha);

Completed in 68 milliseconds