Lines Matching refs:baud
876 u8 baud, data_bits, stop_bits, parity, x_on, x_off; in rfcomm_tty_set_termios() local
970 baud = RFCOMM_RPN_BR_2400; in rfcomm_tty_set_termios()
973 baud = RFCOMM_RPN_BR_4800; in rfcomm_tty_set_termios()
976 baud = RFCOMM_RPN_BR_7200; in rfcomm_tty_set_termios()
979 baud = RFCOMM_RPN_BR_9600; in rfcomm_tty_set_termios()
982 baud = RFCOMM_RPN_BR_19200; in rfcomm_tty_set_termios()
985 baud = RFCOMM_RPN_BR_38400; in rfcomm_tty_set_termios()
988 baud = RFCOMM_RPN_BR_57600; in rfcomm_tty_set_termios()
991 baud = RFCOMM_RPN_BR_115200; in rfcomm_tty_set_termios()
994 baud = RFCOMM_RPN_BR_230400; in rfcomm_tty_set_termios()
998 baud = RFCOMM_RPN_BR_9600; in rfcomm_tty_set_termios()
1004 rfcomm_send_rpn(dev->dlc->session, 1, dev->dlc->dlci, baud, in rfcomm_tty_set_termios()