Home
last modified time | relevance | path

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

/Linux-v5.4/include/media/
Dsoc_camera.h71 struct soc_camera_host { struct
90 int (*clock_start)(struct soc_camera_host *); argument
91 void (*clock_stop)(struct soc_camera_host *);
112 int (*querycap)(struct soc_camera_host *, struct v4l2_capability *);
242 static inline struct soc_camera_host *to_soc_camera_host( in to_soc_camera_host()
247 return container_of(v4l2_dev, struct soc_camera_host, v4l2_dev); in to_soc_camera_host()
269 int soc_camera_host_register(struct soc_camera_host *ici);
270 void soc_camera_host_unregister(struct soc_camera_host *ici);
/Linux-v5.4/drivers/staging/media/soc_camera/
Dsoc_camera.c171 static int soc_camera_clock_start(struct soc_camera_host *ici) in soc_camera_clock_start()
185 static void soc_camera_clock_stop(struct soc_camera_host *ici) in soc_camera_clock_stop()
247 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_try_fmt()
351 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_enum_framesizes()
446 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_init_user_formats()
518 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_free_user_formats()
532 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_set_fmt()
570 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_add_device()
600 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_remove_device()
616 struct soc_camera_host *ici; in soc_camera_open()
[all …]
/Linux-v5.4/Documentation/media/v4l-drivers/
Dsoc-camera.rst54 soc_camera_host_register(struct soc_camera_host *);
60 struct soc_camera_host *ici;