Searched refs:drm_dma (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/sys/modules/drm/drm/
H A DMakefile11 drm_dma.c \
/freebsd-9.3-release/sys/modules/drm2/drm2/
H A DMakefile13 drm_dma.c \
/freebsd-9.3-release/sys/dev/drm/
H A Ddrm_dma.c34 /** @file drm_dma.c
129 int drm_dma(struct drm_device *dev, void *data, struct drm_file *file_priv) function
H A Ddrm.h355 * \sa drm_dma.
449 struct drm_dma { struct
1041 #define DRM_IOCTL_DMA DRM_IOWR(0x29, struct drm_dma)
1125 typedef struct drm_dma drm_dma_t;
H A Dr128_cce.c881 struct drm_dma * d)
909 struct drm_dma *d = data;
H A Dmga_dma.c1088 struct drm_file *file_priv, struct drm_dma * d)
1117 struct drm_dma *d = data;
H A Dsavage_bci.c1001 struct drm_dma *d)
1028 struct drm_dma *d = data;
H A Dmach64_dma.c1664 struct drm_dma * d)
1698 struct drm_dma *d = data;
H A Dradeon_cp.c1935 struct drm_dma * d)
1963 struct drm_dma *d = data;
H A DdrmP.h780 /* DMA support (drm_dma.c) */
916 /* DMA support (drm_dma.c) */
917 int drm_dma(struct drm_device *dev, void *data, struct drm_file *file_priv);
H A Ddrm_drv.c103 DRM_IOCTL_DEF(DRM_IOCTL_DMA, drm_dma, DRM_AUTH),
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_dma.c34 /** @file drm_dma.c
129 int drm_dma(struct drm_device *dev, void *data, struct drm_file *file_priv) function
H A Ddrm.h355 * \sa drm_dma.
449 struct drm_dma { struct
1079 #define DRM_IOCTL_DMA DRM_IOWR(0x29, struct drm_dma)
1193 typedef struct drm_dma drm_dma_t;
H A Ddrm_ioc32.c523 struct drm_dma d;
535 err = drm_dma(dev, (void *)&d, file_priv);
H A DdrmP.h1170 /* DMA support (drm_dma.c) */
1332 /* DMA support (drm_dma.c) */
1333 int drm_dma(struct drm_device *dev, void *data, struct drm_file *file_priv);
H A Ddrm_drv.c143 DRM_IOCTL_DEF(DRM_IOCTL_DMA, drm_dma, DRM_AUTH),
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_cp.c2006 struct drm_dma * d)
2034 struct drm_dma *d = data;

Completed in 255 milliseconds