Searched defs:soc_camera_device (Results 1 – 1 of 1) sorted by relevance
30 struct soc_camera_device { struct31 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 …]