Searched defs:drm_minor (Results 1 – 1 of 1) sorted by relevance
70 struct drm_minor { struct72 int index; /* Minor device number */73 int type; /* Control or render */74 struct device *kdev; /* Linux device */75 struct drm_device *dev;77 struct dentry *debugfs_root;79 struct list_head debugfs_list;80 struct mutex debugfs_lock; /* Protects debugfs_list. */