Linux Kernel
3.7.1
|
Data Fields | |
struct soc_camera_host | soc_host |
struct soc_camera_device * | icd |
struct clk * | clk |
unsigned int | irq |
void __iomem * | base |
int | dma_ch |
struct omap1_cam_platform_data * | pdata |
struct resource * | res |
unsigned long | pflags |
unsigned long | camexclk |
struct list_head | capture |
spinlock_t | lock |
struct omap1_cam_buf * | active |
struct omap1_cam_buf * | ready |
enum omap1_cam_vb_mode | vb_mode |
int(* | mmap_mapper )(struct videobuf_queue *q, struct videobuf_buffer *buf, struct vm_area_struct *vma) |
u32 | reg_cache [0] |
Definition at line 150 of file omap1_camera.c.
struct omap1_cam_buf* active |
Definition at line 171 of file omap1_camera.c.
Definition at line 156 of file omap1_camera.c.
unsigned long camexclk |
Definition at line 163 of file omap1_camera.c.
Definition at line 165 of file omap1_camera.c.
Definition at line 153 of file omap1_camera.c.
Definition at line 158 of file omap1_camera.c.
struct soc_camera_device* icd |
Definition at line 152 of file omap1_camera.c.
unsigned int irq |
Definition at line 155 of file omap1_camera.c.
spinlock_t lock |
Definition at line 168 of file omap1_camera.c.
int(* mmap_mapper)(struct videobuf_queue *q, struct videobuf_buffer *buf, struct vm_area_struct *vma) |
Definition at line 175 of file omap1_camera.c.
struct omap1_cam_platform_data* pdata |
Definition at line 160 of file omap1_camera.c.
unsigned long pflags |
Definition at line 162 of file omap1_camera.c.
struct omap1_cam_buf* ready |
Definition at line 172 of file omap1_camera.c.
u32 reg_cache[0] |
Definition at line 179 of file omap1_camera.c.
Definition at line 161 of file omap1_camera.c.
struct soc_camera_host soc_host |
Definition at line 151 of file omap1_camera.c.
enum omap1_cam_vb_mode vb_mode |
Definition at line 174 of file omap1_camera.c.