Home
last modified time | relevance | path

Searched refs:dma_ioctl (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/
HDdrm_drv.h594 int (*dma_ioctl) (struct drm_device *dev, void *data, struct drm_file *file_priv); member
/dragonfly/sys/dev/drm/
HDdrm_bufs.c1564 if (dev->driver->dma_ioctl) in drm_legacy_dma_ioctl()
1565 return dev->driver->dma_ioctl(dev, data, file_priv); in drm_legacy_dma_ioctl()