drm_driver
static struct drm_driver kms_driver = {
static struct drm_driver *driver;
static struct drm_driver kms_driver;
struct drm_driver *driver,
struct drm_device *drm_dev_alloc(struct drm_driver *driver,
struct drm_driver *driver = dev->driver;
struct drm_driver *driver)
int drm_legacy_pci_init(struct drm_driver *driver, struct pci_driver *pdriver)
void drm_legacy_pci_exit(struct drm_driver *driver, struct pci_driver *pdriver)
static struct drm_driver driver = {
static struct drm_driver driver;
struct drm_driver;
struct drm_driver *driver; /**< DRM driver managing the device */
struct drm_driver *driver,
struct drm_device *drm_dev_alloc(struct drm_driver *driver,
struct drm_driver;
int drm_legacy_pci_init(struct drm_driver *driver, struct pci_driver *pdriver);
void drm_legacy_pci_exit(struct drm_driver *driver, struct pci_driver *pdriver);
struct drm_driver *driver);
struct drm_driver *driver)
static struct drm_driver kms_driver;
static struct drm_driver kms_driver = {
static struct drm_driver *driver;