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

/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dalpscomm.c62 ps2_putbyte(fd, PS2_CMD_SET_DEFAULT);
63 ps2_putbyte(fd, PS2_CMD_SET_SCALING_2_1);
64 ps2_putbyte(fd, PS2_CMD_SET_SCALING_2_1);
65 ps2_putbyte(fd, PS2_CMD_SET_SCALING_2_1);
66 ps2_putbyte(fd, PS2_CMD_DISABLE);
68 ps2_putbyte(fd, PS2_CMD_DISABLE);
69 ps2_putbyte(fd, PS2_CMD_DISABLE);
70 ps2_putbyte(fd, PS2_CMD_DISABLE);
71 ps2_putbyte(fd, PS2_CMD_DISABLE);
72 ps2_putbyte(f
[all...]
H A Dps2comm.c111 ps2_putbyte(int fd, byte b) function in typeref:typename:Bool
116 PS2DBG("ps2_putbyte: error xf86WriteSerial\n");
119 PS2DBG("ps2_putbyte: byte %02X send\n", b);
125 PS2DBG("ps2_putbyte: wrong acknowledge 0x%02x\n", ack);
143 if (!ps2_putbyte(fd, PS2_CMD_SET_SCALING_1_1))
148 if (!ps2_putbyte(fd, PS2_CMD_SET_RESOLUTION) ||
149 !ps2_putbyte(fd, (cmd >> 6) & 0x3))
163 return (ps2_special_cmd(fd, c) && ps2_putbyte(fd, PS2_CMD_STATUS_REQUEST));
178 ps2_putbyte(fd, PS2_CMD_SET_SAMPLE_RATE) && ps2_putbyte(f
[all...]
H A Dps2comm.h104 Bool ps2_putbyte(int fd, byte b);

Completed in 5 milliseconds