Searched defs:soc_camera_ops (Results 1 – 1 of 1) sorted by relevance
198 struct soc_camera_ops { struct199 int (*suspend)(struct soc_camera_device *, pm_message_t state);200 int (*resume)(struct soc_camera_device *);201 unsigned long (*query_bus_param)(struct soc_camera_device *);202 int (*set_bus_param)(struct soc_camera_device *, unsigned long);203 int (*enum_input)(struct soc_camera_device *, struct v4l2_input *);204 const struct v4l2_queryctrl *controls;205 int num_controls;