Searched refs:ndevices (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/libXi/dist/src/
H A DXListDev.c193 int ndevices; local in function:XListInputDevices
209 if ((ndevices = rep.ndevices)) { /* at least 1 input device */
210 size = ndevices * sizeof(XDeviceInfo);
223 any = (xAnyClassPtr) ((char *)list + (ndevices * sizeof(xDeviceInfo)));
226 for (i = 0; i < ndevices; i++, list++) {
233 for (i = 0, nptr = (unsigned char *)any; i < ndevices; i++) {
249 (ndevices * sizeof(XDeviceInfo)));
252 for (i = 0; i < ndevices; i++, list++, clist++) {
265 for (i = 0; i < ndevices;
[all...]
/xsrc/external/mit/xinput/dist/src/
H A Dhierarchy.c119 int i, ndevices; local in function:remove_master
120 info = XIQueryDevice(dpy, XIAllMasterDevices, &ndevices);
121 for(i = 0; i < ndevices; i++) {
H A Dlist.c295 int ndevices; local in function:list_xi2
299 info = XIQueryDevice(display, XIAllDevices, &ndevices);
301 for(i = 0; i < ndevices; i++)
315 for (j = 0; j < ndevices; j++)
330 for (i = 0; i < ndevices; i++)
H A Dxinput.c313 int ndevices; local in function:xi2_find_device_info
328 info = XIQueryDevice(display, XIAllDevices, &ndevices);
329 for(i = 0; i < ndevices; i++)
/xsrc/external/mit/xf86-input-synaptics/dist/tools/
H A Dsynclient.c246 int ndevices = 0; local in function:dp_get_device
255 info = XListInputDevices(dpy, &ndevices);
257 while (ndevices--) {
258 if (info[ndevices].type == touchpad_type) {
259 dev = XOpenDevice(dpy, info[ndevices].id);
262 info[ndevices].name);
270 info[ndevices].name);
281 info[ndevices].name);
H A Dsyndaemon.c486 int ndevices = 0; local in function:dp_get_device
494 info = XListInputDevices(dpy, &ndevices);
496 while (ndevices--) {
497 if (info[ndevices].type == touchpad_type) {
498 dev = XOpenDevice(dpy, info[ndevices].id);
501 info[ndevices].name);
509 info[ndevices].name);
520 info[ndevices].name);
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dlistdev.c408 rep.ndevices = numdevs;
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dlistdev.c400 rep.ndevices = numdevs;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXIproto.h217 CARD8 ndevices; member in struct:__anonacf995020408

Completed in 14 milliseconds