Lines Matching refs:drmres
47 struct drmres { struct
59 static void free_dr(struct drmres *dr) in free_dr()
67 struct drmres *dr, *tmp; in drm_managed_release()
87 static __always_inline struct drmres * alloc_dr(drmres_release_t release, in alloc_dr()
91 struct drmres *dr; in alloc_dr()
101 memset(dr, 0, offsetof(struct drmres, data)); in alloc_dr()
110 static void del_dr(struct drm_device *dev, struct drmres *dr) in del_dr()
118 static void add_dr(struct drm_device *dev, struct drmres *dr) in add_dr()
142 struct drmres *dr; in __drmm_add_action()
195 struct drmres *dr_match = NULL, *dr; in drmm_release_action()
231 struct drmres *dr; in drmm_kmalloc()
284 struct drmres *dr_match = NULL, *dr; in drmm_kfree()