Searched defs:drm_file (Results 1 – 1 of 1) sorted by relevance
414 struct drm_file { struct415 int authenticated;416 pid_t pid;417 uid_t uid;418 drm_magic_t magic;419 unsigned long ioctl_count;420 struct list_head lhead;421 struct drm_minor *minor;422 unsigned long lock_count;425 struct idr object_idr;[all …]