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

/drivers/media/platform/vsp1/
H A Dvsp1_rwpf.h2 * vsp1_rwpf.h -- R-Car VSP1 Read and Write Pixel Formatters
27 struct vsp1_rwpf { struct
44 static inline struct vsp1_rwpf *to_rwpf(struct v4l2_subdev *subdev)
46 return container_of(subdev, struct vsp1_rwpf, entity.subdev);
49 struct vsp1_rwpf *vsp1_rpf_create(struct vsp1_device *vsp1, unsigned int index);
50 struct vsp1_rwpf *vsp1_wpf_create(struct vsp1_device *vsp1, unsigned int index);

Completed in 45 milliseconds