/src/sys/external/bsd/drm2/dist/drm/i810/ |
i810_drv.c | 3 /* i810_drv.c -- I810 driver -*- linux-c -*- 64 static struct drm_driver driver = { variable in typeref:struct:drm_driver 92 driver.num_ioctls = i810_max_ioctl; 93 return drm_legacy_pci_init(&driver, &i810_pci_driver); 98 drm_legacy_pci_exit(&driver, &i810_pci_driver);
|
i810_drv.c | 3 /* i810_drv.c -- I810 driver -*- linux-c -*- 64 static struct drm_driver driver = { variable in typeref:struct:drm_driver 92 driver.num_ioctls = i810_max_ioctl; 93 return drm_legacy_pci_init(&driver, &i810_pci_driver); 98 drm_legacy_pci_exit(&driver, &i810_pci_driver);
|
/src/sys/external/bsd/drm2/dist/drm/mga/ |
mga_drv.c | 3 /* mga_drv.c -- Matrox G200/G400 driver -*- linux-c -*- 61 static struct drm_driver driver = { variable in typeref:struct:drm_driver 99 driver.num_ioctls = mga_max_ioctl; 100 return drm_legacy_pci_init(&driver, &mga_pci_driver); 105 drm_legacy_pci_exit(&driver, &mga_pci_driver);
|
mga_drv.c | 3 /* mga_drv.c -- Matrox G200/G400 driver -*- linux-c -*- 61 static struct drm_driver driver = { variable in typeref:struct:drm_driver 99 driver.num_ioctls = mga_max_ioctl; 100 return drm_legacy_pci_init(&driver, &mga_pci_driver); 105 drm_legacy_pci_exit(&driver, &mga_pci_driver);
|
/src/sys/external/bsd/drm2/dist/drm/r128/ |
r128_drv.c | 3 /* r128_drv.c -- ATI Rage 128 driver -*- linux-c -*- 65 static struct drm_driver driver = { variable in typeref:struct:drm_driver 108 driver.num_ioctls = r128_max_ioctl; 110 return drm_legacy_pci_init(&driver, &r128_pci_driver); 115 drm_legacy_pci_exit(&driver, &r128_pci_driver);
|
r128_drv.c | 3 /* r128_drv.c -- ATI Rage 128 driver -*- linux-c -*- 65 static struct drm_driver driver = { variable in typeref:struct:drm_driver 108 driver.num_ioctls = r128_max_ioctl; 110 return drm_legacy_pci_init(&driver, &r128_pci_driver); 115 drm_legacy_pci_exit(&driver, &r128_pci_driver);
|
/src/sys/external/bsd/drm2/dist/drm/savage/ |
savage_drv.c | 3 /* savage_drv.c -- Savage driver for Linux 55 static struct drm_driver driver = { variable in typeref:struct:drm_driver 82 driver.num_ioctls = savage_max_ioctl; 83 return drm_legacy_pci_init(&driver, &savage_pci_driver); 88 drm_legacy_pci_exit(&driver, &savage_pci_driver);
|
savage_drv.c | 3 /* savage_drv.c -- Savage driver for Linux 55 static struct drm_driver driver = { variable in typeref:struct:drm_driver 82 driver.num_ioctls = savage_max_ioctl; 83 return drm_legacy_pci_init(&driver, &savage_pci_driver); 88 drm_legacy_pci_exit(&driver, &savage_pci_driver);
|
/src/sys/external/bsd/drm2/dist/drm/tdfx/ |
tdfx_drv.c | 3 /* tdfx_drv.c -- tdfx driver -*- linux-c -*- 64 static struct drm_driver driver = { variable in typeref:struct:drm_driver 82 return drm_legacy_pci_init(&driver, &tdfx_pci_driver); 87 drm_legacy_pci_exit(&driver, &tdfx_pci_driver);
|
tdfx_drv.c | 3 /* tdfx_drv.c -- tdfx driver -*- linux-c -*- 64 static struct drm_driver driver = { variable in typeref:struct:drm_driver 82 return drm_legacy_pci_init(&driver, &tdfx_pci_driver); 87 drm_legacy_pci_exit(&driver, &tdfx_pci_driver);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
client.h | 11 const struct nvif_driver *driver; member in struct:nvif_client
|
client.h | 11 const struct nvif_driver *driver; member in struct:nvif_client
|
/src/sys/external/bsd/drm2/dist/drm/via/ |
via_drv.c | 82 static struct drm_driver driver = { variable in typeref:struct:drm_driver 119 struct drm_driver *const via_drm_driver = &driver; 130 driver.num_ioctls = via_max_ioctl; 132 return drm_legacy_pci_init(&driver, &via_pci_driver); 137 drm_legacy_pci_exit(&driver, &via_pci_driver);
|
via_drv.c | 82 static struct drm_driver driver = { variable in typeref:struct:drm_driver 119 struct drm_driver *const via_drm_driver = &driver; 130 driver.num_ioctls = via_max_ioctl; 132 return drm_legacy_pci_init(&driver, &via_pci_driver); 137 drm_legacy_pci_exit(&driver, &via_pci_driver);
|
/src/sys/external/bsd/drm2/dist/drm/sis/ |
sis_drv.c | 3 /* sis.c -- sis driver -*- linux-c -*- 107 static struct drm_driver driver = { variable in typeref:struct:drm_driver 133 driver.num_ioctls = sis_max_ioctl; 134 return drm_legacy_pci_init(&driver, &sis_pci_driver); 139 drm_legacy_pci_exit(&driver, &sis_pci_driver);
|
sis_drv.c | 3 /* sis.c -- sis driver -*- linux-c -*- 107 static struct drm_driver driver = { variable in typeref:struct:drm_driver 133 driver.num_ioctls = sis_max_ioctl; 134 return drm_legacy_pci_init(&driver, &sis_pci_driver); 139 drm_legacy_pci_exit(&driver, &sis_pci_driver);
|
/src/sys/external/bsd/drm2/dist/drm/virtio/ |
virtgpu_drv.c | 44 static struct drm_driver driver; variable in typeref:struct:drm_driver 112 dev = drm_dev_alloc(&driver, &vdev->dev); 175 .driver.name = KBUILD_MODNAME, 176 .driver.owner = THIS_MODULE, 186 MODULE_DESCRIPTION("Virtio GPU driver"); 194 static struct drm_driver driver = { variable in typeref:struct:drm_driver
|
virtgpu_drv.c | 44 static struct drm_driver driver; variable in typeref:struct:drm_driver 112 dev = drm_dev_alloc(&driver, &vdev->dev); 175 .driver.name = KBUILD_MODNAME, 176 .driver.owner = THIS_MODULE, 186 MODULE_DESCRIPTION("Virtio GPU driver"); 194 static struct drm_driver driver = { variable in typeref:struct:drm_driver
|
/src/usr.bin/scmdctl/ |
responses.h | 36 uint8_t driver; member in struct:scmd_motor_response
|
responses.h | 36 uint8_t driver; member in struct:scmd_motor_response
|
/src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
vbox_drv.c | 33 static struct drm_driver driver; variable in typeref:struct:drm_driver 53 ret = drm_dev_init(&vbox->ddev, &driver, &pdev->dev); 185 .driver.pm = &vbox_pm_ops, 191 static struct drm_driver driver = { variable in typeref:struct:drm_driver
|
vbox_drv.c | 33 static struct drm_driver driver; variable in typeref:struct:drm_driver 53 ret = drm_dev_init(&vbox->ddev, &driver, &pdev->dev); 185 .driver.pm = &vbox_pm_ops, 191 static struct drm_driver driver = { variable in typeref:struct:drm_driver
|
/src/sys/arch/arm/nvidia/ |
tegra_drm.c | 115 struct drm_driver * const driver = &tegra_drm_driver; local in function:tegra_drm_attach 206 sc->sc_ddev = drm_dev_alloc(driver, sc->sc_dev); 234 driver->name, driver->major, driver->minor, driver->patchlevel, 235 driver->date, sc->sc_ddev->primary->index);
|
/src/sys/external/bsd/drm2/dist/drm/ast/ |
ast_drv.c | 52 static struct drm_driver driver; variable in typeref:struct:drm_driver 102 dev = drm_dev_alloc(&driver, &pdev->dev); 233 .driver.pm = &ast_pm_ops, 238 static struct drm_driver driver = { variable in typeref:struct:drm_driver
|
/src/sys/dev/tc/ |
tc.c | 47 /* Definition of the driver for autoconfig. */ 293 const char *id, *driver, *description; member in struct:tc_knowndev 302 const char *driver, *description; local in function:tc_devinfo 311 driver = NULL; 321 driver = tdp->driver; 329 if (driver == NULL) 332 snprintf(cp, l, "%s (%s)", driver, description);
|