Searched refs:ps2SendPacket (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-input-mouse/dist/src/
H A DmousePriv.h78 Bool ps2SendPacket(InputInfoPtr pInfo, unsigned char *bytes, int len);
H A Dpnp.c577 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 Dmouse.c2970 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