Lines Matching defs:dma
246 struct drm_device_dma *dma = dev->dma;
251 DRM_DEBUG("count=%d\n", dma->buf_count);
259 for (i = 0; i < dma->buf_count; i++) {
260 buf = dma->buflist[i];
309 struct drm_device_dma *dma = dev->dma;
314 for (i = 0; i < dma->buf_count; i++) {
315 buf = dma->buflist[i];
638 if (dev->dma == NULL) {
639 DRM_ERROR("dev->dma is NULL\n");
859 DRM_ERROR("failed to find primary dma region!\n");
866 DRM_ERROR("failed to find dma buffer region!\n");
1112 struct drm_device_dma *dma = dev->dma;
1129 if (d->request_count < 0 || d->request_count > dma->buf_count) {
1132 dma->buf_count);