Home
last modified time | relevance | path

Searched refs:gfx_regmap (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/platform/nuvoton/
H A Dnpcm-video.c106 struct regmap *gfx_regmap; member
565 struct regmap *gfxi = video->gfx_regmap; in npcm_video_is_mga()
574 struct regmap *gfxi = video->gfx_regmap; in npcm_video_hres()
586 struct regmap *gfxi = video->gfx_regmap; in npcm_video_vres()
671 struct regmap *gfxi = video->gfx_regmap; in npcm_video_pclk()
863 struct regmap *gfxi = video->gfx_regmap; in npcm_video_detect_resolution()
1772 video->gfx_regmap = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in npcm_video_probe()
1774 if (IS_ERR(video->gfx_regmap)) in npcm_video_probe()
1775 return PTR_ERR(video->gfx_regmap); in npcm_video_probe()