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

/drivers/media/platform/vsp1/
H A Dvsp1_entity.h2 * vsp1_entity.h -- R-Car VSP1 Base Entity
55 struct vsp1_entity { struct
80 static inline struct vsp1_entity *to_vsp1_entity(struct v4l2_subdev *subdev)
82 return container_of(subdev, struct vsp1_entity, subdev);
85 int vsp1_entity_init(struct vsp1_device *vsp1, struct vsp1_entity *entity,
87 void vsp1_entity_destroy(struct vsp1_entity *entity);
93 vsp1_entity_get_pad_format(struct vsp1_entity *entity,
99 bool vsp1_entity_is_streaming(struct vsp1_entity *entity);
100 int vsp1_entity_set_streaming(struct vsp1_entity *entity, bool streaming);

Completed in 82 milliseconds