Searched defs:drm_file (Results 1 – 1 of 1) sorted by relevance
405 struct drm_file { struct406 int authenticated;407 pid_t pid;408 uid_t uid;409 drm_magic_t magic;410 unsigned long ioctl_count;411 struct list_head lhead;412 struct drm_minor *minor;436 struct drm_file *file_priv; argument