Home | History | Annotate | Download | only in tools

Lines Matching full:speed

72 	/* Parse speed-change reply */
96 uint32_t speed;
99 static int texas_change_speed(int fd, struct termios *ti, uint32_t speed)
101 /* Send a speed-change request */
108 cmd.speed = speed;
110 fprintf(stderr, "Setting speed to %d\n", speed);
113 perror("Failed to write speed-set command");
121 /* Parse speed-change reply */
125 if (set_speed(fd, ti, speed) < 0) {
192 int texasalt_init(int fd, int speed, struct termios *ti)
266 texas_change_speed(fd, ti, speed);