Lines Matching defs:baud
403 if (speeds[speed_index].baud == speed)
413 DBG (2, "unsupported baud rate.\n");
436 We need the device to be raw. 8 bits even parity on 9600 baud to start.
468 (int) speeds[speed_index].baud);
470 cfsetospeed (&tty_new, speeds[speed_index].baud);
471 cfsetispeed (&tty_new, speeds[speed_index].baud);
485 DBG (2, "init_dc20: error: no suitable baud rate\n");
511 * Put the camera back to 9600 baud
1652 * WARNING: now we set the serial port to 9600 baud!
1813 int baud;
1852 else if (strncmp (dev_name, "baud=", 5) == 0)
1854 baud = atoi (&dev_name[5]);
1855 switch (baud)
1877 DBG (20, "Unknown baud=%d\n", baud);
1881 DBG (20, "Config file baud=%lu\n", (u_long) tty_baud);