Home
last modified time | relevance | path

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

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