Searched refs:xf86WriteSerial (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xisb.c | 148 return (xf86WriteSerial (b->fd, msg, len));
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xisb.c | 142 return (xf86WriteSerial(b->fd, msg, len));
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/ |
| H A D | xf86_OSproc.h | 129 extern _X_EXPORT int xf86WriteSerial(int fd, const void *buf, int count);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/ |
| H A D | xf86_OSproc.h | 152 extern _X_EXPORT int xf86WriteSerial(int fd, const void *buf, int count);
|
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| H A D | mouse.c | 2768 xf86WriteSerial(pInfo->fd, s, 2); 2771 xf86WriteSerial(pInfo->fd, s, 2); 2774 xf86WriteSerial(pInfo->fd, s, 2); 2777 xf86WriteSerial(pInfo->fd, s, 2); 2782 xf86WriteSerial(pInfo->fd, "S", 1); 2799 xf86WriteSerial(pInfo->fd, &c, 1); 2817 xf86WriteSerial(pInfo->fd, "*n", 2); 2818 xf86WriteSerial(pInfo->fd, "*X", 2); 2819 xf86WriteSerial(pInfo->fd, s, 2); 2832 xf86WriteSerial(pInf [all...] |
| H A D | pnp.c | 595 xf86WriteSerial(pInfo->fd, bytes + i, 1);
|
| /xsrc/external/mit/xf86-input-synaptics/dist/test/ |
| H A D | fake-symbols.h | 5 extern int xf86WriteSerial(int fd, const void *buf, int count);
|
| H A D | fake-symbols.c | 10 xf86WriteSerial(int fd, const void *buf, int count) function in typeref:typename:_X_EXPORT int
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/ |
| H A D | posix_tty.c | 400 xf86WriteSerial (int fd, const void *buf, int count) function in typeref:typename:int
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/ |
| H A D | posix_tty.c | 370 xf86WriteSerial(int fd, const void *buf, int count) function in typeref:typename:int
|
| /xsrc/external/mit/xf86-input-elographics/dist/src/ |
| H A D | xf86Elo.c | 171 #define write(fd, ptr, num) xf86WriteSerial(fd, ptr, num)
|
| /xsrc/external/mit/xf86-input-synaptics/dist/src/ |
| H A D | ps2comm.c | 115 if (xf86WriteSerial(fd, &b, 1) != 1) { 116 PS2DBG("ps2_putbyte: error xf86WriteSerial\n");
|
Completed in 15 milliseconds