Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/drm/
Dsavage_drv.c52 dev->driver->lastclose = savage_driver_lastclose; in savage_configure()
Dvia_drv.c53 dev->driver->lastclose = via_lastclose; in via_configure()
Dr128_drv.c57 dev->driver->lastclose = r128_driver_lastclose; in r128_configure()
Dmach64_drv.c58 dev->driver->lastclose = mach64_driver_lastclose; in mach64_configure()
Dradeon_drv.c61 dev->driver->lastclose = radeon_driver_lastclose; in radeon_configure()
Dmga_drv.c99 dev->driver->lastclose = mga_driver_lastclose; in mga_configure()
Di915_drv.c86 dev->driver->lastclose = i915_driver_lastclose; in i915_configure()
Ddrm_drv.c363 if (dev->driver->lastclose != NULL) in drm_lastclose()
364 dev->driver->lastclose(dev); in drm_lastclose()
DdrmP.h561 void (*lastclose)(struct drm_device *); member
/freebsd-10-stable/sys/dev/drm2/
Ddrm_drv.c194 if (dev->driver->lastclose) in drm_lastclose()
195 dev->driver->lastclose(dev); in drm_lastclose()
DdrmP.h686 void (*lastclose) (struct drm_device *); member
/freebsd-10-stable/sys/dev/drm2/radeon/
Dradeon_drv.c223 .lastclose = radeon_driver_lastclose_kms,
/freebsd-10-stable/sys/dev/drm2/i915/
Di915_dma.c1670 .lastclose = i915_driver_lastclose,