Searched refs:drmp (Results 1 – 2 of 2) sorted by relevance
50 static int drm_tegra_wrap(struct drm_tegra **drmp, int fd, bool close) in drm_tegra_wrap() argument54 if (fd < 0 || !drmp) in drm_tegra_wrap()64 *drmp = drm; in drm_tegra_wrap()69 drm_public int drm_tegra_new(int fd, struct drm_tegra **drmp) in drm_tegra_new() argument86 return drm_tegra_wrap(drmp, fd, false); in drm_tegra_new()
43 int drm_tegra_new(int fd, struct drm_tegra **drmp);