HomeSort by: relevance | last modified time | path
    Searched refs:lastclose (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i810/
i810_drv.c 68 .lastclose = i810_driver_lastclose,
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_drv.c 68 .lastclose = mga_driver_lastclose,
  /src/sys/external/bsd/drm2/dist/drm/savage/
savage_drv.c 62 .lastclose = savage_driver_lastclose,
  /src/sys/external/bsd/drm2/dist/drm/r128/
r128_drv.c 72 .lastclose = r128_driver_lastclose,
  /src/sys/external/bsd/drm2/drm/
drm_cdevsw.c 123 bool lastclose; local in function:drm_open
208 lastclose = (dev->open_count == 0);
210 if (lastclose)
225 bool lastclose; local in function:drm_close
238 lastclose = (dev->open_count == 0);
241 if (lastclose)
  /src/sys/external/bsd/drm/dist/bsd-core/
savage_drv.c 49 dev->driver->lastclose = savage_driver_lastclose;
i915_drv.c 81 dev->driver->lastclose = i915_driver_lastclose;
mach64_drv.c 61 dev->driver->lastclose = mach64_driver_lastclose;
mga_drv.c 122 dev->driver->lastclose = mga_driver_lastclose;
r128_drv.c 59 dev->driver->lastclose = r128_driver_lastclose;
radeon_drv.c 58 dev->driver->lastclose = radeon_driver_lastclose;
drm_drv.c 514 if (dev->driver->lastclose != NULL)
515 dev->driver->lastclose(dev);
719 * lastclose and firstopen or unload) because these aren't actually
drmP.h 709 void (*lastclose)(struct drm_device *); member in struct:drm_driver_info
  /src/sys/external/bsd/drm2/dist/drm/sis/
sis_drv.c 115 .lastclose = sis_lastclose,
  /src/sys/external/bsd/drm2/dist/drm/via/
via_drv.c 103 .lastclose = via_lastclose,
  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vbox_drv.c 195 .lastclose = drm_fb_helper_lastclose,
  /src/sys/kern/
subr_disk.c 210 disk_begindetach(struct disk *dk, int (*lastclose)(device_t),
221 else if (lastclose != NULL)
222 rc = (*lastclose)(self);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_drv.h 220 * @lastclose:
245 void (*lastclose) (struct drm_device *); member in struct:drm_driver
  /src/sys/external/bsd/drm2/dist/drm/
drm_file.c 468 if (dev->driver->lastclose)
469 dev->driver->lastclose(dev);
470 DRM_DEBUG("driver lastclose completed\n");
486 * DRM device also proceeds to call the &drm_driver.lastclose driver callback.
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_drv.c 606 .lastclose = radeon_driver_lastclose_kms,
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_drv.c 1422 .lastclose = amdgpu_driver_lastclose_kms,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_drm.c 1222 .lastclose = nouveau_vga_lastclose,
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_drv.c 2866 .lastclose = i915_driver_lastclose,

Completed in 181 milliseconds