|
@@ -74,6 +74,8 @@ struct soc_camera_host_ops {
|
|
struct module *owner;
|
|
struct module *owner;
|
|
int (*add)(struct soc_camera_device *);
|
|
int (*add)(struct soc_camera_device *);
|
|
void (*remove)(struct soc_camera_device *);
|
|
void (*remove)(struct soc_camera_device *);
|
|
|
|
+ int (*clock_start)(struct soc_camera_host *);
|
|
|
|
+ void (*clock_stop)(struct soc_camera_host *);
|
|
/*
|
|
/*
|
|
* .get_formats() is called for each client device format, but
|
|
* .get_formats() is called for each client device format, but
|
|
* .put_formats() is only called once. Further, if any of the calls to
|
|
* .put_formats() is only called once. Further, if any of the calls to
|