/linux/arch/alpha/include/uapi/asm/ |
A D | termbits.h | 8 typedef unsigned int speed_t; typedef 25 speed_t c_ispeed; /* input speed */ 26 speed_t c_ospeed; /* output speed */ 38 speed_t c_ispeed; /* input speed */ 39 speed_t c_ospeed; /* output speed */ 51 speed_t c_ispeed; /* input speed */ 52 speed_t c_ospeed; /* output speed */
|
/linux/drivers/tty/ |
A D | tty_baudrate.c | 20 static const speed_t baud_table[] = { 58 speed_t tty_termios_baud_rate(struct ktermios *termios) in tty_termios_baud_rate() 93 speed_t tty_termios_input_baud_rate(struct ktermios *termios) in tty_termios_input_baud_rate() 143 speed_t ibaud, speed_t obaud) in tty_termios_encode_baud_rate() 238 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, speed_t obaud) in tty_encode_baud_rate()
|
A D | tty.h | 76 speed_t tty_termios_input_baud_rate(struct ktermios *termios);
|
A D | mxser.c | 185 speed_t max_baud; 277 speed_t max_baud; 471 static int mxser_set_baud(struct tty_struct *tty, speed_t newspd) in mxser_set_baud() 573 speed_t baud = tty_termios_baud_rate(old_termios); in mxser_change_speed() 1055 speed_t baud; in mxser_set_serial_info()
|
A D | moxa.c | 511 static int MoxaPortSetTermio(struct moxa_port *, struct ktermios *, speed_t); 2027 static speed_t MoxaPortSetBaud(struct moxa_port *port, speed_t baud) in MoxaPortSetBaud() 2031 speed_t max; in MoxaPortSetBaud() 2046 speed_t baud) in MoxaPortSetTermio()
|
/linux/arch/xtensa/include/uapi/asm/ |
A D | termbits.h | 21 typedef unsigned int speed_t; typedef 41 speed_t c_ispeed; /* input speed */ 42 speed_t c_ospeed; /* output speed */ 52 speed_t c_ispeed; /* input speed */ 53 speed_t c_ospeed; /* output speed */
|
/linux/arch/parisc/include/uapi/asm/ |
A D | termbits.h | 8 typedef unsigned int speed_t; typedef 28 speed_t c_ispeed; /* input speed */ 29 speed_t c_ospeed; /* output speed */ 39 speed_t c_ispeed; /* input speed */ 40 speed_t c_ospeed; /* output speed */
|
/linux/arch/powerpc/include/uapi/asm/ |
A D | termbits.h | 13 typedef unsigned int speed_t; typedef 30 speed_t c_ispeed; /* input speed */ 31 speed_t c_ospeed; /* output speed */ 43 speed_t c_ispeed; /* input speed */ 44 speed_t c_ospeed; /* output speed */
|
/linux/arch/ia64/include/uapi/asm/ |
A D | termbits.h | 17 typedef unsigned int speed_t; typedef 37 speed_t c_ispeed; /* input speed */ 38 speed_t c_ospeed; /* output speed */ 48 speed_t c_ispeed; /* input speed */ 49 speed_t c_ospeed; /* output speed */
|
/linux/include/uapi/asm-generic/ |
A D | termbits.h | 8 typedef unsigned int speed_t; typedef 28 speed_t c_ispeed; /* input speed */ 29 speed_t c_ospeed; /* output speed */ 39 speed_t c_ispeed; /* input speed */ 40 speed_t c_ospeed; /* output speed */
|
/linux/arch/mips/include/uapi/asm/ |
A D | termbits.h | 17 typedef unsigned int speed_t; typedef 41 speed_t c_ispeed; /* input speed */ 42 speed_t c_ospeed; /* output speed */ 52 speed_t c_ispeed; /* input speed */ 53 speed_t c_ospeed; /* output speed */
|
/linux/arch/sparc/include/uapi/asm/ |
A D | termbits.h | 8 typedef unsigned int speed_t; typedef 48 speed_t c_ispeed; /* input speed */ 49 speed_t c_ospeed; /* output speed */ 59 speed_t c_ispeed; /* input speed */ 60 speed_t c_ospeed; /* output speed */
|
/linux/drivers/usb/serial/ |
A D | pl2303.c | 188 speed_t max_baud_rate; 561 static speed_t pl2303_get_supported_baud_rate(speed_t baud) in pl2303_get_supported_baud_rate() 563 static const speed_t baud_sup[] = { in pl2303_get_supported_baud_rate() 590 static speed_t pl2303_encode_baud_rate_direct(unsigned char buf[4], in pl2303_encode_baud_rate_direct() 591 speed_t baud) in pl2303_encode_baud_rate_direct() 598 static speed_t pl2303_encode_baud_rate_divisor(unsigned char buf[4], in pl2303_encode_baud_rate_divisor() 599 speed_t baud) in pl2303_encode_baud_rate_divisor() 638 speed_t baud) in pl2303_encode_baud_rate_divisor_alt() 682 speed_t baud_sup; in pl2303_encode_baud_rate() 683 speed_t baud; in pl2303_encode_baud_rate() [all …]
|
A D | mct_u232.h | 88 speed_t value, speed_t *result);
|
A D | f81232.c | 121 speed_t baud_base; 131 static int calc_baud_divisor(speed_t baudrate, speed_t clockrate) in calc_baud_divisor() 475 static int f81232_find_clk(speed_t baudrate) in f81232_find_clk() 489 struct usb_serial_port *port, speed_t baudrate, in f81232_set_baudrate() 490 speed_t old_baudrate) in f81232_set_baudrate() 498 speed_t baud_list[] = { baudrate, old_baudrate, F81232_DEF_BAUDRATE }; in f81232_set_baudrate() 611 speed_t baudrate; in f81232_set_termios() 612 speed_t old_baud; in f81232_set_termios()
|
A D | upd78f0730.c | 279 static speed_t upd78f0730_get_baud_rate(struct tty_struct *tty) in upd78f0730_get_baud_rate() 281 const speed_t baud_rate = tty_get_baud_rate(tty); in upd78f0730_get_baud_rate() 282 static const speed_t supported[] = { in upd78f0730_get_baud_rate() 304 speed_t baud_rate; in upd78f0730_set_termios()
|
A D | cp210x.c | 258 speed_t min_speed; 259 speed_t max_speed; 946 speed_t rate; 947 speed_t high; 985 static speed_t cp210x_get_an205_rate(speed_t baud) in cp210x_get_an205_rate() 997 static speed_t cp210x_get_actual_rate(speed_t baud) in cp210x_get_actual_rate() 1995 speed_t min = 300; in cp210x_init_max_speed() 1996 speed_t max; in cp210x_init_max_speed()
|
A D | mct_u232.c | 120 speed_t value, speed_t *result) in mct_u232_calculate_baud_rate() 175 struct usb_serial *serial, struct usb_serial_port *port, speed_t value) in mct_u232_set_baud_rate() 181 speed_t speed; in mct_u232_set_baud_rate()
|
A D | keyspan_pda.c | 245 static speed_t keyspan_pda_setbaud(struct usb_serial *serial, speed_t baud) in keyspan_pda_setbaud() 327 speed_t speed; in keyspan_pda_set_termios()
|
A D | ch341.c | 151 static const speed_t ch341_min_rates[] = { 172 static int ch341_get_divisor(struct ch341_private *priv, speed_t speed) in ch341_get_divisor() 238 speed_t baud_rate, u8 lcr) in ch341_set_baudrate_lcr()
|
A D | ir-usb.c | 384 speed_t baud; in ir_set_termios()
|
/linux/include/linux/ |
A D | tty.h | 342 speed_t tty_termios_baud_rate(struct ktermios *termios); 343 void tty_termios_encode_baud_rate(struct ktermios *termios, speed_t ibaud, 344 speed_t obaud); 345 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, 346 speed_t obaud); 358 static inline speed_t tty_get_baud_rate(struct tty_struct *tty) in tty_get_baud_rate()
|
/linux/drivers/gnss/ |
A D | serial.h | 17 speed_t speed;
|
/linux/drivers/ata/ |
A D | pata_sil680.c | 112 static const u16 speed_t[5] = { in sil680_set_piomode() local 132 pci_write_config_word(pdev, tfaddr, speed_t[lowest_pio]); in sil680_set_piomode()
|
/linux/drivers/bluetooth/ |
A D | btmtkuart.c | 127 speed_t desired_speed; 128 speed_t curr_speed;
|