Searched refs:context_dtor (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/dev/drm/
H A Dsis_drv.c49 dev->driver->context_dtor = sis_final_context;
H A Ddrm_context.c302 if (dev->driver->context_dtor) {
304 dev->driver->context_dtor(dev, ctx->handle);
H A DdrmP.h574 int (*context_dtor)(struct drm_device *dev, int context); member in struct:drm_driver_info
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_context.c472 if (dev->driver->context_dtor)
473 dev->driver->context_dtor(dev, ctx->handle);
H A Ddrm_fops.c388 if (dev->driver->context_dtor)
389 dev->driver->context_dtor(dev,
H A DdrmP.h690 int (*context_dtor) (struct drm_device *dev, int context); member in struct:drm_driver

Completed in 207 milliseconds