Home
last modified time | relevance | path

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

/linux-4.1.27/include/media/
Dsoc_camera.h30 struct soc_camera_device { struct
31 struct list_head list; /* list of all registered devices */
32 struct soc_camera_desc *sdesc;
33 struct device *pdev; /* Platform device */
34 struct device *parent; /* Camera host device */
35 struct device *control; /* E.g., the i2c client */
36 s32 user_width;
37 s32 user_height;
38 u32 bytesperline; /* for padding, zero if unused */
39 u32 sizeimage;
[all …]