Home
last modified time | relevance | path

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

/linux-4.19.296/include/media/
Dsoc_camera.h29 struct soc_camera_device { struct
81 struct soc_camera_device *icd; /* Currently attached client */
91 int (*add)(struct soc_camera_device *);
92 void (*remove)(struct soc_camera_device *);
101 int (*get_formats)(struct soc_camera_device *, unsigned int,
103 void (*put_formats)(struct soc_camera_device *);
104 int (*get_selection)(struct soc_camera_device *, struct v4l2_selection *);
105 int (*set_selection)(struct soc_camera_device *, struct v4l2_selection *);
110 int (*set_liveselection)(struct soc_camera_device *, struct v4l2_selection *);
111 int (*set_fmt)(struct soc_camera_device *, struct v4l2_format *);
[all …]
/linux-4.19.296/include/linux/platform_data/media/
Dsoc_camera_platform.h26 struct soc_camera_device *icd;
35 static inline int soc_camera_platform_add(struct soc_camera_device *icd, in soc_camera_platform_add()
71 static inline void soc_camera_platform_del(const struct soc_camera_device *icd, in soc_camera_platform_del()