Lines Matching defs:command
34 * Wheel command. Bryan W. Headley July-15-2003.
38 * machines, introduced programmableDelay as a command line
227 * a command and beginning the process of reading the return
881 * Send a command to the tablet.
884 aiptek_command(struct aiptek *aiptek, unsigned char command, unsigned char data)
895 buf[1] = command;
902 command, data);
910 * sending the {command,data} sequence as a command, followed by a wait
914 aiptek_query(struct aiptek *aiptek, unsigned char command, unsigned char data)
925 buf[1] = command;
928 if (aiptek_command(aiptek, command, data) != 0) {
988 * do a switchToTablet(absolute) or switchToMouse(relative) command.
1668 /* programmableDelay is where the command-line specified
1672 * if you do not specify any command line parameter.