Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nuvoton/
H A Dnpcm-video.c107 struct regmap *gfx_regmap; member
566 struct regmap *gfxi = video->gfx_regmap; in npcm_video_is_mga()
575 struct regmap *gfxi = video->gfx_regmap; in npcm_video_hres()
587 struct regmap *gfxi = video->gfx_regmap; in npcm_video_vres()
672 struct regmap *gfxi = video->gfx_regmap; in npcm_video_pclk()
866 struct regmap *gfxi = video->gfx_regmap; in npcm_video_detect_resolution()
1775 video->gfx_regmap = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in npcm_video_probe()
1777 if (IS_ERR(video->gfx_regmap)) in npcm_video_probe()
1778 return PTR_ERR(video->gfx_regmap); in npcm_video_probe()