|
Linux Kernel
3.7.1
|
#include <fimc-mdevice.h>
struct fimc_md - fimc media device information : MIPI CSIS subdevs data : array of registered sensor subdevs : actual number of registered sensors : external sensor clock information : array of registered fimc devices : top level media device : top level v4l2_device holding up the subdevs : platform device this media device is hooked up into : true if subdevs are not configured by the host driver : spinlock protecting array
Definition at line 72 of file fimc-mdevice.h.
| struct fimc_camclk_info camclk[FIMC_MAX_CAMCLKS] |
Definition at line 76 of file fimc-mdevice.h.
Definition at line 73 of file fimc-mdevice.h.
| struct fimc_dev* fimc[FIMC_MAX_DEVS] |
Definition at line 78 of file fimc-mdevice.h.
Definition at line 77 of file fimc-mdevice.h.
| struct media_device media_dev |
Definition at line 79 of file fimc-mdevice.h.
| int num_sensors |
Definition at line 75 of file fimc-mdevice.h.
| struct platform_device* pdev |
Definition at line 81 of file fimc-mdevice.h.
| struct fimc_sensor_info sensor[FIMC_MAX_SENSORS] |
Definition at line 74 of file fimc-mdevice.h.
| spinlock_t slock |
Definition at line 83 of file fimc-mdevice.h.
| bool user_subdev_api |
Definition at line 82 of file fimc-mdevice.h.
| struct v4l2_device v4l2_dev |
Definition at line 80 of file fimc-mdevice.h.
1.8.2