Home
last modified time | relevance | path

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

/linux-4.4.14/include/media/
Dsoc_camera.h93 struct soc_camera_host_ops { struct
94 struct module *owner;
95 int (*add)(struct soc_camera_device *);
96 void (*remove)(struct soc_camera_device *);
97 int (*clock_start)(struct soc_camera_host *);
98 void (*clock_stop)(struct soc_camera_host *);
105 int (*get_formats)(struct soc_camera_device *, unsigned int,
107 void (*put_formats)(struct soc_camera_device *);
108 int (*cropcap)(struct soc_camera_device *, struct v4l2_cropcap *);
109 int (*get_crop)(struct soc_camera_device *, struct v4l2_crop *);
[all …]