Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
fimc_md Struct Reference

#include <fimc-mdevice.h>

Data Fields

struct fimc_csis_info csis [CSIS_MAX_ENTITIES]
 
struct fimc_sensor_info sensor [FIMC_MAX_SENSORS]
 
int num_sensors
 
struct fimc_camclk_info camclk [FIMC_MAX_CAMCLKS]
 
struct fimc_litefimc_lite [FIMC_LITE_MAX_DEVS]
 
struct fimc_devfimc [FIMC_MAX_DEVS]
 
struct media_device media_dev
 
struct v4l2_device v4l2_dev
 
struct platform_devicepdev
 
bool user_subdev_api
 
spinlock_t slock
 

Detailed Description

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.

Field Documentation

Definition at line 76 of file fimc-mdevice.h.

Definition at line 73 of file fimc-mdevice.h.

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.

Definition at line 81 of file fimc-mdevice.h.

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.


The documentation for this struct was generated from the following file: