Searched defs:drm_minor (Results 1 – 2 of 2) sorted by relevance
76669 struct drm_minor { struct76670 int index;76671 int type;76672 struct device *kdev;76673 struct drm_device *dev;76674 struct dentry *debugfs_root;76675 struct list_head debugfs_list;76676 struct mutex debugfs_lock;
86284 struct drm_minor { struct86285 int index;86286 int type;86287 struct device *kdev;86288 struct drm_device *dev;86289 struct dentry *debugfs_root;86290 struct list_head debugfs_list;86291 struct mutex debugfs_lock;