Searched defs:drm_device (Results 1 – 2 of 2) sorted by relevance
616 struct drm_device { struct617 struct drm_driver_info *driver;618 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */620 u_int16_t pci_device; /* PCI device id */621 u_int16_t pci_vendor; /* PCI vendor id */623 char *unique; /* Unique identifier: e.g., busid */624 int unique_len; /* Length of unique field */625 device_t device; /* Device instance from newbus */626 struct cdev *devnode; /* Device number for mknod */627 int if_version; /* Highest interface version set */[all …]
885 struct drm_device { struct886 struct drm_driver_info *driver;887 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */889 uint16_t pci_device; /* PCI device id */890 uint16_t pci_vendor; /* PCI vendor id */891 uint16_t pci_subdevice; /* PCI subsystem device id */892 uint16_t pci_subvendor; /* PCI subsystem vendor id */894 char *unique; /* Unique identifier: e.g., busid */895 int unique_len; /* Length of unique field */896 device_t device; /* Device instance from newbus */[all …]