Lines Matching defs:soc_camera_host_ops
89 struct soc_camera_host_ops { struct
90 struct module *owner;
91 int (*add)(struct soc_camera_device *);
92 void (*remove)(struct soc_camera_device *);
93 int (*clock_start)(struct soc_camera_host *);
94 void (*clock_stop)(struct soc_camera_host *);
101 int (*get_formats)(struct soc_camera_device *, unsigned int,
103 void (*put_formats)(struct soc_camera_device *);
104 int (*get_selection)(struct soc_camera_device *, struct v4l2_selection *);
105 int (*set_selection)(struct soc_camera_device *, struct v4l2_selection *);
110 int (*set_liveselection)(struct soc_camera_device *, struct v4l2_selection *);
111 int (*set_fmt)(struct soc_camera_device *, struct v4l2_format *);
112 int (*try_fmt)(struct soc_camera_device *, struct v4l2_format *);
113 int (*init_videobuf2)(struct vb2_queue *,
115 int (*querycap)(struct soc_camera_host *, struct v4l2_capability *);
116 int (*set_bus_param)(struct soc_camera_device *);
117 int (*get_parm)(struct soc_camera_device *, struct v4l2_streamparm *);
118 int (*set_parm)(struct soc_camera_device *, struct v4l2_streamparm *);
119 int (*enum_framesizes)(struct soc_camera_device *, struct v4l2_frmsizeenum *);
120 __poll_t (*poll)(struct file *, poll_table *);