Lines Matching refs:vcd_regmap
108 struct regmap *vcd_regmap; member
507 struct regmap *vcd = video->vcd_regmap; in npcm_video_build_table()
601 struct regmap *vcd = video->vcd_regmap; in npcm_video_capres()
633 struct regmap *vcd = video->vcd_regmap; in npcm_video_vcd_state_machine_reset()
661 struct regmap *vcd = video->vcd_regmap; in npcm_video_kvm_bw()
718 struct regmap *vcd = video->vcd_regmap; in npcm_video_set_linepitch()
730 struct regmap *vcd = video->vcd_regmap; in npcm_video_get_linepitch()
739 struct regmap *vcd = video->vcd_regmap; in npcm_video_command()
753 struct regmap *gcr = video->gcr_regmap, *vcd = video->vcd_regmap; in npcm_video_init_reg()
784 struct regmap *vcd = video->vcd_regmap; in npcm_video_start_frame()
909 struct regmap *vcd = video->vcd_regmap; in npcm_video_set_resolution()
958 regmap_write(video->vcd_regmap, VCD_FBA_ADR, video->src.dma); in npcm_video_start()
959 regmap_write(video->vcd_regmap, VCD_FBB_ADR, video->src.dma); in npcm_video_start()
974 struct regmap *vcd = video->vcd_regmap; in npcm_video_stop()
1053 struct regmap *vcd = video->vcd_regmap; in npcm_video_irq()
1495 struct regmap *vcd = video->vcd_regmap; in npcm_video_stop_streaming()
1757 video->vcd_regmap = devm_regmap_init_mmio(&pdev->dev, regs, in npcm_video_probe()
1759 if (IS_ERR(video->vcd_regmap)) { in npcm_video_probe()
1761 return PTR_ERR(video->vcd_regmap); in npcm_video_probe()