/src/sys/external/bsd/drm/dist/bsd-core/ |
savage_drv.c | 92 ret = drm_detach(kdev); 147 savagedrm_probe, savagedrm_attach, drm_detach, NULL);
|
sis_drv.c | 86 ret = drm_detach(kdev); 141 sisdrm_probe, sisdrm_attach, drm_detach, NULL);
|
tdfx_drv.c | 88 ret = drm_detach(kdev); 143 tdfxdrm_probe, tdfxdrm_attach, drm_detach, NULL);
|
i915_drv.c | 127 ret = drm_detach(kdev); 212 return drm_detach(self, flags);
|
mach64_drv.c | 109 ret = drm_detach(kdev); 164 mach64drm_probe, mach64drm_attach, drm_detach, NULL);
|
mga_drv.c | 172 ret = drm_detach(kdev); 227 mgadrm_probe, mgadrm_attach, drm_detach, NULL);
|
r128_drv.c | 107 ret = drm_detach(kdev); 162 r128drm_probe, r128drm_attach, drm_detach, NULL);
|
radeon_drv.c | 105 ret = drm_detach(kdev); 198 return drm_detach(self, flags);
|
drm_drv.c | 273 int drm_detach(device_t kdev) function in typeref:typename:int 424 drm_detach(device_t self, int flags) function in typeref:typename:int
|
drmP.h | 990 int drm_detach(device_t kdev); 999 int drm_detach(device_t self, int flags);
|
/src/sys/dev/drm/ |
vbox_drv.c | 88 error = drm_detach(self, flags);
|