Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/
Domap1_camera.c150 struct omap1_cam_dev { struct
151 struct soc_camera_host soc_host;
152 struct soc_camera_device *icd;
153 struct clk *clk;
155 unsigned int irq;
156 void __iomem *base;
158 int dma_ch;
183 static void cam_write(struct omap1_cam_dev *pcdev, u16 reg, u32 val) in cam_write() argument