drmres
memset(dr, 0, offsetof(struct drmres, data));
static void del_dr(struct drm_device *dev, struct drmres *dr)
static void add_dr(struct drm_device *dev, struct drmres *dr)
struct drmres *dr;
struct drmres *dr_match = NULL, *dr;
struct drmres *dr;
struct drmres *dr_match = NULL, *dr;
static void free_dr(struct drmres *dr)
struct drmres *dr, *tmp;
static __always_inline struct drmres * alloc_dr(drmres_release_t release,
struct drmres *dr;