Home
last modified time | relevance | path

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

/linux-4.1.27/include/video/
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) in sh_mobile_meram_alloc() argument
64 sh_mobile_meram_free(struct sh_mobile_meram_info *meram_dev, in sh_mobile_meram_free() argument
Dsh_mobile_lcdc.h195 struct sh_mobile_meram_info *meram_dev; member
/linux-4.1.27/drivers/gpu/drm/shmobile/
Dshmob_drm_crtc.c51 if (sdev->meram_dev && sdev->meram_dev->pdev) in shmob_drm_clk_on()
52 pm_runtime_get_sync(&sdev->meram_dev->pdev->dev); in shmob_drm_clk_on()
61 if (sdev->meram_dev && sdev->meram_dev->pdev) in shmob_drm_clk_off()
62 pm_runtime_put_sync(&sdev->meram_dev->pdev->dev); in shmob_drm_clk_off()
/linux-4.1.27/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c220 struct sh_mobile_meram_info *meram_dev; member
349 if (priv->meram_dev && priv->meram_dev->pdev) in sh_mobile_lcdc_clk_on()
350 pm_runtime_get_sync(&priv->meram_dev->pdev->dev); in sh_mobile_lcdc_clk_on()
357 if (priv->meram_dev && priv->meram_dev->pdev) in sh_mobile_lcdc_clk_off()
358 pm_runtime_put_sync(&priv->meram_dev->pdev->dev); in sh_mobile_lcdc_clk_off()
1076 struct sh_mobile_meram_info *mdev = priv->meram_dev; in sh_mobile_lcdc_start()
1229 sh_mobile_meram_cache_free(priv->meram_dev, ch->cache); in sh_mobile_lcdc_stop()
1855 sh_mobile_meram_cache_update(priv->meram_dev, ch->cache, in sh_mobile_lcdc_pan()
2727 priv->meram_dev = pdata->meram_dev; in sh_mobile_lcdc_probe()