Searched refs:ps2SendPacket (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| H A D | mousePriv.h | 78 Bool ps2SendPacket(InputInfoPtr pInfo, unsigned char *bytes, int len);
|
| H A D | pnp.c | 577 ps2SendPacket(pInfo, reset_wrap_mode, sizeof(reset_wrap_mode)); 581 ps2SendPacket(InputInfoPtr pInfo, unsigned char *bytes, int len) function in typeref:typename:Bool 634 return ps2SendPacket(pInfo, packet, sizeof(packet)); 641 return ps2SendPacket(pInfo, packet, sizeof(packet)); 652 if (!ps2SendPacket(pInfo, packet, sizeof(packet))) 676 if (!ps2SendPacket(pInfo, packet, sizeof(packet))) 707 if (ps2SendPacket(pInfo, seq, sizeof(seq))) { 712 if (ps2SendPacket(pInfo,im_seq,sizeof(im_seq))) {
|
| H A D | mouse.c | 2970 if (!ps2SendPacket(pInfo,param,paramlen)) { 2989 if (!ps2SendPacket(pInfo,&c,1)) { 3011 if (!ps2SendPacket(pInfo,c2,2)) { 3029 if (!ps2SendPacket(pInfo,c2,2)) {
|
Completed in 7 milliseconds