Lines Matching refs:drmres
46 struct drmres { struct
58 static void free_dr(struct drmres *dr) in free_dr()
66 struct drmres *dr, *tmp; in drm_managed_release()
86 static __always_inline struct drmres * alloc_dr(drmres_release_t release, in alloc_dr()
90 struct drmres *dr; in alloc_dr()
100 memset(dr, 0, offsetof(struct drmres, data)); in alloc_dr()
109 static void del_dr(struct drm_device *dev, struct drmres *dr) in del_dr()
117 static void add_dr(struct drm_device *dev, struct drmres *dr) in add_dr()
141 struct drmres *dr; in __drmm_add_action()
191 struct drmres *dr; in drmm_kmalloc()
244 struct drmres *dr_match = NULL, *dr; in drmm_kfree()