Searched refs:_msm_ioremap (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/msm/ |
A D | msm_io_utils.c | 52 static void __iomem *_msm_ioremap(struct platform_device *pdev, const char *name, in _msm_ioremap() function 87 return _msm_ioremap(pdev, name, false, NULL); in msm_ioremap() 92 return _msm_ioremap(pdev, name, true, NULL); in msm_ioremap_quiet() 98 return _msm_ioremap(pdev, name, false, psize); in msm_ioremap_size()
|
Completed in 4 milliseconds