Searched refs:drm_dma_t (Results 1 - 21 of 21) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Dgamma_dma.c346 static int gamma_dma_priority(drm_device_t *dev, drm_dma_t *d)
484 static int gamma_dma_send_buffers(drm_device_t *dev, drm_dma_t *d)
547 drm_dma_t d;
549 if (copy_from_user(&d, (drm_dma_t *)arg, sizeof(d)))
579 if (copy_to_user((drm_dma_t *)arg, &d, sizeof(d)))
H A Dmga_dma.c719 static int mga_dma_get_buffers( drm_device_t *dev, drm_dma_t *d )
749 drm_dma_t d;
754 if ( copy_from_user( &d, (drm_dma_t *)arg, sizeof(d) ) )
781 if ( copy_to_user( (drm_dma_t *)arg, &d, sizeof(d) ) )
H A Ddrm_dma.h321 int DRM(dma_enqueue)(drm_device_t *dev, drm_dma_t *d)
429 static int DRM(dma_get_buffers_of_order)(drm_device_t *dev, drm_dma_t *d,
464 int DRM(dma_get_buffers)(drm_device_t *dev, drm_dma_t *dma)
H A Ddrm.h303 } drm_dma_t; typedef in typeref:struct:drm_dma
413 #define DRM_IOCTL_DMA DRM_IOWR(0x29, drm_dma_t)
H A Dr128_cce.c922 static int r128_cce_get_buffers( drm_device_t *dev, drm_dma_t *d )
952 drm_dma_t d;
956 if ( copy_from_user( &d, (drm_dma_t *) arg, sizeof(d) ) )
981 if ( copy_to_user( (drm_dma_t *) arg, &d, sizeof(d) ) )
H A Dradeon_cp.c1297 static int radeon_cp_get_buffers( drm_device_t *dev, drm_dma_t *d )
1327 drm_dma_t d;
1331 if ( copy_from_user( &d, (drm_dma_t *)arg, sizeof(d) ) )
1356 if ( copy_to_user( (drm_dma_t *)arg, &d, sizeof(d) ) )
H A DdrmP.h861 extern int DRM(dma_enqueue)(drm_device_t *dev, drm_dma_t *dma);
862 extern int DRM(dma_get_buffers)(drm_device_t *dev, drm_dma_t *dma);
H A Di810_dma.c1208 if (copy_to_user((drm_dma_t *)arg, &d, sizeof(d)))
H A Di830_dma.c1310 if (copy_to_user((drm_dma_t *)arg, &d, sizeof(d)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dr128_cce.c817 static int r128_cce_get_buffers( drm_device_t *dev, drm_dma_t *d )
847 drm_dma_t d;
849 if ( copy_from_user( &d, (drm_dma_t *) arg, sizeof(d) ) )
880 if ( copy_to_user( (drm_dma_t *) arg, &d, sizeof(d) ) )
H A Ddrm.h238 } drm_dma_t; typedef in typeref:struct:drm_dma
335 #define DRM_IOCTL_DMA DRM_IOWR(0x29, drm_dma_t)
H A Dgamma_dma.c384 static int gamma_dma_priority(drm_device_t *dev, drm_dma_t *d)
523 static int gamma_dma_send_buffers(drm_device_t *dev, drm_dma_t *d)
586 drm_dma_t d;
588 if (copy_from_user(&d, (drm_dma_t *)arg, sizeof(d)))
624 if (copy_to_user((drm_dma_t *)arg, &d, sizeof(d)))
H A Ddma.c366 int drm_dma_enqueue(drm_device_t *dev, drm_dma_t *d)
474 static int drm_dma_get_buffers_of_order(drm_device_t *dev, drm_dma_t *d,
509 int drm_dma_get_buffers(drm_device_t *dev, drm_dma_t *dma)
H A Dmga_state.c942 static int mga_dma_get_buffers(drm_device_t * dev, drm_dma_t * d)
970 drm_dma_t d;
972 if (copy_from_user(&d, (drm_dma_t *) arg, sizeof(d)))
1004 if (copy_to_user((drm_dma_t *) arg, &d, sizeof(d)))
H A Dradeon_cp.c1162 static int radeon_cp_get_buffers( drm_device_t *dev, drm_dma_t *d )
1192 drm_dma_t d;
1194 if ( copy_from_user( &d, (drm_dma_t *) arg, sizeof(d) ) )
1225 if ( copy_to_user( (drm_dma_t *) arg, &d, sizeof(d) ) )
H A DdrmP.h731 extern int drm_dma_enqueue(drm_device_t *dev, drm_dma_t *dma);
732 extern int drm_dma_get_buffers(drm_device_t *dev, drm_dma_t *dma);
H A Di810_dma.c1385 if (copy_to_user((drm_dma_t *)arg, &d, sizeof(d)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dioctl32.c2484 drm_dma_t karg;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dioctl32.c3052 drm_dma_t karg;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dia32_ioctl.c2827 drm_dma_t karg;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dioctl32.c3602 drm_dma_t karg;

Completed in 186 milliseconds