| /xsrc/external/mit/xorg-server/dist/Xi/ |
| chgdctl.c | 77 xDeviceCtl *ctl; local 83 ctl = (xDeviceCtl *) &stuff[1]; 84 swaps(&ctl->control); 85 swaps(&ctl->length); 89 calib = (xDeviceAbsCalibCtl*)ctl; 103 area = (xDeviceAbsAreaCtl*)ctl;
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| chgdctl.c | 78 xDeviceCtl *ctl; local 86 ctl = (xDeviceCtl*)&stuff[1]; 87 swaps(&ctl->control, n); 88 swaps(&ctl->length, n); 91 calib = (xDeviceAbsCalibCtl*)ctl; 103 area = (xDeviceAbsAreaCtl*)ctl;
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| ospoll.c | 428 struct poll_ctl ctl = { .cmd = PS_DELETE, .fd = fd }; local 429 pollset_ctl(ospoll->ps, &ctl, 1); 503 struct poll_ctl ctl = { .cmd = PS_MOD, .fd = fd }; local 505 ctl.events |= POLLIN; 509 ctl.events |= POLLOUT; 512 pollset_ctl(ospoll->ps, &ctl, 1); 542 struct poll_ctl ctl = { .cmd = PS_DELETE, .fd = fd }; local 543 pollset_ctl(ospoll->ps, &ctl, 1); 545 ctl.cmd = PS_ADD; 547 ctl.events |= POLLIN [all...] |
| /xsrc/external/mit/xf86-video-imstt/dist/src/ |
| imstt_driver.c | 1100 unsigned long ctl = 0, pitch = 0, byteswap = 0, scr = 0; local 1198 ctl = 0x17b1; 1203 ctl = 0x17b3; 1208 ctl = 0x17b9; 1213 ctl = 0x17b5; 1220 ctl -= 0x30; 1261 OUTREG(IMSTT_STGCTL, ctl);
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| z4l.c | 1309 int ctl, cinp, inp, std, fmt, has_image; local 1490 ctl = 0; 1491 for (ctl = 0; ctl < (V4L2_CID_LASTP1 - V4L2_CID_BASE); ++ctl) { 1493 queryctrl.id = V4L2_CID_BASE + ctl; 1499 attrIds[nattrs] = ctl;
|
| /xsrc/external/mit/libdrm/dist/ |
| xf86drm.c | 2747 drm_control_t ctl; local 2749 memclear(ctl); 2750 ctl.func = DRM_INST_HANDLER; 2751 ctl.irq = irq; 2752 if (drmIoctl(fd, DRM_IOCTL_CONTROL, &ctl)) 2771 drm_control_t ctl; local 2773 memclear(ctl); 2774 ctl.func = DRM_UNINST_HANDLER; 2775 ctl.irq = 0; 2776 if (drmIoctl(fd, DRM_IOCTL_CONTROL, &ctl)) [all...] |