Searched refs:vsp1_histogram (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_histo.h | 34 struct vsp1_histogram { struct 54 static inline struct vsp1_histogram *vdev_to_histo(struct video_device *vdev) in vdev_to_histo() 56 return container_of(vdev, struct vsp1_histogram, video); in vdev_to_histo() 59 static inline struct vsp1_histogram *subdev_to_histo(struct v4l2_subdev *subdev) in subdev_to_histo() 61 return container_of(subdev, struct vsp1_histogram, entity.subdev); in subdev_to_histo() 64 int vsp1_histogram_init(struct vsp1_device *vsp1, struct vsp1_histogram *histo, 72 vsp1_histogram_buffer_get(struct vsp1_histogram *histo); 73 void vsp1_histogram_buffer_complete(struct vsp1_histogram *histo,
|
H A D | vsp1_histo.c | 36 vsp1_histogram_buffer_get(struct vsp1_histogram *histo) in vsp1_histogram_buffer_get() 56 void vsp1_histogram_buffer_complete(struct vsp1_histogram *histo, in vsp1_histogram_buffer_complete() 87 struct vsp1_histogram *histo = vb2_get_drv_priv(vq); in histo_queue_setup() 108 struct vsp1_histogram *histo = vb2_get_drv_priv(vb->vb2_queue); in histo_buffer_prepare() 125 struct vsp1_histogram *histo = vb2_get_drv_priv(vb->vb2_queue); in histo_buffer_queue() 141 struct vsp1_histogram *histo = vb2_get_drv_priv(vq); in histo_stop_streaming() 176 struct vsp1_histogram *histo = subdev_to_histo(subdev); in histo_enum_mbus_code() 203 struct vsp1_histogram *histo = subdev_to_histo(subdev); in histo_get_selection() 262 struct vsp1_histogram *histo = subdev_to_histo(subdev); in histo_set_crop() 293 struct vsp1_histogram *hist in histo_set_compose() [all...] |
H A D | vsp1_hgo.h | 21 struct vsp1_histogram histo;
|
H A D | vsp1_hgt.h | 23 struct vsp1_histogram histo;
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_histo.h | 34 struct vsp1_histogram { struct 54 static inline struct vsp1_histogram *vdev_to_histo(struct video_device *vdev) in vdev_to_histo() 56 return container_of(vdev, struct vsp1_histogram, video); in vdev_to_histo() 59 static inline struct vsp1_histogram *subdev_to_histo(struct v4l2_subdev *subdev) in subdev_to_histo() 61 return container_of(subdev, struct vsp1_histogram, entity.subdev); in subdev_to_histo() 64 int vsp1_histogram_init(struct vsp1_device *vsp1, struct vsp1_histogram *histo, 72 vsp1_histogram_buffer_get(struct vsp1_histogram *histo); 73 void vsp1_histogram_buffer_complete(struct vsp1_histogram *histo,
|
H A D | vsp1_histo.c | 36 vsp1_histogram_buffer_get(struct vsp1_histogram *histo) in vsp1_histogram_buffer_get() 56 void vsp1_histogram_buffer_complete(struct vsp1_histogram *histo, in vsp1_histogram_buffer_complete() 87 struct vsp1_histogram *histo = vb2_get_drv_priv(vq); in histo_queue_setup() 108 struct vsp1_histogram *histo = vb2_get_drv_priv(vb->vb2_queue); in histo_buffer_prepare() 125 struct vsp1_histogram *histo = vb2_get_drv_priv(vb->vb2_queue); in histo_buffer_queue() 141 struct vsp1_histogram *histo = vb2_get_drv_priv(vq); in histo_stop_streaming() 176 struct vsp1_histogram *histo = subdev_to_histo(subdev); in histo_enum_mbus_code() 205 struct vsp1_histogram *histo = subdev_to_histo(subdev); in histo_get_selection() 265 struct vsp1_histogram *histo = subdev_to_histo(subdev); in histo_set_crop() 296 struct vsp1_histogram *hist in histo_set_compose() [all...] |
H A D | vsp1_hgo.h | 21 struct vsp1_histogram histo;
|
H A D | vsp1_hgt.h | 23 struct vsp1_histogram histo;
|
Completed in 3 milliseconds