Searched defs:drm_minor (Results 1 – 2 of 2) sorted by relevance
983 struct drm_minor { struct984 int index; /**< Minor device number */985 int type; /**< Control or render */986 dev_t device; /**< Device number for mknod */987 struct device kdev; /**< Linux device */988 struct drm_device *dev;990 struct proc_dir_entry *proc_root; /**< proc directory entry */991 struct drm_info_node proc_nodes;992 struct dentry *debugfs_root;994 struct list_head debugfs_list;[all …]
43 struct drm_minor *drm_minor = to_drm_minor(dev); in drm_class_suspend() local64 struct drm_minor *drm_minor = to_drm_minor(dev); in drm_class_resume() local