Lines Matching refs:speed
314 speed_t speed;
336 speed = tty_get_baud_rate(tty);
337 speed = keyspan_pda_setbaud(serial, speed);
339 if (speed == 0) {
342 speed = tty_termios_baud_rate(old_termios);
344 /* Only speed can change so copy the old h/w parameters
345 then encode the new speed */
347 tty_encode_baud_rate(tty, speed, speed);