Home
last modified time | relevance | path

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

/linux-3.3/include/media/
Dsoc_camera.h68 struct soc_camera_host_ops { struct
69 struct module *owner;
70 int (*add)(struct soc_camera_device *);
71 void (*remove)(struct soc_camera_device *);
78 int (*get_formats)(struct soc_camera_device *, unsigned int,
80 void (*put_formats)(struct soc_camera_device *);
81 int (*cropcap)(struct soc_camera_device *, struct v4l2_cropcap *);
82 int (*get_crop)(struct soc_camera_device *, struct v4l2_crop *);
83 int (*set_crop)(struct soc_camera_device *, struct v4l2_crop *);
88 int (*set_livecrop)(struct soc_camera_device *, struct v4l2_crop *);
[all …]