Searched defs:pcdev (Results 1 – 6 of 6) sorted by relevance
/linux-3.3/drivers/media/video/ |
D | omap1_camera.c | 183 static void cam_write(struct omap1_cam_dev *pcdev, u16 reg, u32 val) in cam_write() 189 static u32 cam_read(struct omap1_cam_dev *pcdev, u16 reg, bool from_cache) in cam_read() 195 #define CAM_READ(pcdev, reg) \ argument 197 #define CAM_WRITE(pcdev, reg, val) \ argument 199 #define CAM_READ_CACHE(pcdev, reg) \ argument 212 struct omap1_cam_dev *pcdev = ici->priv; in omap1_videobuf_setup() local 262 struct omap1_cam_dev *pcdev = ici->priv; in omap1_videobuf_prepare() local 355 static struct omap1_cam_buf *prepare_next_vb(struct omap1_cam_dev *pcdev) in prepare_next_vb() 436 static void start_capture(struct omap1_cam_dev *pcdev) in start_capture() 474 static void suspend_capture(struct omap1_cam_dev *pcdev) in suspend_capture() [all …]
|
D | pxa_camera.c | 333 static int pxa_init_dma_channel(struct pxa_camera_dev *pcdev, in pxa_init_dma_channel() 414 static void pxa_videobuf_set_actdma(struct pxa_camera_dev *pcdev, in pxa_videobuf_set_actdma() 433 struct pxa_camera_dev *pcdev = ici->priv; in pxa_videobuf_prepare() local 556 static void pxa_dma_start_channels(struct pxa_camera_dev *pcdev) in pxa_dma_start_channels() 572 static void pxa_dma_stop_channels(struct pxa_camera_dev *pcdev) in pxa_dma_stop_channels() 583 static void pxa_dma_add_tail_buf(struct pxa_camera_dev *pcdev, in pxa_dma_add_tail_buf() 610 static void pxa_camera_start_capture(struct pxa_camera_dev *pcdev) in pxa_camera_start_capture() 621 static void pxa_camera_stop_capture(struct pxa_camera_dev *pcdev) in pxa_camera_stop_capture() 640 struct pxa_camera_dev *pcdev = ici->priv; in pxa_videobuf_queue() local 685 static void pxa_camera_wakeup(struct pxa_camera_dev *pcdev, in pxa_camera_wakeup() [all …]
|
D | mx1_camera.c | 230 static int mx1_camera_setup_dma(struct mx1_camera_dev *pcdev) in mx1_camera_setup_dma() 258 struct mx1_camera_dev *pcdev = ici->priv; in mx1_videobuf_queue() local 312 static void mx1_camera_wakeup(struct mx1_camera_dev *pcdev, in mx1_camera_wakeup() 343 struct mx1_camera_dev *pcdev = data; in mx1_camera_dma_irq() local 380 struct mx1_camera_dev *pcdev = ici->priv; in mx1_camera_init_videobuf() local 388 static int mclk_get_divisor(struct mx1_camera_dev *pcdev) in mclk_get_divisor() 409 static void mx1_camera_activate(struct mx1_camera_dev *pcdev) in mx1_camera_activate() 427 static void mx1_camera_deactivate(struct mx1_camera_dev *pcdev) in mx1_camera_deactivate() 444 struct mx1_camera_dev *pcdev = ici->priv; in mx1_camera_add_device() local 462 struct mx1_camera_dev *pcdev = ici->priv; in mx1_camera_remove_device() local [all …]
|
D | sh_mobile_ceu_camera.c | 158 static int sh_mobile_ceu_soft_reset(struct sh_mobile_ceu_dev *pcdev) in sh_mobile_ceu_soft_reset() 208 struct sh_mobile_ceu_dev *pcdev = ici->priv; in sh_mobile_ceu_videobuf_setup() local 267 static int sh_mobile_ceu_capture(struct sh_mobile_ceu_dev *pcdev) in sh_mobile_ceu_capture() 373 struct sh_mobile_ceu_dev *pcdev = ici->priv; in sh_mobile_ceu_videobuf_queue() local 429 struct sh_mobile_ceu_dev *pcdev = ici->priv; in sh_mobile_ceu_videobuf_release() local 457 struct sh_mobile_ceu_dev *pcdev = ici->priv; in sh_mobile_ceu_videobuf_init() local 472 struct sh_mobile_ceu_dev *pcdev = ici->priv; in sh_mobile_ceu_stop_streaming() local 500 struct sh_mobile_ceu_dev *pcdev = data; in sh_mobile_ceu_irq() local 533 static struct v4l2_subdev *find_csi2(struct sh_mobile_ceu_dev *pcdev) in find_csi2() 551 struct sh_mobile_ceu_dev *pcdev = ici->priv; in sh_mobile_ceu_add_device() local [all …]
|
D | mx2_camera.c | 209 #define mx27_camera_emma(pcdev) (cpu_is_mx27() && pcdev->use_emma) argument 327 static void mx2_camera_deactivate(struct mx2_camera_dev *pcdev) in mx2_camera_deactivate() 352 struct mx2_camera_dev *pcdev = ici->priv; in mx2_camera_add_device() local 386 struct mx2_camera_dev *pcdev = ici->priv; in mx2_camera_remove_device() local 406 static void mx27_camera_dma_enable(struct mx2_camera_dev *pcdev) in mx27_camera_dma_enable() 419 struct mx2_camera_dev *pcdev = data; in mx27_camera_irq() local 441 static void mx25_camera_frame_done(struct mx2_camera_dev *pcdev, int fb, in mx25_camera_frame_done() 486 struct mx2_camera_dev *pcdev = data; in mx25_camera_irq() local 608 struct mx2_camera_dev *pcdev = ici->priv; in mx2_videobuf_queue() local 686 struct mx2_camera_dev *pcdev = ici->priv; in mx2_videobuf_release() local [all …]
|
/linux-3.3/drivers/amba/ |
D | bus.c | 42 struct amba_device *pcdev = to_amba_device(dev); in amba_match() local 51 struct amba_device *pcdev = to_amba_device(dev); in amba_uevent() local 255 struct amba_device *pcdev = to_amba_device(dev); in amba_pm_runtime_suspend() local 266 struct amba_device *pcdev = to_amba_device(dev); in amba_pm_runtime_resume() local 323 static int amba_get_enable_pclk(struct amba_device *pcdev) in amba_get_enable_pclk() 348 static void amba_put_disable_pclk(struct amba_device *pcdev) in amba_put_disable_pclk() 357 static int amba_get_enable_vcore(struct amba_device *pcdev) in amba_get_enable_vcore() 380 static void amba_put_disable_vcore(struct amba_device *pcdev) in amba_put_disable_vcore() 396 struct amba_device *pcdev = to_amba_device(dev); in amba_probe() local 431 struct amba_device *pcdev = to_amba_device(dev); in amba_remove() local [all …]
|