Searched refs:elts (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Dr128_state.c1410 drm_r128_indices_t elts; local
1420 DRM_COPY_FROM_USER_IOCTL(elts, (drm_r128_indices_t __user *) data,
1421 sizeof(elts));
1424 elts.idx, elts.start, elts.end, elts.discard);
1426 if (elts.idx < 0 || elts.idx >= dma->buf_count) {
1428 elts
[all...]
H A Dradeon_state.c2281 drm_radeon_indices_t elts; local
2289 DRM_COPY_FROM_USER_IOCTL(elts, (drm_radeon_indices_t __user *) data,
2290 sizeof(elts));
2293 DRM_CURRENTPID, elts.idx, elts.start, elts.end, elts.discard);
2295 if (elts.idx < 0 || elts.idx >= dma->buf_count) {
2297 elts
[all...]

Completed in 118 milliseconds