Home
last modified time | relevance | path

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

/linux-4.1.27/include/video/
Dsh_mobile_meram.h23 struct sh_mobile_meram_info { struct
41 unsigned long sh_mobile_meram_alloc(struct sh_mobile_meram_info *meram_dev, argument
43 void sh_mobile_meram_free(struct sh_mobile_meram_info *meram_dev,
45 void *sh_mobile_meram_cache_alloc(struct sh_mobile_meram_info *dev,
50 void sh_mobile_meram_cache_free(struct sh_mobile_meram_info *dev, void *data);
51 void sh_mobile_meram_cache_update(struct sh_mobile_meram_info *dev, void *data,
58 sh_mobile_meram_alloc(struct sh_mobile_meram_info *meram_dev, size_t size) in sh_mobile_meram_alloc()
64 sh_mobile_meram_free(struct sh_mobile_meram_info *meram_dev, in sh_mobile_meram_free()
70 sh_mobile_meram_cache_alloc(struct sh_mobile_meram_info *dev, in sh_mobile_meram_cache_alloc()
80 sh_mobile_meram_cache_free(struct sh_mobile_meram_info *dev, void *data) in sh_mobile_meram_cache_free()
[all …]
Dsh_mobile_lcdc.h195 struct sh_mobile_meram_info *meram_dev;
/linux-4.1.27/drivers/gpu/drm/shmobile/
Dshmob_drm_drv.h26 struct sh_mobile_meram_info;
34 struct sh_mobile_meram_info *meram;
/linux-4.1.27/drivers/video/fbdev/
Dsh_mobile_meram.c296 meram_get_next_icb_addr(struct sh_mobile_meram_info *pdata, in meram_get_next_icb_addr()
407 unsigned long sh_mobile_meram_alloc(struct sh_mobile_meram_info *pdata, in sh_mobile_meram_alloc()
416 void sh_mobile_meram_free(struct sh_mobile_meram_info *pdata, unsigned long mem, in sh_mobile_meram_free()
466 void *sh_mobile_meram_cache_alloc(struct sh_mobile_meram_info *pdata, in sh_mobile_meram_cache_alloc()
527 sh_mobile_meram_cache_free(struct sh_mobile_meram_info *pdata, void *data) in sh_mobile_meram_cache_free()
550 sh_mobile_meram_cache_update(struct sh_mobile_meram_info *pdata, void *data, in sh_mobile_meram_cache_update()
628 struct sh_mobile_meram_info *pdata = pdev->dev.platform_data; in sh_mobile_meram_probe()
Dsh_mobile_lcdcfb.c220 struct sh_mobile_meram_info *meram_dev;
1076 struct sh_mobile_meram_info *mdev = priv->meram_dev; in sh_mobile_lcdc_start()
/linux-4.1.27/include/linux/platform_data/
Dshmob_drm.h22 struct sh_mobile_meram_info;