Symbol: drm_driver
sys/dev/drm/amd/amdgpu/amdgpu_drv.c
1301
static struct drm_driver kms_driver = {
sys/dev/drm/amd/amdgpu/amdgpu_drv.c
1344
static struct drm_driver *driver;
sys/dev/drm/amd/amdgpu/amdgpu_drv.c
919
static struct drm_driver kms_driver;
sys/dev/drm/drm_drv.c
539
struct drm_driver *driver,
sys/dev/drm/drm_drv.c
717
struct drm_device *drm_dev_alloc(struct drm_driver *driver,
sys/dev/drm/drm_drv.c
879
struct drm_driver *driver = dev->driver;
sys/dev/drm/drm_pci.c
310
struct drm_driver *driver)
sys/dev/drm/drm_pci.c
370
int drm_legacy_pci_init(struct drm_driver *driver, struct pci_driver *pdriver)
sys/dev/drm/drm_pci.c
431
void drm_legacy_pci_exit(struct drm_driver *driver, struct pci_driver *pdriver)
sys/dev/drm/i915/i915_drv.c
3279
static struct drm_driver driver = {
sys/dev/drm/i915/i915_drv.c
61
static struct drm_driver driver;
sys/dev/drm/include/drm/drm_device.h
16
struct drm_driver;
sys/dev/drm/include/drm/drm_device.h
43
struct drm_driver *driver; /**< DRM driver managing the device */
sys/dev/drm/include/drm/drm_drv.h
627
struct drm_driver *driver,
sys/dev/drm/include/drm/drm_drv.h
631
struct drm_device *drm_dev_alloc(struct drm_driver *driver,
sys/dev/drm/include/drm/drm_pci.h
39
struct drm_driver;
sys/dev/drm/include/drm/drm_pci.h
46
int drm_legacy_pci_init(struct drm_driver *driver, struct pci_driver *pdriver);
sys/dev/drm/include/drm/drm_pci.h
47
void drm_legacy_pci_exit(struct drm_driver *driver, struct pci_driver *pdriver);
sys/dev/drm/include/drm/drm_pci.h
51
struct drm_driver *driver);
sys/dev/drm/include/drm/drm_pci.h
55
struct drm_driver *driver)
sys/dev/drm/radeon/radeon_drv.c
355
static struct drm_driver kms_driver;
sys/dev/drm/radeon/radeon_drv.c
668
static struct drm_driver kms_driver = {
sys/dev/drm/radeon/radeon_drv.c
716
static struct drm_driver *driver;