Searched refs:meram_dev (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/video/
H A Dsh_mobile_meram.h41 unsigned long sh_mobile_meram_alloc(struct sh_mobile_meram_info *meram_dev,
43 void sh_mobile_meram_free(struct sh_mobile_meram_info *meram_dev,
58 sh_mobile_meram_alloc(struct sh_mobile_meram_info *meram_dev, size_t size) sh_mobile_meram_alloc() argument
64 sh_mobile_meram_free(struct sh_mobile_meram_info *meram_dev, sh_mobile_meram_free() argument
H A Dsh_mobile_lcdc.h195 struct sh_mobile_meram_info *meram_dev; member in struct:sh_mobile_lcdc_info
/linux-4.4.14/drivers/gpu/drm/shmobile/
H A Dshmob_drm_crtc.c51 if (sdev->meram_dev && sdev->meram_dev->pdev) shmob_drm_clk_on()
52 pm_runtime_get_sync(&sdev->meram_dev->pdev->dev); shmob_drm_clk_on()
61 if (sdev->meram_dev && sdev->meram_dev->pdev) shmob_drm_clk_off()
62 pm_runtime_put_sync(&sdev->meram_dev->pdev->dev); shmob_drm_clk_off()
/linux-4.4.14/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c220 struct sh_mobile_meram_info *meram_dev; member in struct:sh_mobile_lcdc_priv
349 if (priv->meram_dev && priv->meram_dev->pdev) sh_mobile_lcdc_clk_on()
350 pm_runtime_get_sync(&priv->meram_dev->pdev->dev); sh_mobile_lcdc_clk_on()
357 if (priv->meram_dev && priv->meram_dev->pdev) sh_mobile_lcdc_clk_off()
358 pm_runtime_put_sync(&priv->meram_dev->pdev->dev); sh_mobile_lcdc_clk_off()
1076 struct sh_mobile_meram_info *mdev = priv->meram_dev; sh_mobile_lcdc_start()
1229 sh_mobile_meram_cache_free(priv->meram_dev, ch->cache); sh_mobile_lcdc_stop()
1855 sh_mobile_meram_cache_update(priv->meram_dev, ch->cache, sh_mobile_lcdc_pan()
2727 priv->meram_dev = pdata->meram_dev; sh_mobile_lcdc_probe()

Completed in 164 milliseconds