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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A Dp2p.h334 uint8 elts[1]; /* Variable length information elements. Max size = member in struct:wifi_p2p_action_frame
358 uint8 elts[1]; /* Variable length information elements. Max size = member in struct:wifi_p2p_pub_act_frame
512 /* GAS Initial Request AF body, "elts" in wifi_p2p_pub_act_frame */
540 /* GAS Initial Response AF body, "elts" in wifi_p2p_pub_act_frame */
550 /* GAS Comeback Response AF body, "elts" in wifi_p2p_pub_act_frame */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A Dp2p.h334 uint8 elts[1]; /* Variable length information elements. Max size = member in struct:wifi_p2p_action_frame
358 uint8 elts[1]; /* Variable length information elements. Max size = member in struct:wifi_p2p_pub_act_frame
512 /* GAS Initial Request AF body, "elts" in wifi_p2p_pub_act_frame */
540 /* GAS Initial Response AF body, "elts" in wifi_p2p_pub_act_frame */
550 /* GAS Comeback Response AF body, "elts" in wifi_p2p_pub_act_frame */

Completed in 89 milliseconds