Lines Matching defs:speed
345 * Check 9600 first, as it's the speed the camera comes up in, then
394 init_dc20 (char *device, speed_t speed)
403 if (speeds[speed_index].baud == speed)
462 * a different speed. Try the entries in the table:
467 DBG (3, "init_dc20: changing speed to %d\n",
490 Set speed to requested speed. Also, make a long timeout (we need this for
494 cfsetospeed (&tty_new, speed);
495 cfsetispeed (&tty_new, speed);
1691 * We reset the serial to its original speed.