Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_drv.c192 if (dev->driver->lastclose) in drm_lastclose()
193 dev->driver->lastclose(dev); in drm_lastclose()
H A DdrmP.h707 void (*lastclose) (struct drm_device *); member
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c317 .lastclose = host1x_drm_lastclose,