Searched defs:drm_device (Results 1 – 2 of 2) sorted by relevance
521 typedef struct drm_device { struct522 const char *name; /* Simple driver name */523 char *unique; /* Unique identifier: e.g., busid */524 int unique_len; /* Length of unique field */525 dev_t device; /* Device number for mknod */526 char *devname; /* For /proc/interrupts */528 int blocked; /* Blocked due to VC switch? */529 struct proc_dir_entry *root; /* Root for this device's entries */532 spinlock_t count_lock; /* For inuse, open_count, buf_use */533 struct semaphore struct_sem; /* For others */[all …]
599 typedef struct drm_device { struct600 const char *name; /* Simple driver name */601 char *unique; /* Unique identifier: e.g., busid */602 int unique_len; /* Length of unique field */603 dev_t device; /* Device number for mknod */604 char *devname; /* For /proc/interrupts */606 int blocked; /* Blocked due to VC switch? */607 struct proc_dir_entry *root; /* Root for this device's entries */610 spinlock_t count_lock; /* For inuse, open_count, buf_use */611 struct semaphore struct_sem; /* For others */[all …]