Searched refs:sh_mobile_meram_info (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/video/ |
D | sh_mobile_meram.h | 23 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 …]
|
D | sh_mobile_lcdc.h | 195 struct sh_mobile_meram_info *meram_dev;
|
/linux-4.4.14/drivers/gpu/drm/shmobile/ |
D | shmob_drm_drv.h | 26 struct sh_mobile_meram_info; 34 struct sh_mobile_meram_info *meram;
|
/linux-4.4.14/drivers/video/fbdev/ |
D | sh_mobile_meram.c | 296 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()
|
D | sh_mobile_lcdcfb.c | 220 struct sh_mobile_meram_info *meram_dev; 1076 struct sh_mobile_meram_info *mdev = priv->meram_dev; in sh_mobile_lcdc_start()
|
/linux-4.4.14/include/linux/platform_data/ |
D | shmob_drm.h | 22 struct sh_mobile_meram_info;
|