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