Home
last modified time | relevance | path

Searched refs:lastclose (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/drm/
H A Ddrm_cdevsw.c123 bool lastclose; in drm_open() local
208 lastclose = (dev->open_count == 0); in drm_open()
210 if (lastclose) in drm_open()
225 bool lastclose; in drm_close() local
238 lastclose = (dev->open_count == 0); in drm_close()
241 if (lastclose) in drm_close()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i810/
H A Di810_drv.c68 .lastclose = i810_driver_lastclose,
/netbsd-src/sys/external/bsd/drm2/dist/drm/savage/
H A Dsavage_drv.c62 .lastclose = savage_driver_lastclose,
/netbsd-src/sys/external/bsd/drm2/dist/drm/mga/
H A Dmga_drv.c68 .lastclose = mga_driver_lastclose,
/netbsd-src/sys/external/bsd/drm2/dist/drm/r128/
H A Dr128_drv.c72 .lastclose = r128_driver_lastclose,
/netbsd-src/sys/kern/
H A Dsubr_disk.c210 disk_begindetach(struct disk *dk, int (*lastclose)(device_t), in disk_begindetach()
221 else if (lastclose != NULL) in disk_begindetach()
222 rc = (*lastclose)(self); in disk_begindetach()
/netbsd-src/sys/external/bsd/drm2/dist/drm/via/
H A Dvia_drv.c103 .lastclose = via_lastclose,
/netbsd-src/sys/external/bsd/drm2/dist/drm/sis/
H A Dsis_drv.c115 .lastclose = sis_lastclose,
/netbsd-src/sys/external/bsd/drm/dist/bsd-core/
H A Dsavage_drv.c49 dev->driver->lastclose = savage_driver_lastclose; in savage_configure()
H A Dr128_drv.c59 dev->driver->lastclose = r128_driver_lastclose; in r128_configure()
H A Dmach64_drv.c61 dev->driver->lastclose = mach64_driver_lastclose; in mach64_configure()
H A Dmga_drv.c122 dev->driver->lastclose = mga_driver_lastclose; in mga_configure()
H A Di915_drv.c81 dev->driver->lastclose = i915_driver_lastclose; in i915_configure()
H A Dradeon_drv.c58 dev->driver->lastclose = radeon_driver_lastclose; in radeon_configure()
H A Ddrm_drv.c514 if (dev->driver->lastclose != NULL) in drm_lastclose()
515 dev->driver->lastclose(dev); in drm_lastclose()
H A DdrmP.h709 void (*lastclose)(struct drm_device *); member
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_file.c468 if (dev->driver->lastclose) in drm_lastclose()
469 dev->driver->lastclose(dev); in drm_lastclose()
/netbsd-src/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dvbox_drv.c195 .lastclose = drm_fb_helper_lastclose,
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_drv.h245 void (*lastclose) (struct drm_device *); member
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_drv.c606 .lastclose = radeon_driver_lastclose_kms,
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_drm.c1222 .lastclose = nouveau_vga_lastclose,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_drv.c1422 .lastclose = amdgpu_driver_lastclose_kms,
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_drv.c2866 .lastclose = i915_driver_lastclose,