Home
last modified time | relevance | path

Searched defs:soc_camera_host_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/media/
Dsoc_camera.h89 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 *);
[all …]