Home
last modified time | relevance | path

Searched refs:soc_camera_host (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/media/
Dsoc_camera.h74 struct soc_camera_host { struct
93 int (*clock_start)(struct soc_camera_host *); argument
94 void (*clock_stop)(struct soc_camera_host *);
115 int (*querycap)(struct soc_camera_host *, struct v4l2_capability *);
245 static inline struct soc_camera_host *to_soc_camera_host( in to_soc_camera_host()
250 return container_of(v4l2_dev, struct soc_camera_host, v4l2_dev); in to_soc_camera_host()
272 int soc_camera_host_register(struct soc_camera_host *ici);
273 void soc_camera_host_unregister(struct soc_camera_host *ici);