Searched refs:drmp (Results 1 – 2 of 2) sorted by relevance
58 static int drm_tegra_wrap(struct drm_tegra **drmp, int fd, bool close) in drm_tegra_wrap() argument62 if (fd < 0 || !drmp) in drm_tegra_wrap()72 *drmp = drm; in drm_tegra_wrap()77 int drm_tegra_new(struct drm_tegra **drmp, int fd) in drm_tegra_new() argument94 return drm_tegra_wrap(drmp, fd, false); in drm_tegra_new()
34 int drm_tegra_new(struct drm_tegra **drmp, int fd);