Home
last modified time | relevance | path

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

/Linux-v5.4/include/media/
Dsoc_camera.h86 struct soc_camera_host_ops { struct
87 struct module *owner;
88 int (*add)(struct soc_camera_device *);
89 void (*remove)(struct soc_camera_device *);
90 int (*clock_start)(struct soc_camera_host *);
91 void (*clock_stop)(struct soc_camera_host *);
98 int (*get_formats)(struct soc_camera_device *, unsigned int,
100 void (*put_formats)(struct soc_camera_device *);
101 int (*get_selection)(struct soc_camera_device *, struct v4l2_selection *);
102 int (*set_selection)(struct soc_camera_device *, struct v4l2_selection *);
[all …]