Searched defs:soc_camera_device (Results 1 – 1 of 1) sorted by relevance
26 struct soc_camera_device { struct27 struct list_head list; /* list of all registered devices */28 struct soc_camera_desc *sdesc;29 struct device *pdev; /* Platform device */30 struct device *parent; /* Camera host device */31 struct device *control; /* E.g., the i2c client */32 s32 user_width;33 s32 user_height;34 u32 bytesperline; /* for padding, zero if unused */35 u32 sizeimage;[all …]