Searched refs:nDeviceLedFBs (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBExtDev.c | 210 if (rep->nDeviceLedFBs > 0) { 213 for (i = 0; i < rep->nDeviceLedFBs; i++) { 260 devi = XkbAllocDeviceInfo(rep.deviceID, rep.totalBtns, rep.nDeviceLedFBs); 713 req->nDeviceLedFBs = nLeds; 763 req->nDeviceLedFBs = nLeds; 830 req->nDeviceLedFBs = nLeds;
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbSwap.c | 460 swaps(&stuff->nDeviceLedFBs);
|
| H A D | xkb.c | 6338 rep->nDeviceLedFBs = nFBs; 6465 int status, nDeviceLedFBs; local in function:ProcXkbGetDeviceInfo 6496 .nDeviceLedFBs = 0, 6557 nDeviceLedFBs = rep.nDeviceLedFBs; 6564 swaps(&rep.nDeviceLedFBs); 6588 if (nDeviceLedFBs > 0) { 6813 wire = CheckSetDeviceIndicators(wire, dev, stuff->nDeviceLedFBs, 6870 stuff->nDeviceLedFBs, &status, client, &ed,
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkbSwap.c | 511 swaps(&stuff->nDeviceLedFBs,n);
|
| H A D | xkb.c | 6151 rep->nDeviceLedFBs= nFBs; 6273 int status,nDeviceLedFBs; local in function:ProcXkbGetDeviceInfo 6311 rep.nDeviceLedFBs = 0; 6367 nDeviceLedFBs = rep.nDeviceLedFBs; 6375 swaps(&rep.nDeviceLedFBs,n); 6399 if (nDeviceLedFBs>0) { 6622 wire= CheckSetDeviceIndicators(wire,dev,stuff->nDeviceLedFBs, 6678 stuff->nDeviceLedFBs, &status,client,&ed, stuff);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XKBproto.h | 955 CARD16 nDeviceLedFBs; member in struct:_xkbGetDeviceInfoReply 977 CARD16 nDeviceLedFBs; member in struct:_xkbSetDeviceInfo
|
Completed in 24 milliseconds